/* CSS Document */

.texto_padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.texto_cinza{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}
.texto_branco{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E7;
	text-align: center;
	text-indent: 10px;
}
.texto_adm_branco{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.texto_branco:hover{
	color: #FFFFFF;
	}

.texto_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
.texto_vermelho{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.texto_azul2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013F54;
}
.texto_label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
}

.bgLabel

{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;

	background-color: #FAFAFA;
	color: #555555;

}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA2200;
}
.link_voltar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

.txt_padrao {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.invisible {
	height: 0px;
	width: 0px;
}

.titulo_tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color:#E8E8E8;
}


.bgFormBusca
{
	background-color: #ffffff;
	color: #000000;
}

.bgTituloFormBusca
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #94b9d3;
}


.tabelaLinha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
	padding-top: 2px;
	line-height: 5px
}
.titulo_adm {
	font-family: Timmons;
	font-size: 30px;
	font-style: normal;
	color: #003D55;
}

.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
}

.td_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-indent: 10px;
	background-color: #FF7022; /*#665E30*/
}
.bgFormHint
{
	background-color: #c2c2c2;
}
.bgTituloFormHint
{
	background-color: #c2c2c2;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.botaoHintX {
	vertical-align:bottom;
	cursor:default ;

}
.botaoHint 
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	background-color: e06a68;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #949494;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #949494;
}

.form option
{

}


/* class para imprimir parte do conteudo*/
@media print
{
	div { display: none; }	
  div.print { display: inline; }
}