body{	
	font-family: sans-serif;
	overflow:hidden;
}

#logo{
	text-align:center;
	margin:0 auto;
}

#gMap{
	height:100%;
	position:absolute;	
	width: 500px;	/* width gets adjusted by javascript */
	top:0;	
	left:0;
	border-right: 1px solid gray;
}

#rightCol{
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hide;
	height:100%;
	width:300px;
	padding: 0 5px;
}

#logo{
	border: 1px solid gray;
	margin: 5px 0;
	padding: 0;
	position:relative;
	left: 0px;
}


#controlDiv{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	height: 500px;
}

.pseudocheckbox{
	cursor:pointer;	
}

.mapControl{
	position:relative;
	left: 0px;
	border: 1px solid gray;
	padding: 5px;
	margin: 5px 0;
	width: 265px;
}

.mapControlLabel{
	margin:0 0 5px 0;
	padding: 2px 5px;
	font-weight:bold;
	font-variant:small-caps;
	background-color: #99B3CC;
	letter-spacing: 5px;
	font-size: 1.2 em;
	cursor: pointer;
}

.mapControlInnerDiv{
	overflow: auto;
}

#legendControls{
	
	font-weight:bold;
	display: inline;	 
}

#legendControls, #legendControls a, #legendControls a img{
	font-size: 12px;
	text-decoration:none;
	border: none;
	color: #0033FF;
}

#legendControls ul{
	list-style-type:none;
	margin:0 auto 0 30px;
	padding:0;
	width:220px;
}

#legendControls li{
	width:45%;
	margin:0;
	padding:3px 3px;
	float:left;
}

#LayerLegend{
	margin: 10px 0 0 0;
	padding:0;
}

#LayerLegend li{
	font-size: 14px;
}

#LayerLegend li label:hover{
	background-color: #D4FFFF;
}

#LayerLegend label{
	cursor: pointer;
}

fieldset{
	margin: 10px 0;
	padding: 5px;
	background-color:#FFFFFF;
	width:261px;
}

legend{
	font-weight:bold;
	background-color:#FFFFFF;
}

#loadingMap{
	display:none;
	z-index:500;
	text-align:center;
	background-color:white;
	width:250px;
	height:100px;
	padding:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:1px solid blue;
	font-variant:small-caps;
	letter-spacing:10px;
}

.nomargin{
	margin:0 !important;
	padding:0 !important;
}

#contextMenu{
	position:absolute;
	display:none;
	margin:0;
	padding:5px;
}

#contextMenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:white;
	border:1px solid blue;
}

#contextMenu li{
	margin:0;
	padding:0 5px;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	cursor:pointer;
}

#infoWindowDiv{
	margin:10px;
	padding:0;
	width:450px;
	height:100%;
	overflow:auto;
}	

div#infoWindowDiv h3{
	font-variant:small-caps;
	border-bottom:1px solid black;
	margin:0 !important;
}

#infoWindowDiv table{
	border-collapse:collapse;
	border:1px solid gray;
	padding:5px;
	width:100%;
	font-size:14px;
}

.infoWindowTab{
	overflow: auto;
}

#infoWindowMain{
	height:300px;
	min-width: 500px;
	overflow:auto;
}

.infoWindowTab p{
	margin:5px 0;
}

.infoWindowTab table{
	margin:10px 0;
	padding:0;
}

.infoWindowTab th{
	text-align:left;
	font-weight:bold;
	white-space:nowrap;

}

.infoWindowTab th, .infoWindowTab td{
	margin:0;
	padding: 10px 15px 0 0;
	vertical-align:top ;
}

.infoWindowTab h4{
	margin:0;
	padding:0;
}


#infoWindowPhoto{
	overflow:auto;
	text-align:center;
}

#infoWindowPhoto img{
	width: auto;
	height: 250px;
	margin: 15px auto;
	border:1px solid black;
}

div#infoWindowDiv table th{
	background-color:#CCCCCC;
	border-bottom:1px solid gray;
	
}

div#infoWindowDiv table th, div#infoWindowDiv table td{
	text-align:left;
	padding:2px 10px;
}

div#dataSelectionDiv{
	text-align:center;
}
div#dataSelectionDiv table, div#dataSelectionDiv form{
	padding:0;
	margin:0 auto;
	width:100%;
}

#mapLegend ul{
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}


.CategoryIcons{
	border:none;
	position:relative;	
	top: -2px;
	vertical-align:middle;
	width: 19;
	height: 19;
}

.legendNode img, .legendNode label{
	position:relative;
	top: -1px;
	left: 5px;
}

#searchString{
	width:125px;
}

#communityDiv, #luCommunityID{
	
}

#communityDiv button{
	font-size:0.8em;
	width:30px;	
}

#searchDiv{
	margin-top: 5px;
}
#searchDiv button{
	font-size:0.7em;
	width:50px;
}

#downloadButtonDiv{
	text-align:center;
}
#downloadExcelButton{
	margin:0 auto;
}

#communityMarkerLegend{
	margin: 5px auto;
	font-size:14px;
}

#communityMarkerLegend img{
	vertical-align:middle;
}

#filterLabel{
	margin:15px 0 5px 0;
	text-decoration:underline;
	text-align:left;
	font-weight:bold;
	display:block;
	font-variant:small-caps;
}

#communityMarkerExplanation{
}

#searchConsole{
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
}
#searchConsole span{
	display: none;
	height: 20px;
	font-size: 12px;
	text-align:center;
}

#searchHelpText{
	display:none;
}

#showSearchHelpButton{
	width:10px !important;
}



#infoWindowSameLocation{
	font-size: 10px;
}

#infoWindowSameLocation ul{
	list-style-type: none;
	margin:0;
	padding:0;
	height:250px;
	overflow: auto;
}

#infoWindowSameLocation li{
	border: 1px solid #D2D2D2;
	margin: 10px 0;
	padding: 3px;
	cursor: pointer;
}

#infoWindowSameLocation li.notselected table{
	color: #808080;
}

#infoWindowSameLocation li.notselected:hover{
	background-color: #D4FFFF;
}

#infoWindowSameLocation li.notselected:hover table{
	color: #000000;
}

#infoWindowSameLocation li.selected, #infoWindowSameLocation li.selected:hover{
	background-color: #FFFFD4;
}

#infoWindowSameLocation li input{

}

#infoWindowSameLocation table{
	display: inline;
	vertical-align:middle;
	font-size: 12px;
	border-collapse: collapse;
	margin: 3px;
}

#infoWindowSameLocation table th{
	font-weight:bold;
	text-align:left;
}

#infoWindowSameLocation table th, #infoWindowSameLocation table td{
	margin:0;
	padding: 2px 5px;
}

#infoWindowSameLocation li img{
	position:relative;
	top: 5px;
	left: 5px;
}

.hiddenOverlapRadioSelector{
	display:none;
}

#infoWindowSameLocation h3{
	font-size: 18px;
	margin: 0 0 5px 0;
	padding:0;
}

#infoWindowSameLocation p{
	font-size: 14px;
	margin: 0 0 5px 0;
	padding:0;
}

.noData{
	color: #A9A9A9;
}

.GetDirections{
	font-size: 10px;
	font-weight:normal;
}

#ajaxAvtivityIndicator{
	height: 20px;
	margin: 5px;
	text-align:center;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps;
	letter-spacing: 5px;
}

#ajaxAvtivityIndicator div{
	display:none;
}

#ajaxAvtivityIndicator img{
	vertical-align:middle;
}

#zoomControls div{
	font-size: 14px;
	text-align: center;
}

#toggleAutoZoomToExtent, #toggleAutoZoomToExtentSpan{
	cursor:pointer;
}

#infoWindowMapDiv{
	width: 650px;
	height: 344px;
}

#zoomControls button{
	font-size: 12px;
	display:block;
	width: 200px;
	margin: 5px auto;
}
