@charset "utf-8";
/* CSS Document */

#map {
	max-width: 2000px;
	height: 695px;
	border: 0px;
	padding: 0px;
}
.labels {
	color: red;
	background-color: white;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 40px;
	border: 0px solid black;
	white-space: nowrap;
}

.area_risco_exibida {
	position:absolute;
	margin-left:25px;
	padding:10px;
	top:600px;
	max-width:196px;
	height:135px;
	background-color:#2e3038;
	color:#FFF;
	z-index:1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

#abrir_area_risco {
	position:absolute;
	padding:5px;
	padding-top:10px;
	top:670px;
	width:25px;
	height:18px;
	background-color:#2e3038;
	color:#FFF;
	z-index:1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-left: 2px;
}

#btFecharCamada {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#F00;
	background-color:#CCC;
	text-align:right;
	border:groove;
	cursor:pointer;
	text-decoration:none;
}

.botaoCamada {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#F00;
	background-color:#CCC;
	text-align:right;
	border:groove;
	cursor:pointer;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#ativaM {
	width:180px;
	height:auto;
	cursor:pointer
}
#ativaH {
	width:180px;
	height:auto;
	cursor:pointer
}
#desativa {
	width:180px;
	height:auto;
	cursor:pointer
}
