#mapContainer {
	width: 540px;
	margin: 6px;
	border:1px solid #FFFFFF;
}
#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;
}
#propertyDetailsInfoWindow_contents h1,
#propertyDetailsInfoWindow_contents h2,
#propertyDetailsInfoWindow_contents p {
	margin-top: 4px;
	margin-bottom: 2px;
}
#propertyDetailsInfoWindow_contents h1 {
	font-size: 13px;
	font-weight: bold;
}
#propertyDetailsInfoWindow_contents h2 {
	font-size: 13px;
	font-weight: bold;
}
#propertyDetailsInfoWindow_contents 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;
}
#propertyDetailsInfoWindow_l {
	width: 7px;
	background: url("/maps/images/infoWindow_l.png") top left repeat-y transparent;
}
#propertyDetailsInfoWindow_r {
	width: 7px;
	background: url("/maps/images/infoWindow_r.png") top left repeat-y transparent;
}
#propertyDetailsInfoWindow_t {
	height: 7px;
	background: url("/maps/images/infoWindow_t.png") top left repeat-x transparent;
}
#propertyDetailsInfoWindow_b {
	height: 7px;
	background: url("/maps/images/infoWindow_b.png") top left repeat-x transparent;
}
#propertyDetailsInfoWindow_tl {
	width: 7px;
	height: 7px;
	background: url("/maps/images/infoWindow_tl.png") top left no-repeat transparent;
}
#propertyDetailsInfoWindow_tr {
	width: 7px;
	height: 7px;
	background: url("/maps/images/infoWindow_tr.png") top left no-repeat transparent;
}
#propertyDetailsInfoWindow_bl {
	width: 7px;
	height: 7px;
	background: url("/maps/images/infoWindow_bl.png") top left no-repeat transparent;
}
#propertyDetailsInfoWindow_br {
	width: 7px;
	height: 7px;
	background: url("/maps/images/infoWindow_br.png") top left no-repeat transparent;
}
#propertyDetailsInfoWindow_beak {
	width: 12px;
	height: 16px;
	background: url("/maps/images/infoWindow_beak.png") top left no-repeat transparent;
}
* html #propertyDetailsInfoWindow_tl {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/maps/images/infoWindow_tl.png",sizingMethod="crop");
}
* html #propertyDetailsInfoWindow_tr {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/maps/images/infoWindow_tr.png",sizingMethod="crop");
}
* html #propertyDetailsInfoWindow_bl {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/maps/images/infoWindow_bl.png",sizingMethod="crop");
}
* html #propertyDetailsInfoWindow_br {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/maps/images/infoWindow_br.png",sizingMethod="crop");
}
* html #propertyDetailsInfoWindow_beak {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/maps/images/infoWindow_beak.png",sizingMethod="crop");
}
#propertyDetailsInfoWindow_close {
	width: 0; height: 0; display: none;
}
#propertyDetailsInfoWindow {
	width: 160px;
	height: auto;
}
#propertyDetailsInfoWindow_contents {
	background-color: white;
}
#map a:link {
	text-decoration: underline;
	color: #FF9933;
}

#map a:visited {
	text-decoration: none;
	color: #FF9933;
}

#map a:hover {
	text-decoration: none;
	color: #000;
}
#map a:active {
	text-decoration: none;
	color: #FF9933;
}
