/* ********************************** */
/* container for everything to do with search */
/* ********************************** */
div#MLSContainer, div#disclaimer {
	background-color:#fff;
	padding:10px;
}


/* header bar and such */
.headerBar
{
	color:#fff;
	padding:2px 3px;
	background-color: #113355;
}

table#welcome #welcome-box #welcome-box-title { background-color:#113355; color:#fff; }


/* ********************************** */
/* bars that tells you how many results, next/back links */
/* ********************************** */
.resultsBar
{
	background-color: #113355;
}

/* ********************************** */
/* tabs on detail sheet */
/* ********************************** */
#navlist li a 
{
	border: 1px solid #002c00;
	background: #FFFFFF;
}

ul#navlist li.selectedTab a, ul#navlist li.selectedTab a:link, ul#navlist li.selectedTab a:visited 
{
	background: #03285a;	border-bottom: none;

	border-top: 1px solid #002c00;
}


/* ********************************** */
/* compare list scroll */
/* ********************************** */

div#compare_wrapper
{
width:600px;
}



/* ********************************** */
/* scrolling div for towns */
/* ********************************** */
table#dailyalert_container div#showTowns
{
	margin:0;
	padding:0;
	height: 268px;
	width: 190px;
	overflow: auto;
	text-align:left;
}

table#custom_search_container div#showTowns
{
	margin:0;
	padding:0;
	height: 269px;
	width: 190px;
	overflow: auto;
	text-align:left;
}

