/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
	{
	margin: 0 auto;
	width: 875px; /* take a look at the compare scroll if you change this */
	padding-left:5px;
	padding-right:5px;	
	}

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
	{
	border-top: 1px solid #0042ad;
	background-color: #efefef;
	}



.resultsBar
{
	background-color: #0042ad;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #0042ad;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #0042ad;
	border-top: 1px solid #0042ad;
}





table#welcome #welcome-box #welcome-box-title { background-color:#0042ad; color:#fff; }
#disclaimer { padding:10px; }
input, select { color:#000; }
/* ********************************** */
/* disclaimer */
/* ********************************** */

table#disclaimer
{
	font-size: 10pt;
	text-align: left;
	margin:auto;
	width: 875px; /* take a look at custom_search_container if you change this */
	background-color:#fff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	border-bottom:1px solid #939598;
	 /* take a look at the compare scroll if you change this */	
}

