/* CSS Document */
body {overflow:hidden;}
a { cursor: pointer }

.logo 
{
	position:absolute;
	top:10px;
	left:10px;
	width: 224px; 
	height: 41px;
}

.toolbar
{
	position: absolute;
	left: 230px;
	top: 12px;
	width: 737px;
	height: 33px; 
	margin: 0px 0px 0px 15px; 
	background: url(../imagens/toolbar/webgis_toolbar_bg.gif);
}

	.toolbar_container 
	{
		position: relative; 
		padding: 0px 16px 0px 106px;
	}
	
	.toolbar_btns_left
	{
		float: left; 
		margin: 4px 0px 0px 0px;
	}
		
	.toolbar_btns_right
	{
		float: right; 
		margin: 9px 0px 0px 0px;
	}

.pannel 
{
	position: absolute; 
	left: 10px;
	top: 60px; 
	width: 225px; 
	margin: 0px 0px 0px 0px;
}

	.pannel_header 
	{
		float: left;
		width: 100%; 
		height: 28px;
		font: normal 10px 'Trebuchet MS'; 
		color: #284e65;
	}
	
	.pannel_header_tab_large_active 
	{
		width: 100%; 
		height: 28px; 
		text-align: center; 
		background: url(../imagens/webgis_tab_large_active.gif);
		font: normal 10px 'Trebuchet MS'; 
		color: #284e65;
	}
	
	.pannel_content 
	{
		width: 225px; 
		height: 485px; 
		background: #FFF;
		overflow:hidden;
	}
	
	.pannel_footer 
	{
		position:absolute;
		top:570px;
		left:10px;
		width: 225px; 
		height: 28px;
		background:url(../imagens/webgis_pannel_footer.gif);
	}
		
	.pannel_footer_img
	{
		position: absolute; 
		left: 10px;
		top: 604px;
		width: 225px; 
		margin: 7px 0px 0px 0px; 
		display: block;
	}
		
.map_header
{
	position: absolute; 
	left: 244px;
	top: 60px;
	width: 737px;
	height: 28px; 
	background: url(../imagens/mapa/webgis_bg_statusbar.gif);
}
		
.map 
{
	position: absolute; 
	left: 244px;
	top: 88px;
	width: 727px; 
	height: 436px; 
	padding: 5px;
	background: #284e65;
	font: normal 0px 'Trebuchet MS';
}

#zoomBox {
	VISIBILITY: hidden;
	BORDER-RIGHT: red 2px dotted; 
	BORDER-TOP: red 2px dotted; 
	BORDER-LEFT: red 2px dotted; 
	WIDTH: 100px; 
	CURSOR: crosshair; 
	BORDER-BOTTOM: red 2px dotted; 
	POSITION: absolute; 
	HEIGHT: 100px; 
	z-index: 1000000000;
	background-color: Orange;
	opacity:.35;
	filter: alpha(opacity=35);
}

.map_footer 
{
	position: absolute; 
	left: 244px;
	top: 640px;
	width: 737px; 
	height: 28px;
}

.info 
{ 
	font: normal 10px 'Trebuchet MS'; 
	color: #FFF; 
	margin: 10px 30px 0px 30px; 
	background: #284e65;
}

	.info_container 
	{ 
		position: absolute; 
		left: 244px;
		top: 530px;
		width: 737px;
		height:130px; 
		background: #284e65;
		overflow:auto;
	}
	
	.info_selector
	{
	 	font: bold 10px 'Trebuchet MS'; 
		color: #FFF; 
		margin: 0px 30px 0px 30px;
	}

.credits 
{
	position: absolute; 
	left: 170px;
	top: 660px;
	width: 737px; 
	margin: 15px 0px 0px 0px; 
	display: block; text-align: center; 
	font: normal 10px 'Trebuchet MS'; 
	color: #a8e2ff;
	text-align: center;
	vertical-align: middle;
}

.logos {
	position: absolute;
	top: 672px;
	left: 810px;
	vertical-align: middle;
	height: 22px;
	width: 164px;
}
.logos img {padding-left: 5px;}

.credits a, .credits a:hover, .credits a:visited, .credits a:active {
	text-decoration: underline;
	color: #a8e2ff;
}

/* Style spec's for tooltip  */
div#divTIPS 
{
	position:absolute;
	visibility:hidden;
	left:0; 
	top:0; 
	z-index:100000;
	/*background-color:#fff; 
	width:260px;		
	border: 1px solid #003366;*/
	color: #003366;
	font-size:10px;
	font-family:'Trebuchet MS';
	/*filter:alpha(opacity=85); 
	opacity:0.85;*/
	line-height:1.3;
  background: #fff;
  border: 2px solid #284e65;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #003366;
  padding: 2px;
  width: 260px;

}

	div#divTIPS_title
	{ 
		font-weight:bold;
		/*background: #D5EBF9;
		border-bottom: 1px solid #003366;*/
		padding: 2px 5px 2px 5px;
		/*filter:alpha(opacity=85); 
		opacity:0.85;*/

/*  border-bottom: 1px dashed #222;*/
  background: #DCEEE6;
	} 
	
	div#divTIPS_msg
	{ 
		padding: 2px 5px 2px 5px;
		background: #FFFFFF;
		text-align:justify;
		/*filter:alpha(opacity=85); 
		opacity:0.85;*/
	}

.title
{
	text-align: justify; 
	font: normal 10px 'Trebuchet MS'; 
	color: #003366;
	width:100%;
}

.value
{
	text-align: justify; 
	font: normal 10px 'Trebuchet MS'; 
	color: SlateGray;
	width:100%;
}

.resultado
{
	background-color:#284e65;
	font: normal 10px 'Trebuchet MS';
	color:white;
	width:215px;
}


.tableResultado
{
	background-color:#003366;
	font: normal 10px 'Trebuchet MS';
	text-color:white;
	width:100%;
	border-collapse: collapse;
}

	.tdResultadoLeft
	{
		font: normal 10px 'Trebuchet MS';
		color:white;
		height:15px;
		width:100%;	
	}


select
{
	font: normal 10px 'Trebuchet MS';  
	color:#003366;
	border: 1px solid #003366;
	width: 215px;
	/*height:20px;*/
}

input
{
	font: normal 10px 'Trebuchet MS';  
	color:#003366;
	width: 210px;
	/*height:15px;*/
}


.button
{
	border:solid 1px white;
	/*background-color:#003366;*/
	background-color:#284E65;
	color:white;
	color:white;
	font: normal 10px 'Trebuchet MS';
}

.blueBox {
	float: left;
	z-index:9999;
}
	.blueBox_top {
		float: left;
		width: 737px; 
		height: 12px; 
		margin: 0px; 
		padding: 0px;
		background: url(../imagens/main/webgis_bg_blueBox_top.gif);
	}
	
	.blueBox_middle {
		float: left; 
		background: #284e65; 
		width: 677px;
		height: 514px;
		* height: 516px; /*style for IE*/
		padding: 0px 30px 0px 30px; 
		font: normal 10px 'Trebuchet MS'; 
		color: #fff;
		* margin-top:-2px; /*style for IE*/
	}
	
		.blueBox_title {
			float: left;
			font: normal 24px 'Trebuchet MS'; 
			color: #fff;
		}
		
		.blueBox_H_dotted {
			float: left;
			background: transparent url(../imagens/main/webgis_whiteH_dotted.gif) repeat-x; 
			height: 1px ; 
			width: 100%;
		}
		
		.blueBox_txt {
			float: left;
			width: 400px;
			height: 366px;
			overflow: auto;
			margin: 15px 0px 0px 0px;
			* margin-top:0; /*style for IE*/
		}
		
			.btnBox_dark_cheks {
				float: left;
				width: 350px;
				margin-top: 27px;
				padding: 7px 10px 13px 10px;
				height: 44px;
				background: url(../imagens/main/webgis_bg_btnBox_dark.gif) no-repeat;
			}
			
	
		.whiteBox {
			float: right;
			width: 260px; 
			/*height: 382;*/
			/*height: 380;
			height: 520px;*/
			font: normal 10px 'Trebuchet MS';
			padding: 0px;
			margin: 0px 0px 0px 0px;
		}
		
			.whiteBox_top {
				float: left;
				background: transparent; 
				width: 260px;
				height: 9px; 
				margin: 15px 0px 0px 0px;
				* margin: 0 0 -4px 0;  /*style for IE*/
				padding: 0px;
			}
			
			.whiteBox_middle {
				float: left;
				background: #FFF; 
				width: 260px;
				/*height: 382px;*/
				height: 424px;
				/*height: 382px; /*style for IE*/
				font: bold 11px 'Trebuchet MS'; 
				color: #284e65;
				padding-top: 15px;
			}
			
				.whiteBox_leg {
					float: left;
					margin-left: 10px;
					margin-bottom: 6px;
				}
	
			.whiteBox_bottom {
				float: left;
				background: transparent; 
				width: 260px;
				height: 9px; 
				margin: -2px 0 0 0;
				padding: 0px;
			}
			
	.blueBox_bottom {
		float: left;
		background: transparent; 
		width: 737px; 
		height: 12px; 
		margin: 0;
		padding: 0px;
		background: url(../imagens/main/webgis_bg_blueBox_bottom.gif);
	}

.classDivTip
{
	/*border:solid 1px red;*/
	position:absolute;
	width:12px;
	height:12px;
	font-size:0;
	cursor:pointer;
	z-index:9997;
	background: url(../imagens/transparent.gif) 0 0 no-repeat;
}

.mapaEnqOpen
{
	position:absolute;
	top:377px;
	left:825px;
	width:147px;
	height:147px;
	/*border:1px solid rgb(163,208,229);*/
	border-top: 4px solid rgb(163,208,229);
	border-left:4px solid rgb(163,208,229);
	z-Index:199;
	cursor:crosshair;
	overflow:hidden;
	background-color: rgb(197,197,197);
	display:block;
}

.mapaEnqClose
{
	position:absolute;
	top:377px;
	left:825px;
	width:150px;
	height:150px;
	border:1px solid #284e65;
	z-Index:199;
	overflow:hidden;
	display:none;	
}

.enquadramento
{
	position: absolute;
	top:515px;
	left:963px;
	width:12px;
	height:12px;
	border:1px solid #284e65;
	background-image: url(..imagens/fechar.png);
	z-Index:200;
	cursor:pointer;
}

.openEnq
{
	background-image: url(../imagens/fechar.png);
}
	
.closeEnq
{
	background-image: url(../imagens/abrir.png);
}
		
.rect
{
	position: absolute;
	top:55px;
	left:45px;
	width:60px;
	height:40px;
	border:red 2px dotted;
	/*background-image: url(imagens/tranparent.gif);*/
	background-color: Orange;
	opacity:.25;
	filter: alpha(opacity=25);
}

.togglePesquisa
{
	width:100%;
	color:white;
	font: normal 10px 'Trebuchet MS';
	background-color: #284e65;
	padding: 2px 0px 0px 0px;
	margin: 10px 0px 0px 0px;			
}
