/* ********************************** */
/* container for everything to do with search */
/* ********************************** */

#MLSContainer a { text-decoration:underline; }

.headerBar
	{
	border-top: 1px solid #016d68;
	background-color: #efefef;
	}



/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #016d68;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #016d68;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #016d68;
	border-top: 1px solid #016d68;
}

table#welcome #welcome-box #welcome-box-title { background-color:#016d68; color:#fff; }



