@charset "ISO-8859-1";
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#controls {
	display:block;
	position: absolute;
	top: 6px;
	height: 65px;
	margin: 10px;
	padding: 6px;
	left: 60px;
	z-index: 1;
	background-image: url(images/transparent_white.png);
	background-repeat: repeat;
	overflow: hidden;
	width: 650px;
}
#disclaimer {
	display:block;
	position: absolute;
	font-size: 10px;
	height: 14px;
	bottom: 1px;
	font-size: small;
	color: #FF0000;
	margin: 10px;
	padding: 6px;
	left: 60px;
	background-image: url(images/transparent_white.png);
	background-repeat: repeat;
	overflow: hidden;
	width: 750px;
}

#unmappable {
	display:block;
	position: absolute;
	background-image: url(images/transparent_white.png);
	background-repeat: repeat;
	width: 350px;
	top: 25px;
	right: 0;
	height: 80%;
	margin: 10px;
	padding: 6px;
	overflow: auto;
}

#unmappable div, div.infoWindow {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

div.infoWindow img {
	margin-right: 5px;
}

#clurl {
	width: 525px;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#SearchTitle {
	font-size: 14px;
	font-weight: bold;
	height: 20px;	
}
#loading, #status {
	font-size: 12px;
	width: 60px;
	float: right;
}
#hint {
	font-size: x-small;
	padding-top: 5px;
}
#logo {
	display:block;
	position: absolute;
	bottom: 5px;
	right: 10px;
}