html, body {
	width: 100%;
	height: 100%;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:13px;
	margin: 0 0 0 0;
	color:#333;
}

#header{
	height:150px;
	border-bottom:1px solid #fff;
	margin-bottom: 80px;
}

#header_links{
	display: none;
}

#footer {
	display: none;
	background: #EEE;
	border-top: 1px solid #B9B9B9;
	text-align:left;
	padding:2px 0 0 10px;
	font-size:10px;
}

#footer a{
	color:#444;
}

#outer {
	overflow: none;

}

#map_blankContent{
	display: none;
}

#map{
	border: 2px solid #999;
}

#sidebar{
	width: 650px;
	background:#fff;
}

#sidebar_report{
	padding:0 4px 0 4px;
}

#loader{
	margin-top: 50px;
	text-align: center;
	vertical-align:middle;
}

#loader img{
	width:31px;
	height:31px;
	margin-right:10px;
	margin-top:-8px;
	vertical-align:middle;
}

#location{
	margin-top:12px;
	border: 1px solid #999;
	padding:12px;
	font-size:12px;
	font-weight:bold;
}

#location_text{
	margin-top:6px;
}

#location_marker{
	float:left;
	margin-right:10px;
}

#location_marker img{
	width: 40px;
}

.geoSearchBox, .brwSwitch{
	display: none;
	margin:0;
	padding:0;
	margin-top: 30px;
}

.geoSearchBox input{
	width: 420px;
	height:30px;
	padding: 4px;
	border: 1px solid #aaa;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc4400;
	border-radius: 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 2px 2px 4px #777;
	-moz-box-shadow: 2px 2px 4px #777;
	-webkit-box-shadow: 2px 2px 4px #777;
}

#suggest_list {
	margin:0;
	padding:0;
	font-size: 12px;
	padding:0 0 0 28px;
	background-color:white;
	color: blue;
	cursor: pointer;
	position: relative;
	opacity:0.85;
}

.list_item {
	margin:0;
	padding:2px 0;
}

#suggest_list li:hover {
	background-color: #cccccc;
}

.MapCopyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 10px 2px 0;
}

#date1, #date2{
	margin-top: 8px;
}

/* report */

h1{
	font-size: 18px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 12px;
}

.table_brw_values {
	width:360px;
	background-color: #ccc;
	border-collapse: collapse;
	border: 1px solid #999;
	margin-bottom:12px;
}

.table_brw_values th[scope=row] {
	padding:4px;
	border: 1px solid #999;
	background-color: #aaa;
	font-weight:normal;
	text-align: left;
}

.table_brw_values caption {
	caption-side: top;
	font-style: italic;
	text-align: left;
	padding: 0.5em 0;
}

.table_brw_legend {
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-bottom:6px;
}

td {
	vertical-align: top;	
	border: 1px solid #aaa;
	padding:4px;
}

#greencircle {
	margin-top:2px;
	display: block;
	width:16px;
	height:16px;
}

#blueline {
	margin-top:6px;
	width:100px;
	border-top: 4px solid blue;
}

#redline {
	margin-top:6px;
	width:100px;
	border-top: 4px solid red;
}


<!--[if lt IE 8]>
.outer {
	_height: 0;
	zoom: 1;
}
<![endif]-->
