@charset "utf-8";
/* CSS Document */
/*Cores:
Azul escuro: 204a87
Azul Médio: 3465a4
Azul Claricimo: c4d5ec
Azul Claro: 729fcf
Cinza Claro: d3d7cf
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

form{
	margin: 0px;
	padding: 0px;
}

em{
	font-weight:normal;
	color: #FF0000;
	font-size:11px;
	font-style:normal;
}


a, a:link, a:visited {
	text-decoration: none;
	color: #3465a4;
}


a:hover {
	color: #2e3436;
	text-decoration: underline;
	
}

a:active {
	color: #2e3436;
	text-decoration: underline;
	
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.Titulo_heavy, h1 {
	font-size: 25px;
	font-weight: bold;
	color: #204a87;
}

.geral_verde {
	font-weight: bold;
	color: #4e9a06;
}

.geral_amarelo {
	font-weight: bold;
	color: #f57900;
}

.geral_vermelho {
	font-weight: bold;
	color: #a40000;
}

.geral_off {
	font-weight: lighter;
	color: #7d7f7a;
}

.documentos_superados {
	font-weight: lighter;
	color: #7d7f7a;
}

.navegacao {
	font-size: 12px;
	font-weight: bold;
	color: #89B7C4;
	/*color: #103556;*/
}

.subtitulo_heavy, h2
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #204a87;
}

label, .labels {
	font-weight: bold;
	color: #2e3436;
}

input[type="text"], .caixa_texto {
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	width: 120px;
	font-size: 10px;
	color: #3465a4;
}


input.caixa_texto_grande {
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	width: 270px;
	font-size: 10px;
	color: #3465a4;
}

input.mini_caixa_texto {
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	width: 20px;
	font-size: 10px;
	color: #3465a4;
}

input.caixa_texto_tel {
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	width: 50px;
	font-size: 10px;
	color: #3465a4;	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3465a4;
	height: 200px;
	width: 360px;	
}

textarea.cms {
	height: auto;
	width: 1000px;
	size:auto;	
}

textarea.text_area_grande {
	height: 300px;
	width: 920px;	
}


input[type="submit"], .botao, button {
	height: 26px;
	width: 61px;
	font-size: 12px;
	background-color: #d6e3f5;
	color: #3465a4;
	border: 1px solid #3465a4;
	cursor: pointer;
	/*font-weight:bold;*/
}

input.cancel, button.cancel, a.cancel {
	height: 26px;
	width: 61px;
	font-size: 12px;
	background-color: #ffbaba;
	color: #a40000;
	border: 1px solid #a40000;
	cursor: pointer;
}

input.liberar, button.liberar, a.liberar {
	height: 26px;
	width: 61px;
	font-size: 12px;
	background-color: #FFF3C4;
	color: #E68A00;
	border: 1px solid #FFCC00;
	cursor: pointer;
}

input.enviar, button.enviar {
	height: 26px;
	width: 92px;
	font-size: 12px;
	background-color: #c6fb94;
	color: #4e9a06;
	border: 1px solid #4e9a06;
	cursor: pointer;
}

select {
	height: 18px;
	font-size: 10px;
	color: #3465a4;	
}

.cor_fundo_escura {
	background-color: #f1f1ef;
}

.cor_fundo_clara {
	background-color: #f8f8f7;
}

.cor_fundo_destaque {
	background-color: #FFFFB0;
}

.cor_fundo_vermelha {
	background-color: #fce0e0;
}

.cor_fundo_verde {
	background-color: #B8FFB0;
}

.cor_fundo_amarela {
	background-color: #FFFF99;
}


table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

tr.lista{
	height:50px;
	}

tr.lista:hover{
	background:#d3d7cf;
}

thead {
	background-color: #d3d7cf;
	background-color: #204a87;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

thead a, thead a:link, thead a:visited{
	color:#d3d7cf;
}

tfoot {
	background-color: #204a87;
	font-weight: bold;
	color: #e3e3e4;
}

td { padding: 5px;
border-collapse: collapse;
border: 1px #00FF00;}

.sem_padding td { padding: 0px }

.label_msg{
	font-size: 13px;
	font-weight: bold;
	color: #f57900;
	background-color: #FFFF99;
	border: #f57900 solid thin;
	width: 900px;
	padding: 6px 3px 6px 3px;
}

.label_erro{
	font-size: 13px;
	font-weight: bold;
	color: #a40000;
	background-color: #ffbaba;
	border: #a40000 solid thin;
	width: 900px;
	padding: 6px 3px 6px 3px;
}

.quadro{
	border: thin solid #888a85;
	margin: 5px;
	padding: 5px;
}


#f1_upload_process{
	z-index:100;
	position:absolute;
	visibility:hidden;
	text-align:center;
	width:600px;
	margin:0px;
	padding:0px;
	background-color:#fff;
}

#upload_form{
	visibility:visible;
}

#caixa_conteudo{
	z-index:100;
	position:fixed;
	visibility:hidden;
	padding:15px;
	background-color:#fff;
	left: 30%;
	border: 3px dashed #CCCCCC;
	top: 200px;
	margin: 0px;
	right: 30%;
}

ol {
	line-height: 15px;
}

#caixa_msg{
	z-index:100;
	position:fixed;
	visibility:hidden;
	padding:15px;
	background-color:#FFFF99;
	left: 35%;
	border: 2px double #990000;
	top: 230px;
	margin: 0px;
	right: 35%;
}

fieldset {
	padding: 10px;
	width: 500px;
	border: 2px solid #888a85;
}

div#Cores{
	display:none;
	float:left;
	left:310px;
	background-color:#FFFFFF;
	position:absolute;
	border:#CCCCCC thin solid;
	width:200px;
	padding:10px;
}

/*	#menu_contextual{
	border:thin solid #7797BD;
	border-right: thin solid #999999;
	float:left;
	position:relative;
	margin:1px;
	vertical-align:middle;
	background-color: #E9F4FF;
	color: #404040;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align:center;
	font-size:14px;
}*/

#menu_contextual{
	float:left;
	position:relative;
	text-align:center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu_contextual > a{
	color: #555753;
	text-decoration: none;
}

div.ordena{
	font-size:10px;
	cursor:pointer;
	color:inherit;
	float:right;
}

div.ordena > a{
	color:inherit;
}

.icone_edicao{
	float:right;
	margin-right:3px;
}

/*=================================== NOVO ===================================
18/07/2010 por Milena Godau */

div#cabecalho{
padding:0px;
}

.menu_hidden {
display:none; 
border: thin #999999 dashed; 
width: auto; 
padding: 5px; 
height:50px; 
margin-top: 5px;
}

