﻿body, html, form 
{
	width:100%;
	height:100%;
	overflow:hidden;
	/* margin: 0px 15px 15px 0px; */
}
#header
{
 border-color:Black;
 border-width:1px;
 border-style:solid;
}
#map
{
	background-color:#6699CC;
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;	
	z-index:0;
	/* float:right; */
	
}

.UI
{
	z-index:100;
}

.ResultsLabel
{
	text-decoration: underline;
	color:#000000;
	
	
}
.markerTooltip, .markerDetail
     {
          color: black;
          font-weight: bold;
          background-color: white;
          white-space: nowrap;
          margin: 0;
          padding: 2px 4px;
          border: 2px solid black;          
       }   
.Panel
{
	height:465px;
	/*height:95%; */
	width:230px;
	overflow:hidden;
	text-align:center;
	border-style:none;
	border-width:thin;
	border-color: #003399;
}

.ExtLink:link
{
	color: #000000;
	text-decoration: underline;
	font-family:Arial;
}

.ExtLink:visited
{
	text-decoration: underline;
	color: #000000;	
	font-family:Arial;
	
	
}


	
/* align:center; *.
 
}
A:link
{
	color: #000000;
}

A:visited
{
	text-decoration: none;
	color: #000000;		
}

.chkSearch
{
	font-size:xx-small;
}

.ParksList
{
	font-size: 12;
	padding:0px;
	margin:0px;

}
