body {
	font-family: Tahoma;
	text-align: center;
}

#mainContainer {
	width: 500px;
	margin: 0px auto;
}

#gmap, #listing {
	width: 480px;
	height: 350px;
	cursor: crosshair;
	margin: 0;
}

#propView {
	border: 1px inset;
}

#propFrame {
	width: 498px;
	height: 350px;
	margin: 0;
	padding: 0;
}

#propBtnClose {
	text-align: right;
	cursor: pointer;
	background-color: #6267A5;
	color: #FFFF00;
	width: 498px;
	padding: 2px 0;
	font-size: 11px;
	font-weight: bold;
}

#switch {
	color: #6267A5;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	cursor: pointer;
	margin-top: 6px;
	border-top: 1px solid #6267A5;
	padding-top: 2px;
}

#status {
	height: 20px;
	width: 500px;
	background-color: #6267A5;
	color: #fff;
	font-size: 12px;
	font-family: Tahoma;
	text-align: center;
	margin-bottom: 3px;
	vertical-align: middle;
	line-height: 20px;
	position: relative;
}

#statusMsg {
	width: 430px;
	overflow: hidden;
}

#statusMsg .count {
	font-weight: bold;
	font-size: 1.3em;
	color: yellow;
}

#statusMsg .noresults {
	font-weight: bold;
	font-size: 1.1em;
	color: orange;
}

#mainBtns {
	position: absolute;
	left: 430px;
	top: 0;
	width: 70px;
}

#mainBtns a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#mainBtns a.link {
	text-decoration: underline;
	cursor: pointer;
}

#mainBtns a.nolink {
	text-decoration: none;
	cursor: default;
	color: yellow;
}

#mov {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	z-index: 10000;
	background-color: blue;
	cursor: crosshair;
}

.ovmov {
	overflow: hidden;
	background-color: blue;
}

#ctlZoom {
	cursor: pointer;
	clear: left;
	height: 20px;
	text-align: center;
	margin-bottom: 5px;
	overflow: hidden;
}

#ctlZoom div {
	float: left;
}

#zoom {
	position: relative;
	width: 460px;
	background: #D9DBF5 url(../images/zoomlevel.jpg) no-repeat center;
}

#zoomslider {
	text-align: left;
	width: 0;
	height: 20px;
	background-color: #8D92D4;
	border-right: 1px solid;
}

#ctlZoom .btn {
	width: 20px;
	height: 20px;
}

#zin {
	background-image: url(../images/zoomin.jpg);
}
#zout {
	background-image: url(../images/zoomout.jpg);
}

#mapzone {
	position: relative;
}

#mapzone .float {
	float: left;
	height: 350px;
}

#mapdown {
	clear: left;
}

#mapup, #mapdown {
	cursor: pointer;
	width: 500px;
	height: 10px;
	overflow: hidden;
}

.panup {
	background: #6267A5 url(../images/pan_n.jpg) no-repeat top;
	color: #6267A5;
}
.panupover {
	background: #8D92D4 url(../images/pan_n_over.jpg) no-repeat top;
	color: #8D92D4;
}

.pandn {
	background: #6267A5 url(../images/pan_s.jpg) no-repeat top;
	color: #6267A5;
}
.pandnover {
	background: #8D92D4 url(../images/pan_s_over.jpg) no-repeat top;
	color: #8D92D4;
}

#mapleft, #mapright {
	width: 10px;
	height: 350px;
	cursor: pointer;
}
.panl {
	background: #6267A5 url(../images/pan_w.jpg) no-repeat center;
	color: #6267A5;
}
.panlover {
	background: #8D92D4 url(../images/pan_w_over.jpg) no-repeat center;
	color: #8D92D4;
}
.panr {
	background: #6267A5 url(../images/pan_e.jpg) no-repeat center;
	color: #6267A5;
}
.panrover {
	background: #8D92D4 url(../images/pan_e_over.jpg) no-repeat center;
	color: #8D92D4;
}

#searchCriteria {
	width: 496px;
	border-color: #fff;
	border-bottom: 2px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
	margin: 5px 0;
	padding: 2px;
	background-color: #D9DBF5;
	font-size: 12px;
}

#searchCriteria select {
	border: 1px dotted #6267A5;
	background-color: #D9DBF5;
	font-size: 12px;
	color: #6267A5;
	font-weight: bold;
}

#searchCriteria .frmButton {
	text-align: right;
	margin-top: 3px;
}

#listing, #propView {
	display: none;
	background-color: #fff;
	overflow: auto;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: default;
}

#propView {
	left: 0;
	top: 0;
}

.warningOverlay .btn {
	cursor: pointer;
	background-color: #9094D3;
	color: White;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 0 2px;
}
.warningOverlay img{
	margin-right: 2px;
}
.warningOverlay {
	background-color: #FFFFA4;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#listItem {
	margin-bottom: 5px;
	border-bottom: 2px dotted;
	vertical-align: middle;
	font-size: 12px;
	clear: both;
}

#listItem .img {
	float: left;
	margin: 6px;
	margin-bottom: 0;
}

#listItem .desc {
	margin: 6px;
}

#listItem .links {
	clear: both;
	text-align: right;
	background-color: #FFCB8A;
	height: 1.25em;
}

#listItem .links a {
	color: #003475;
	margin: 0 5px;
	font-weight: bold;
}

#infowindow {
	font-size: 12px;
}

#infowindow #img {
	width: 104px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	float: left;
	margin-right: 6px;
}

#infowindow img {
	border: 2px inset #6289A5;
}

#infowindow .address a, #infowindow .address a:hover, #infowindow .address a:active, #infowindow .address a:focus, #infowindow .address a:visited, #listItem .address a, #listItem .address a:hover, #listItem .address a:active, #listItem .address a:focus , #listItem .address a:visited {
	color: #FF8C00;
	font-weight: bold;
	margin: 6px;
}

.address {
	margin-bottom: 10px;
}

#infowindow .label, #listItem .label {
	color: #6289A5;
	font-weight: bold;
	margin-right: 6px;
	float: left;
	width: 40px;
	text-align: left;
}

#order {
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
}

.clear {
	clear: both;
	height: 0;
}

#resetfrm {
	position: relative;
	top: 15px;
}
