html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	overflow: hidden
}
h1 {
	text-align: center;
}
#legend {

	left: 10px;
	bottom: 10px;
	width: 160px;
	max-width: 180;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3;
	position: absolute;
	padding: 2px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	overflow-x: hidden;
	max-height: 60%
}
#container {
	width: 100%;
	height: 100%;
	position: relative;
}
#infoWindow {
	width: 220px;
	height: 220px;
	overflow: auto;
}
.infoWindowTitle {
	text-align: center;
	font-weight: 900;
	width: 200px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.controlTitle {
	text-align: center;
	font-weight: bold;
	/*color: #666666;*/
}
.separator {
	width: 100px;
	height: 1px;
	background-color: #000000;
}
#map-canvas, #map_canvas {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}

#tabs {
	top: 0px;
	right: 1px;
	z-index: 2;
	width: 270px;
	height: 100%;
	position: absolute;
	background-color: #FFFFFF;
	outline-color: #000000;
	outline-style: solid;
	outline-width: 0px;
	padding: 10px;
}
#divFiltrageTabs {
 height: 385px;
}

#divRegions{
	height:240px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#filter-canvas4 {
	direction: ltr;
	bottom: 10px;
	right: 50px;
	z-index: 2;
	width: 400px;
	height: 50px;
	position: absolute;
	background-color: #FFFFFF;
	outline-color: #000000;
}

#timeSelector {
    background-color: #ffffff;
    bottom: 4px;
    height: 110px;
    outline: 0 solid #000000;
    padding: 5px;
    position: absolute;
    right: 290px;
    width: 650px;
    z-index: 3;
}

@media print {
	html, body {
		height: auto;
	}

	#map-canvas, #map_canvas {
		height: 650px;
	}
}

#panel {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -180px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
}
