/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer
{
	margin-top:5px;
	width: 600px; /* take a look at the compare scroll if you change this */	
	font-size:12px;
}

#MLSContainer a { text-decoration:underline; }

/* header bar and such */
.headerBar
{
	border-top: 1px solid #111144;
	background-color: #efefef;
}


/*
	homepage login/register boxes
*/

.login_register_box
{
	border:1px solid #111144;
}

.login_register_box .legend
{
	background-color:#111144;
}



/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
div#resultsBar
{
	background-color: #111144;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #111144;
	background: #efefef;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #111144;
	border-top: 1px solid #111144;
}




#advanced_search_options 
{
	background-color:#efefef;
}