div#header {

}
div#body {
	background-image: none;
	width: 1000px;
	padding: 0px;
}

table#statsTable {
	margin-bottom: 10px;
}
#statsTable td.head {
	font-weight: bold;
	padding-bottom: 10px;
}

#statsTable td.key {
	padding-right: 20px;
}

#statsTable td.value {
	text-align: right;
	padding-right: 4px;
}

#statsTable td.unit {
	padding-right: 30px;
}

/* google maps polygon image */
img.gmnoprint {
	cursor: pointer;
}

/* Number overlay style */
div.numberOverlay {
	position: absolute;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: bottom;
	line-height: 160%;
	cursor: pointer;
	overflow: hidden;
	text-indent: -10em;
}

.popupMessage {
	padding-top: 10px;
	width: 400px;
}
