p{
	margin: 0 0 1em 0;
}


/* - Standard form styles start */

#standardForm {
	margin:0 0 1em 0;
	padding:0;
}

/*
.search_form p{
	margin:0 0 .5em 0;
}
*/

#standardForm fieldset{
	
	margin: 0;
	padding: 1em;

	border:1px #818385 solid;
	background-color:#f2f2f2;
}

#standardForm legend{
	/*
	margin:0;
	padding:0;
*/
	font-weight:bold;
	color: #000;
}

#standardForm label{
	font-weight:normal;
	display:block;
	color:#45524C;
	margin:0 10px 0 0;
	clear:left;
}

#standardForm label.checkboxLabel{
	display:inline;
}

#standardForm .checkbox{
	width:auto;
	text-align:left;
}

#standardForm .labelMargin{
	padding-left:160px;

}
#standardForm .displayNone{
	display:none;
}

#standardForm textarea{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:200px;
}

#standardForm input[type="submit"]{
	width:auto;
	padding:auto;
	margin:auto;

}
.defaultButton{
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: center;
}

#standardForm input[type="text"]{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:200px;

}
#standardForm input[type="password"]{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding:2px;
	width:200px;

}
#standardForm input[type="reset"]{
	width:auto;

}
#standardForm input[type="file"]{
	width:auto;

}
#standardForm input[type="radio"]{
	width:auto;
	border:none;

}
#standardForm input[type="checkbox"]{
	width:auto;
	border:none;

}

#standardForm .error_message {
	color:#F2373E;
	display:block;
}

/* - Standard form styles end */


/* Standard table styles */
th{
	font-size: 90%;
	background:#E8E8E8;
	text-align:left;
	padding: 3px 3px 3px 3px;

}
td{	
	font-size: 90%;
	background:#F0F0F0;
	padding:3px 3px 3px 3px;
}

tr{
	background:#F0F0F0;
	padding:3px 3px 3px 3px;
	
}
/* Standard table styles end */


.ErrorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}


.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

.notRequired {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.rederror {
	color: red;
}

.formError{
	color:#FF0000;
	display: block;
}

.formErrorMsg{
	background:#FFFDDA url(../images/warning.png) 5px no-repeat;
	color:#F27C20;
	text-align: left;
	padding:10px 10px 10px 35px;
	margin:0 0 10px 0;
	border: #FEE363 solid 1px;
	clear:both;
}

.formOKMsg{
	background:#E1FFD1 url(../images/formOKMsg.jpg) 10px no-repeat;
	color:#468D3F;
	text-align: left;
	padding:10px 10px 10px 35px;
	margin:0 0 10px 0;
	border: #C5F8AC solid 1px;
	clear:both;
}


/* -- results list -- */
#results{
	list-style: none;
	clear: both;	
}

#results ul {
	margin-left:0px;
	padding-left:0px;
	
}

#results ul li {
	margin-left:1px;
	list-style: none;
	border-bottom:1px #CCC dashed;
	display:block;
	padding: 10px 0 10px 0;	
}

h3 {
	font-size: 8pt;
}

.pagination{
	display:block;
	clear:both;
	text-align: left;
	height:20px;
	margin-bottom: 10px;
	margin-top:10px;
	color:#000;
}
.pagination a{
	padding: 2px 5px 2px 5px;
	margin: 1px;
	border: 1px solid #0084A9;
	text-decoration: none;
	color: #0084A9;
}
.pagination a:hover, .pagination a:active{
	color:#9F218B;
	text-decoration:underline;
	border: 1px solid #9F218B;
	
}

a.paginationSelected{
     border: 1px solid #0084A9;
     font-weight: bold;
     background-color: #0084A9;
     color: #FFF;
}

a.paginationSelected:hover{
     border: 1px solid #0084A9;
     font-weight: bold;
     background-color: #0084A9;
     color: #FFF;
}



.search_map{
	float:right;
	width:266px;
}

.search_instructions{
	display:none;
	padding:5px;
	background-color:#FFFFFF;
	width:350px;
	border:#9F218B 1px solid;
}
.basic_search_margin{
	/* margin-top:80px; */
}
.field_note{
	font-size: .8em;
	color:#45524C;
}
.float_right{
	float:right;
}
