/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
{
	margin-top:5px;
	width: 720px; /* take a look at the compare scroll if you change this */
	
}

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
{
	border-top: 1px solid #054040;
	background-color: #efefef;
}


/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #054040;
	width:auto;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #054040;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #054040;
	border-top: 1px solid #054040;
}



table#custom_search_container_v2 .title span, table#dailyalert .title span { font-size:12px; color:#000; }
table.property-box table.property-box-top td * { font-size:9px;}

