/*
.combo_novo_float {

	display:none;
	text-decoration: none;
	background: #fff;	
	border: 1px solid #c8d7e3;
	width:100%;
	position:absolute;
	height:20px;

}
.combo_novo_invisivel {
	border:1px solid;
	position:relative;
	clear:both;
	visibility:hidden;
	color: #000000;	
	font-weight: bold;  
	text-decoration: none;

}

.combo_novo_tudo { display: table; width:100%}
.combo_novo_esquerda { float: left; text-align:left; width: 80%; }
.combo_novo_direita { float: right; text-align:right; width: 20%; }


.combo_novo {
	display:none;
	text-decoration: none;
	background: #fff;	
	border: 1px solid #c8d7e3;
	height:100%;
}


.combo_novoNormal2 {
	color: #000000;	font-weight: bold;  text-decoration: none;
}

.combo_novoAtivo2 {
	background: #5355ad; font-size: 14px;  font-weight: bold; text-decoration: none;
}

.combo_net {
	display: none;
	position:absolute;
}

.combo_net_trava {
	background: black; 	
	-moz-opacity: 0.6; 
	FILTER: alpha (opacity=60); 
	opacity: .6;
	position:absolute; 
	display:none;
	top:0;
	left:0;
}
.invisivel {
	display: none;
}

.rel {
        color: #000000;	font-size: 11px;	font-family: Verdana;
}

.relatorio {
        color: #000000;	font-size: 11px;	font-family: Verdana; font-weight: bold; 
}


*/


.msg_status {
	
	margin-top: 10px;
	font-size: 13px;	font-family: Verdana;  
	font-weight: bold; 
	
	width:90%;
	height:20px;

	background:Khaki;
	color: #000;
	padding:5px;
	border-radius:8px;
	
}


.combo_net_trava {
	background: black; 	
	-moz-opacity: 0.6; 
	FILTER: alpha (opacity=60); 
	opacity: .6;
	position:absolute; 
	display:none;
}
.combo_novo_float {

	display:none;
	text-decoration: none;
	background: #fff;	
	border: 1px solid #c8d7e3;
	width:100%;
	position:absolute;
	height:20px;

}
li:nth-child(even) {
	background-color: #bdbdbd;
}

.combo_novo_invisivel {

	border:1px solid;
	position:relative;
	clear:both;
	/*
display:block;
visibility:visible;
*/
background:blue;
	color: #000000;	font-size: 13px; font-family: Verdana; font-weight: bold;  text-decoration: none;
}

.combo_novo_tudo { display: table; width:100%}
.combo_novo_esquerda { float: left; text-align:left; width: 80%; }
.combo_novo_direita { float: right; text-align:right; width: 20%; }


.combo_novo {
	display:none;
	text-decoration: none;
	background: red;	
	border: 0px;
	height:100%;
}


.combo_novo_normal {
	color: #000000;	
	background-color: #dbdfe1;
	font-weight: bold;  text-decoration: none;
	list-style-type: none;
	cursor: pointer;
	width:100%;
	font-size: 13px; font-family: Verdana; 
	
}

.combo_novo_normal:nth-child(even) {
	background-color: #bdbdbd;
}

.combo_novo_normal:hover {
	background:#3f3f3f!important;color:white;
	font-weight: bold;  text-decoration: none;
	list-style-type: none;

}

.combo_novo_ativo {
	font-weight: bold; text-decoration: none;
	list-style-type: none;
	cursor: pointer;
	width:100%;
	font-size: 13px; font-family: Verdana; 
	background:#3f3f3f!important;
	color:white;
}


.combo_net {
	display: none;
	position:absolute;
}

.combo_net_trava {
	background: black; 	
	-moz-opacity: 0.6; 
	FILTER: alpha (opacity=60); 
	opacity: .6;
	position:absolute; 
	display:none;
	top:0;
	left:0;
}
.invisivel {
	display: none;
}
/*
	.combo_novoNormal2 {
		color: #000000;	font-weight: bold;  text-decoration: none; width:100%;
	}
	
	.combo_novoAtivo2 {
		color: #fff; background: #5355ad; font-size: 14px;  font-weight: bold; text-decoration: none; width:100%;
	}
*/

/* Abas*/

.aba {padding:5px 0 0 1em; margin:0; list-style:none; height:30px; position:relative; background:transparent url(../imagens/abas/aba2Inativa.gif) repeat-x left bottom; font-size:10px;}
.aba li {float:left; height:30px; margin-right:1px;}
.aba li a {display:block; float:left; height:30px; line-height:25px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(../imagens/abas/aba0Inativa.gif) no-repeat;}
.aba li a b {float:left; display:block; padding:0 7px 5px 4px; background:url(../imagens/abas/aba1Inativa.gif) no-repeat right top;}
.aba li.current a {color:#000; background:url(../imagens/abas/aba0Ativa.gif) no-repeat;}
.aba li.current a b {background:url(../imagens/abas/aba1Ativa.gif) no-repeat right top;}
.aba li a:hover {color:#000; background: url(../imagens/abas/aba0Hover.gif) no-repeat;}
.aba li a:hover b {background:url(../imagens/abas/aba1Hover.gif) no-repeat right top;}
.aba li.current a:hover {color:#000; background: url(../imagens/abas/aba0Ativa.gif) no-repeat; cursor:default;}
.aba li.current a:hover b {background:url(../imagens/abas/aba1ativa.gif) no-repeat right top;} 
