/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
{
	margin-top:5px;
	width: 800px; /* take a look at the compare scroll if you change this */	
}

#MLSContainer a { text-decoration:underline; }
.title { color:#000; font-weight:bold; font-size:12px; }
table#welcome #welcome-box #welcome-box-title { background-color:#054040; color:#fff; }
/* header bar and such */
.headerBar
{
	border-top: 1px solid #054040;
	background-color: #efefef;
}


/* homepage login/register boxes */
.login_register_box
{
	border:1px solid #054040;
}

.login_register_box .legend
{
	background-color:#054040;
}



/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #054040;
}

/* ********************************** */
/* 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;
}




#advanced_search_options 
{
	background-color:#efefef;
}


