/* CSS Document */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

menulateral{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

A.submenulateral{
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

A.submenulateral:hover {
	font-weight:bold;
}

.texto_corpo{
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

A.Link_texto{
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}

A.Link_texto:hover {
	text-decoration:none;
}

A.Link_limpo {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

A.Link_limpo:hover {
	text-decoration:underline;
}

A.Link_Destaque {
	font-family: tahoma;
	font-size: 10px;
	color: #9B2900;
	text-decoration:none;
}

A.Link_Destaque:hover {
	text-decoration:underline;
}

.texto_limpo {
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.TITULO {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.botoes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #CFCFCF;
	border: 1px solid #000000;
	text-align: center;
}

.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.titulo_cons {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;	
}
.label_cons {
    font-family: Tahoma;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}	
.label_cons:hover {
	text-decoration: none;
	color:#000000;	
}
.label_cons:link {
	text-decoration: none;
	color:#000000;
}
.label_cons:visited {
	text-decoration: none;
	color:#000000;
}
.label_subtitulo {font-family: Tahoma;
	font-size:11px;
	color:#333333;
	font-weight: bold;	
	text-decoration:none;
}
.label_subtitulo:hover {
	text-decoration: none;
}
.label_subtitulo:link {
	text-decoration: none;
}
.campo_op_cons {
    font-family: Tahoma;
	font-size:11px;
	background-color:#FFFFFF;
	color:#333333;
	border: 1px solid #333333}	
	
.campo_ob_cons {
    font-family: Tahoma;
	font-size:14px;
	background-color:#FFFFFF;
	color:#333333;
	border: 1px solid #333333}	
	
.style2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
}
.style2:hover {
	color: #333333;
	text-decoration:underline;	
}
.style2:link {
	color: #333333;
}
.style2:visited {
	color: #333333;	
}

.style5 {font-size: 8px;}




/* Classe p/ operadores */
ul.sysOperador {position:relative;display:block;padding:0px;margin:0 0 0em;top:0em;}
ul.sysOperador li {float:left;list-style:none;margin:0 !important;}
ul.sysOperador li a {background: url("../imagens/bgLetras.gif") repeat 0 0;padding:4px;border:1px solid #d4d4d4;display:block;}

/* textos de auto ajuda */
div.sysAutoAjuda{ 
	width: 500px; display: none; position: absolute; z-index: 99;
}

div.sysAutoAjuda table{ 
	border-collapse: collapse;
}

div.sysAutoAjuda td.cabecalho{ 
	font-family: Arial; font-size: 14px; font-weight: bold; text-align: left;
	border: 1px solid black; background-color: rgb(213, 219, 224); padding: 2px;
}

div.sysAutoAjuda td.conteudo{ 
	font-family: Arial; font-size: 14px; text-align: left;
	border: 1px solid black; background-color: rgb(233, 239, 244); padding: 2px;
}
