	body
	{
		font-family:Arial;
	}


#map {
	width: 800px;
	height: 600px;
	border: 1px solid #eee;
	}

	table {
	border: 1 px solid white;
	padding: 0;
	font-size: .8em;
	}

	
	td {
	text-align: left;
	}
	a {
	text-decoration: none;
	font-size: 1.0em;

	}
	a em
	{
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	}

	A#searchResult:visited {text-decoration: none; color: blue;}
	A#searchResult:hover{text-decoration: underline; color: blue;}

	span#resultsError{
	vertical-align:text-bottom;
	font-size: 0.7em;
	font-weight: bold;
	}
	img.backArrow
	{
		text-decoration:none;
		border:none;
	}

	
	*/
	div#info
	{
		display:none;
	}
	div#infoSpan
	{
		display:none;
	}
	div#results
	{
		display:none;
	}

	a:hover
	{
	text-decoration: underline;
	}
	
	
/* OPENLAYER CSS */	
	
  
	.olControlNavToolbar div { 
	height:45px;
	width:45px;

	/*border:medium double rgb(250,0,255);*/
	}
	
	div.divPan .olControlNavigationItemActive { 
	  background-image: url("lib/img/panning-hand-on.png");
	  background-repeat: no-repeat;
	}
	div.divPan .olControlNavigationItemInactive { 
	  background-image: url("lib/img/panning-hand-off.png");
	  background-repeat: no-repeat;
	}
	.olControlNavToolbar .olControlZoomBoxItemActive { 
	  background-image: url("lib/img/drag-rectangle-on.png");
	  background-color: orange;
	  background-repeat: no-repeat;
	}
	.olControlNavToolbar .olControlZoomBoxItemInactive { 
	  background-image: url("lib/img/drag-rectangle-off.png");
	  background-repeat: no-repeat;
	}
	

	
	  #paneldiv 
	  { 
		  position:absolute;
		  height:10px;
		  left:600px;
		  top: 10px; 
	  }
	
	div.olControlMousePosition
	 {
	  /*color: #940f04;*/
	  /*bottom: 2px;
	  right: 0px;*/
	  display: block;
	  /*position: absolute;*/
	  font-family: Arial;
	  font-size: .7em;
	  numDigits: 1;
	}

	div.olControlAttribution
	{
		color: #fff;
		bottom: 0em;
		right: 3px;
		display: block;
		font-weight:bold;
		position: absolute;
		left:2px;
		bottom:2px;
		font-family:Arial;
		font-size:1em;
		background-color:#000;
		/*WARNING: Some fancy transparency footwork below*/
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		-khtml-opacity: 0.6;
		opacity: 0.6;
		numDigits:1;
	}
div.olControlPanZoomBar, div.olControlLayerSwitcher, .noprint, div.olControlPermalink
{
	display:none;
}




	div#toolbar
	{
	
		display:none;
	}
	div.toolbarItem
	{
		float:left;
		margin-right:2px;
		width:23px;
		height:23px;
	}
	
	div.toolbarItem:hover
	{
		cursor: pointer;
		cursor: hand;
	}
	
	
	
	div.toolbarItem {z-index:500;}
	 
	div.toolbarItem:hover span {
		position: absolute;
		top: 23px;
		left: 0px;
		width:70px;
		display: block;
		z-index:1000;
		font-size:0.8em;;
		/*WARNING: Some fancy transparency footwork below*/
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
	  
  	}
  	div#coords
  	{
  		position:absolute;
  		top:605px;
  		left:40px;
		
  		
  	}
	
	
  	div.toolbarItem span {display: none;}
	div#tbZoomBox
	{
		background-image:url(img/toolb_zoombox.gif);
	}
	div#tbZoomBox:hover
	{
		background-image:url(img/toolb_zoombox_over.gif);
	}
	
	div#tbZoomOut
	{
		background-image:url(img/toolb_zoomout.GIF);
	}
	div#tbZoomOut:hover
	{
		background-image:url(img/toolb_zoomout_over.GIF);
	}
	
	div#tbPrint
	{
		background-image:url(img/toolb_print.GIF);
	}
	div#tbPrint:hover
	{
		background-image:url(img/toolb_print_over.GIF);
	}

	div#tbOverview
	{
		background-image:url(img/toolb_overview.GIF);
	}
	div#tbOverview:hover
	{
		background-image:url(img/toolb_overview_over.GIF);
	}

	
	div#tbDragPan
	{
		background-image:url(img/toolb_dragpan.gif);
	}
	div#tbDragPan:hover
	{
		background-image:url(img/toolb_dragpan_over.gif);
	}

	div#tbInfo
	{
		background-image:url(img/toolb_info.GIF);
	}
	div#tbInfo:hover
	{
		background-image:url(img/toolb_info_over.GIF);
	}
	div#tbMeasureLine
	{
		background-image:url(img/toolb_measureline.GIF);
	}
	div#tbMeasureLine:hover
	{
		background-image:url(img/toolb_measureline_over.GIF);
	}
	
	
	
	

/* ACCORDION CSS*/

p{
font-size:0.7em;
font-weight:normal;
}
.accToggler{
	margin: 0px 0px 0px;
	margin-bottom:4px;
	padding-bottom: 0px;
	width: 180px;
	background: #424242;
	color: #f4f4f4;
	border: 1px solid #fff;
	cursor: pointer;
}
.accContent{
	margin: 0px auto;
	width: 180;
}

