hr {
	color: #666666;
}

/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: darkblue;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
}
			
.largehead {
	font-size: 18px;
	color: darkblue;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: darkblue;
	font-weight: bold;
}
			
.smallhead {
	font-size: 12px;
	color: darkblue;
	font-weight: bold;
}

.plaintext {
	font-size: 13px;
	color: #000000;
}

.smalltext {
	font-size: 10px;
	color: #000000;
}

/* for MLSplus */			
.redhead {
	font-size: 13px;
	color: #CC0033;
}
			
/* This defines the border around the thumbnails on the pickpage -  Firefox only */
.thumb {
	border: 1px solid #333333;
} 

.thumb:hover {
	border: 1px solid #FFCC00;
}

/* colors our submit button */
input.gobtn {
	background-color: darkblue; 
	font-weight: bold; 
	font-size: 9px; 
	color: #FFFFFF;
	padding: 1px;
}

/* defines width of form box holding counties, cities, etc 
	don't change this*/
select.box {
	width: 150px;
}

select.100 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.85 {
	width: 85px;
	font-size: 10px;
	margin: 2px;
}

input.40 {
	width: 40px;
	font-size: 10px;
	margin: 2px;
}

/* used on registration page - justified */   
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #1C1C1C;
	text-align: justify;
}

/* favorites and saved searches - table background color */
table.cart {
	padding: 2px 1px 5px;
	width: 100%;
	background-color: #F8F8FF;
	border: 1px double #EEE8AA;
	
}  
/* the following styles are used ONLY in the interactive map search */
/* style boxes*/
.rightBox{border: solid 1px #422b13;background-color:#f4f0eb;color:#030303;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
.rightBoxHead {font-size:14px;font-weight:bold; font-family:Arial, Helvetica, sans-serif;background-color:#762927;color:#fff;}

/*main overlay panels*/
.infobox	{font-size: 11px;color:#000000;border: 1px solid #000000;background-color:#eee;font-family:Verdana, Helvetica, sans-serif;}
.alertbox	{font-size: 11px;color:#000000;border: 1px solid #FF0000;background-color:#fff;font-family:Verdana, Helvetica, sans-serif;}

/*main page tabs (MAP, PROPERTY DETAILS, MY FAVORITES, HELP)*/
.maintabs{font-size:13px;color:#000;font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
.maintabs li a {text-decoration: none;border: 1px solid #A69A9C;} /*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li a:visited{color: #fff;}
.maintabs li a:hover{color: #000033;} /*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li.selected a{color: #fff;} /*use   background-image:none; background-color:#xxxxxx;   to set a solid bg color*/
.maintabs li.selected a:hover{text-decoration: none;}

/*toolbars*/
.focusbar{font-size:11px;color:#000000;border-bottom:solid 1px #A69A9C; background-color:#F5F3ED;}
.focusbar_head{color:#000000;font-size:12px; font-weight:bold;}
/**/
.focusfields{font-size:11px;color:#000000;}
/**/
.refinebar{color:#000;border-bottom:solid 1px #A69A9C;background-color:#EDEAE2;}
.refinebar_head{color:#000;font-size:12px;font-weight:bold;}

/*main border around content section*/
.content_style{border: 1px solid #A69A9C;} 

/*page sub tabs */
a.tab{font-size: 11px;font-weight:bold;color:#000000; text-decoration: none;background-color:#EDEAE2;  border: 1px solid #A69A9C;}/*non-selected tab*/
a.tab:hover{color:#000033;font-weight:bold;text-decoration: none;border:1px solid #000;}/*non-selected tab rollover*/
a.stab{font-size: 11px;font-weight:bold;color:#000033;text-decoration: none;background-color:#ffffff;border: 1px solid #A69A9C; } /*selected tab*/
a.stab:hover{color:#000033;font-weight:bold;text-decoration: none;border:1px solid #000;} /*selected tab rollover*/
