/* CSS Document */
/*Hint informativo*/
.informacao a span{
	display:none;
}
.informacao a:hover span{
	font-size:10px;
	display:block;
	position:relative;
	top:auto;
	left:120px;
	color:#000000;
	border-color:#000000;
	border-width:1px;
}
/* FORMATAÇÃO DO MENU SUPERIOR*/
div.menu_superior{
	width:80px;
	background-color:#ffffff;
	border-style:none;
}
div.menu_superior:hover{
	cursor:pointer;
	background-color:#336633;
	background-position:left;
	background-repeat:no-repeat;
}
.caixa_menu_superior { 
	border-style: solid ; 
	border-top-color: #003366 ; 
	border-left-color: #003366 ; 
	border-bottom-color: #003366 ; 
	border-right-color: #003366 ; 
	border-width: 1px ; 
	border-radius: 8px ; 
	width:75px;
}
/*MENU LATERAL*/
/*CAIXA DO MENU PRINCIPAL*/
div.menu_lateral{
	width:110px;
	height:30px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	color:#006633 !important;
	font-size: 11px;
	border-style:none;
    vertical-align:middle;
}
div.menu_lateral:hover{
	cursor:pointer;
	background-color:#00CC66;
	background-position:left;
	background-repeat:no-repeat;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
}
/*LABRE*/
div.labre{
	background-image:url(../icones/logo_labre.jpg);
}
div.labre:hover{
	background-image:url(../img/globo_menu_ativo.gif);
}
/*sub menus laterais*/
div.sub_menu_lateral{
	width:130px;
	height:20px;
	background-repeat:no-repeat;
	background-image:url(../img/submenu_off.jpg);
	background-color:#009999;
	color:#ffffff !important;
	font-size: 12px;
	border-style:solid;
	border-width:thin;
	border-color:#003366;
	
	align:right;
	position:relative;
	border-radius: 8px ; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
div.link_sub_menu_lateral:hover span{
	cursor:pointer;
	background-color:#00CC66;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../img/submenu_on.jpg);
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	
	border-bottom-width:thin;
	border-bottom-style:dashed;
	border-left-width:thin;
	border-left-style:dashed;
	border-top-width:thin;
	border-top-style:dashed;
	border-right-width:thin;
	border-right-style:dashed;
	
	border-radius: 8px ; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}
/*fim*/
/*LAYOUT DAS BORDAS DA TELA PRINCIPAL*/
.caixa_arredondada_azul { 
	border-style: solid ; 
	border-top-color: #003366 ; 
	border-left-color: #003366 ; 
	border-bottom-color: #003366 ; 
	border-right-color: #003366 ; 
	border-width: 1px ; 
	border-radius: 8px ; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.corpo_senha { 
	border-style: none ; 
	border-top-color: #003366 ; 
	border-left-color: #003366 ; 
	border-bottom-color: #003366 ; 
	border-right-color: #003366 ; 
	border-width:0px ; 
	border-radius: 8px ; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.corpo_frames { 
	border-style:solid;
	border-width:1px;
	/*border-width:thin;
	border-radius: 8px ; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	*/
}


.caixa_reta { 
	border-style: solid ; 
	border-top-color: #cccccc ; 
	border-left-color: #cccccc ; 
	border-bottom-color: #707078 ; 
	border-right-color: #707078 ; 
	border-width: 1px ; 
 }
 .caixa_tooltip { 
	border-style: solid ; 
	border-width: 1px ;
	background-color:#FFFFFF;
 }
.caixa_dupla{
	border-style:double; 
	border-top-color:#000066 ; 
	border-left-color: #000066 ; 
	border-bottom-color: #000066 ; 
	border-right-color: #000066 ; 
	border-width:thin;
}