#mapContainer {
	position: relative;
}
#mapContainer, .infoWindowContent {
	font-family: "Lucida Grande", Tahoma, Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#controlPanel {
	position: absolute; 
	top: 31px; 
	right: 5px;
	width: 200px;
	border: 1px solid #999;
	background-color: #fff;
	text-align: center;
	color: #333;
}
#controlPanel:hover {
	background-color: #fff;
	border: 1px solid #333;
}
#searchOpts {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 5px 10px;
}
#searchOptsBtn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
}
#search {
	margin: 10px auto;
}
#status {
	position: absolute;
	width: 200px;
	height: auto;
	padding: 10px;
	border: 1px solid #999;
	background-image: url("/maps/images/75pct_white.png");
	background-repeat: repeat;
	color: #333;
	top: 0;
	left: 0;
}
.on  {
	display: block;
}
.off {
	display: none;
}
#template {
	display: none;
}
.infoWindowContent {
	width: 225px;
	height: 225px;
}
.infoWindowContent h1,
.infoWindowContent h2,
.infoWindowContent p {
	margin-top: 1ex;
	margin-bottom: 1em;
}
.infoWindowContent h1 {
	font-size: 14px;
	font-weight: bold;
}
.infoWindowContent h2 {
	font-size: 12px;
	font-weight: bold;
}
.infoWindowContent img {
	display: block;
	border: 1px solid #333;
	margin: 2px auto;
}
#mapContainer select {
	font-size: 11px;
}
#mapContainer select.single {
	width: 175px;
}
#mapContainer select.double {
	width: 65px;
}
#map.nav {
}
#map.drawArea img.drawIcon,
#map.drawRadius img.drawIcon {
	cursor: crosshair !important;
}
#polygon {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
}
#polygon.area {
	height: 0;
	border: 1px dashed #999;
}
#polygon.radius {
	width: auto;
	height: auto;
	border-top: 2px dashed red;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
	color: red;
}
#radiusInfoWindow {
	width: 250px;
	height: 15px;
	text-align: center;
	background-color: white;
	border: 1px solid #333;
}
#radiusInfoWindow_contents {
	width: auto; height: auto; background-color: transparent;
}
#radiusInfoWindow_tl,
#radiusInfoWindow_t,
#radiusInfoWindow_tr,
#radiusInfoWindow_l,
#radiusInfoWindow_r,
#radiusInfoWindow_bl,
#radiusInfoWindow_b,
#radiusInfoWindow_br,
#radiusInfoWindow_beak,
#radiusInfoWindow_close {
	display: none;
	width: 0; height: 0;
}
#layersFormToggleSwitch.off, 
#layersFormToggleSwitch.on, 
#criteriaFormToggleSwitch.off,
#criteriaFormToggleSwitch.on,
#helpPanelToggleSwitch.off,
#helpPanelToggleSwitch.on {
	display: inline-block;
	margin-right: 5px;
	padding:1px;
	font-size: 10px;
	line-height: 10px;
	border: 1px solid #333;
	cursor: pointer;
	width: 10px;
	height: 10px;
	text-align: center;
}
