body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #7D8789;
	text-decoration: underline;
/*	font-weight: bold; */
}

a:visited {
	color: #7D8789;
	text-decoration: underline;
/*	font-weight: bold; */
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

hr {color: #666666;
}

/* used on detail page - note top padding */			
.large24head {
	font-size: 24px;
	color: #FFCC00;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 15px;
}
			
.largehead {
	font-size: 18px;
	color: #1C1C1C;
	font-weight: bold;
}
			
.midhead {
	font-size: 15px;
	color: #1C1C1C;
	font-weight: bold;
}
			
.smallhead {
	font-size: 12px;
	color: #1C1C1C;
	font-weight: bold;
}

/* for MLSplus */			
.redhead {
	font-size: 12px;
	color: #CC0033;
}
			
.plaintext {
	font-size: 12px;
	color: #1C1C1C;
}

.smalltext2 {
	font-size: 10px;
	color: #7D8789;
}

.smalltext {
	font-size: 10px;
	color: #1C1C1C;
}
/* This defines the border around the thumbnails on the pickpage - 
	someday I'd like to make the hover part work - let me know if you figure it out  */
.thumb {
	border: 1px solid #333333;
} 

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

/* colors any submit button, instead of using an image */
input.gobtn {
	background-color: #FFCC00; 
	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;
}

/* you may want to change the background color 
	and below, tell it whether to underline the links using border-bottom*/
table.float {
	font-size: 12px;
	color: #666699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 1px 5px;
	text-align: center;
	width: 120px;
	background-color: #F8F8FF;
	border-top: 2px inset;
	border-right: 2px inset;
	border-bottom: 2px inset;
	border-left: 2px inset;
} 

.float a {
	padding: 1px;
	height: 18px;
	width: auto;
	margin: 3px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
	
}
/* used on registration page - justified */   
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
	
}      
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #1C1C1C;
}
.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #7D8789;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #1c1c1c;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #1c1c1c;
}
.quicksearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #7D8789;
}



/* /////////////////
interactive map styles
///////////////////*/

/*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:14px;color:#000;font-weight: bold; font-family:Arial, Helvetica, sans-serif;}
.maintabs li a {text-decoration: none;border: 1px solid #7D8789;color:#fff;background-image:none; background-color:#d4dbdc;} /*use      to set a solid bg color*/
.maintabs li a:visited{color: #fff;}
.maintabs li a:hover{color: #fff;color:#fff;background-image:none; background-color:#f1ca37;} /*use      to set a solid bg color*/
.maintabs li.selected a{color: #fff;background-image:none; background-color:#2e9bd4;font-size:16px;} /*use      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 #7D8789; background-color:#e1e8ea;}
.focusbar_head{color:#000000;font-size:12px; font-weight:bold;}
/**/
.focusfields{font-size:11px;color:#000000;}
/**/
.refinebar{color:#000;border-bottom:solid 1px #7D8789;background-color:#f5f8f9;}
.refinebar_head{color:#000;font-size:12px;font-weight:bold;}

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

/*page sub tabs */
a.tab{font-size: 11px;font-weight:bold;color:#9eaeb1; text-decoration: none;background-color:#fff;  border: 1px solid #7D8789;font-family:Arial, Helvetica, sans-serif;}/*non-selected tab*/
a.tab:hover{color:#fff;font-weight:bold;text-decoration: none;background-color:#f1ca37;border:1px solid #2e9bd4;}/*non-selected tab rollover*/
a.stab{font-size: 13px; font-weight:bold;color:#fff;text-decoration: none;background-color:#2e9bd4;border: 1px solid #2e9bd4; } /*selected tab*/
a.stab:hover{color:#fff;font-weight:bold;text-decoration: none;border:1px solid #f1ca37;} /*selected tab rollover*/