/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
	{
	margin-top:5px;
	margin-right:5px;
	width: 940px; /* 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 #004a91;
	background-color: #efefef;
	}



.resultsBar
{
	background-color: #004a91;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #004a91;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #004a91;
	border-top: 1px solid #004a91;
}





table#welcome #welcome-box #welcome-box-title { background-color:#004a91; color:#fff; }
#disclaimer { padding:10px; }
input, select { color:#000; }
