<? if (0) {?><style><? } ?>
<?
include "colorbox.css";
include "jquery.notice.css";
include "detailbox.css";
include "map.search.css";
?>
div#pageMain  { 
	background: url(images.css/bkgd_containerMap.gif) repeat-y; 
	width:986px;
	z-index:1;
}
div#pageMain .inner { 
	background: url(images.css/bkgd_containerTopMap.jpg) left top no-repeat; 
	width:986px;
	overflow:hidden;
	}
#pageContents 
{
	background: url(images.css/bkgd_bottomMap.jpg) bottom no-repeat; 
	width:986px; 
}
#pageContents h1 {text-align:center; margin-bottom:15px;background-image:none;width:100%;}

#pageContents div.padding {padding:30px 12px;}

div#mapSearch		{position: relative;}
div#mapFormContainer {background-color: #fff;display:block;}
form#mapForm		    {height:100%; overflow:auto;}
div#maplist				{height:150px; overflow: hidden;}/*height of list underneath map*/

table.mapList td { position: relative; font-family: verdanan, sans-serif; font-size: 9pt}
ul#mapListsNav { list-style: none; padding: 0.1ex 0 0 0; margin: 0.1ex 0 0 0; font-size:83%; border-bottom:1px solid #6f788a;}
ul#mapListsNav li { display: inline; padding:0 0.5ex 0.35ex 0.5ex;/*background-color: #ede6d4;*/  background-color: #d8dde1; margin-right:0.55ex;  -moz-border-radius-topleft:4px; -webkit-border-top-left-radius: 4px;-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
ul#mapListsNav li a	 {text-decoration: none;}
ul#mapListsNav li.active, ul#mapListsNav li a:hover	{ /*background-color: #834d1f;*/  background-color: #6f788a; color:#000; -moz-border-radius-topleft:4px; -webkit-border-top-left-radius: 4px;-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;}
ul#mapListsNav li a:hover {padding-bottom:0.35ex;color:#fff;}
ul#mapListsNav li.active a	{ color:#fff; text-decoration: none; }
ul#mapLists	{ background-color: #fff;list-style: none; padding: 0; margin: 0; overflow:auto; }

ul#mapLists ul { list-style: none; padding: 0; margin: 0; font-size:90%;}

ul#mapLists li div.title { font-weight: bold; background-color:#ffd;}
ul#mapLists ul li.odd { /*background-color:#c7cfb6;*/ background-color:#e7eaed; border-top:1px solid #eee; border-bottom:1px solid #eee;}
ul#mapLists ul li.even{ /*background-color:#e4ead6;*/  background-color:#fff; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
ul#mapLists ul li.active { background-color:#ffc; border-top:1px solid #fff200; border-bottom:1px solid #fff200;}
ul#mapLists ul li a	{ display:block; text-decoration:none; background-color:transparent; color:#000;padding-left:0.5ex;}

table#formAndMap fieldset
{
	border:1px solid #c7c79a;
}

table#formAndMap legend 
{
	margin: 1em 0;
	padding: 0 0.5em;
	color: #7d7d6f;
	font-size: 100%;
	text-transform:uppercase;
	letter-spacing:1px;
}

a.searchButton
{
	background: url(images.css/updateMapButton.gif) 0 0 no-repeat; 
	display:block;
	float:left;
	border:0;    
	height:26px;  
	width:100px; 
	text-indent:-999px;  
	font-size: 0; 
	cursor:pointer; 
}

a.searchButton:hover
{
	background: url(images.css/updateMapButton.gif) 0 -30px no-repeat; 
	width:100px;
	height:26px;
	cursor:pointer; 
}

.mapLoading { display: none; width:100%; height: 100%; background-color:#ddF;}
div.ajax-loading {background: url(images.css/ajax-loader.gif) no-repeat center center; height: 150px; width: 300px; font-weight:bold;padding:1ex;}


