/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer, div#disclaimer
{
	margin-top:5px;
	width: 720px; /* take a look at the compare scroll if you change this */	
}

#MLSContainer a { text-decoration:underline; }

table#welcome #welcome-box #welcome-box-title { background-color:#084E7F; color:#fff; }

/* header bar and such */
.headerBar
{
	border-top: 1px solid #084e7f;
	background-color: #efefef;
}


/* homepage login/register boxes */
.login_register_box
{
	border:1px solid #084e7f;
}

.login_register_box .legend
{
	background-color:#084e7f;
}


table#custom_search_container div#showTowns { height: 268px; }
table#dailyalert_container div#showTowns {	height: 275px; }

/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #084e7f;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #084e7f;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #084e7f;
	border-top: 1px solid #084e7f;
}




#advanced_search_options 
{
	background-color:#efefef;
}


