/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
	{
	margin-top:5px;
	width: 725px; /* take a look at the compare scroll if you change this */	
	}

#MLSContainer a { color: #003366; text-decoration:underline; }
membership-links a { color: #003366; text-decoration:underline; }
/* header bar and such */
.headerBar
	{
	border-top: 1px solid #003366;
	background-color: #efefef;
	}



.resultsBar
{
	background-color: #CCCCCC;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #003366;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #003366;
	border-top: 1px solid #003366;
}





table#welcome #welcome-box #welcome-box-title { background-color:#003366; color:#fff; }
#disclaimer { padding:10px; }
input, select { color:#000; }
