
ul { list-style: none; }
p { margin: 10px 0; }
a img { border: 0; }
a {
	color: #3b6310; /*#559313;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


body {
	background:#F4F4F4;
	text-align: center;
	font: 80% "Trebuchet MS", Verdana, Sans-Serif;
	color: #333;
}

#main_wrap {
	/*background:#F4F4F4 url(images/loginbodybg.gif) repeat-y scroll center center;*/
	margin-top: 100px;
}

.center_wrap {
	
	width: 900px;
	height: inherit;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	border: 1px solid #ccc;
	background-color: white;

}

.row:after, .clearfix:after, .activity_stream li:after, .search_row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header
{
	text-align: left;
	background: #3a8d3a url('images/a5.gif') bottom left repeat-x;
	padding-top: 1px;

}

h1 {
	margin: 10px 0px 5px 10px;	 
}

h2, h3, h4, h5 { font-weight: normal; }
h2 { 
	font-size: 145%; 
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:5px; 
	border-bottom: 1px solid #ccc; 
}
h2.no_bottom { padding-bottom: 10px; }
h3 { margin-top: 0px; margin-left: 10px; padding-bottom: 10px; color: white; font-size: 18px;}

label { font-weight: bold; }	
input, textarea, select { font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif; }
input, textarea, select{
	line-height: 130%;
	color: #535353;
	padding: 5px;
	background: #eee;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
input:focus, textarea:focus, select:focus{ background: #f7f7f7; }
fieldset { border: 0; }
button, .button, .button:active, .button:focus {
	border: 0;
	cursor: pointer;
	background: #3A8D3A url('images/a5.gif') 0 100% repeat-x;	
	font: 135% "Trebuchet MS",Verdana,Sans-Serif;
	color: #fff;
	padding: 6px 12px;
}
button.sm, .sub_form_sm button {
	font-size: 100%;
	padding: 4px 10px;
}
button:hover, .button:hover { padding: 5px 11px; }
button.sm:hover, .sub_form_sm button:hover { padding: 3px 9px; }
label {
	/*font-weight: bold;*/
	text-align: right;
	float: left;
	font-size: 110%;
}
input{
	border: 1px solid #b3b3b3;
	padding: 5px;
	font: 110% "Trebuchet MS",Verdana,Sans-Serif;
	background: #fff url(images/bg_input.gif) bottom left repeat-x;
}

select {
	border: 1px solid #b3b3b3;
	padding: 5px;
	font: 110% "Trebuchet MS",Verdana,Sans-Serif;
	background: #eee  bottom left repeat-x;
}

input:focus, input:hover, button:hover, .button:hover, select:focus, select:hover { border: 1px solid orange; }

div.public_wrap_sm {	padding-left: 40px; padding-right: 5px;}
div.public_wrap_sm p { padding-left: 85px; }	
div.public_wrap_sm .error p { margin: 0; }
div.public_wrap_sm .error label { margin-top: -8px; }
div.public_wrap_sm p label {
	margin-left: -120px;
	padding-top: 5px;
	width: 115px;
}


/* PAGE ELEMENTS */ /*---------------*/ /* MESSAGES */
.info,.success,.warning,.error,.validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 9pt;
	width: 420px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('images/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('images/warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}


