/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
{
	width: 650px; /* take a look at the compare scroll if you change this */
	margin-top:10px;
}
#disclaimer { clear:both; width:line-height:14px; width:650px; }

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
{
	border-top: 1px solid #002349;
	background-color: #efefef;
}





/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #5287bd;

}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #002349;
	background: #efefef;
	margin-top:0;
	padding-top:0;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #002349;
	border-top: 1px solid #002349;
}


table#welcome #welcome-message { width:62%; font-size:12px; }
table#welcome #welcome-box #welcome-box-title {background-color:#2a639c; color:#fff; }
table#custom_search_container_v2 .title span, table#dailyalert .title span { font-size:12px; color:#000; }
table.property-box .property-box-body .property-box-body-left * { font-size:10px;}
table#custom_search_container_v2 .content #property-types, table#dailyalert .content #property-types { width:100%; }
table.property-box table.property-box-top * { font-size:10px; }

/* compare scroll */
div#compare_wrapper
{
	white-space: nowrap;
	overflow: scroll; 
	overflow-y:hidden;
	width:490px;
}




#footer { clear:both; text-align:center; }
