
div.menuSuperior
{
	position: absolute;
	left: 10px;
}

div.panelConsultaPublica
{
	background-color: #eeeeee;
	color: black;
	padding-top: 15px;
	padding-bottom: 0px;
}

legend
{
	font-weight: bold;
}

/*
 * Tabelas
 */
table.conteudoGeral 
{
	margin-bottom: 8px;
}

table.loginTable 
{
	background-color: #e6e6e6;
	color: #333333;
}

table.consultaFiltrosTable
{
	background-color: #e6e6e6;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.HomologacaoSolicitacoes
{
	vertical-align: top;
	width: 90%;
	min-width:700px;
	height: 80%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
	margin-bottom: 10px;
	
}

td.margemEsquerdaConteudoGeral 
{
	height: 510px;
}

td.margemDireitaConteudoGeral 
{
	height: 510px;
}

td.conteudoPrincipal
{
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}

td.cantoSupEsq 
{
	background-image: url("../Images/Graficos/cantoSupEsq.gif");
	background-repeat: no-repeat;
	background-color: White;
	min-width: 7px;
	min-height: 7px;
	width: 7px;
	height: 7px;
}

td.cantoSupDir
{
	background-image: url("../Images/Graficos/cantoSupDir.gif");
	background-repeat: no-repeat;
	background-color: White;
	min-width: 7px;
	min-height: 7px;
	width: 7px;
	height: 7px;
}

td.cantoInfEsq 
{
	background-image: url("../Images/Graficos/cantoInfEsq.gif");
	background-repeat: no-repeat;
	background-color: White;
	min-width: 7px;
	min-height: 7px;
	width: 7px;
	height: 7px;
}

td.cantoInfDir
{
	background-image: url("../Images/Graficos/cantoInfDir.gif");
	background-repeat: no-repeat;
	background-color: White;
	min-width: 7px;
	min-height: 7px;
	width: 7px;
	height: 7px;
}

td.linhaSuperior
{
	background-image: url("../Images/Graficos/linhaSuperior.gif");
	background-repeat: repeat-x;
	height: 7px;
}

td.linhaInferior
{
	background-image: url("../Images/Graficos/linhaInferior.gif");
	background-repeat: repeat-x;
	height: 9px;
}

td.linhaEsquerda
{
	background-image: url("../Images/Graficos/linhaEsquerda.gif");
	background-repeat: repeat-y;
	width: 7px;
}

td.linhaDireita
{
	background-image: url("../Images/Graficos/linhaDireita.gif");
	background-repeat: repeat-y;
	background-color: White;
	width: 9px;
}

td.formContent
{
	background-color: #e6e6e6;
}

td.loginConteudo
{
	background-color: #e6e6e6;
}

tr.cabecalhoMenu
{
	height: 22px;
	background-image: url("../Images/Graficos/fundo_preto3.gif");
	/* background-image: url("../Images/fundo_menutopo.jpg"); */
	background-repeat: repeat;
}


td.cabecalhoBotoesMenu
{
	text-align: right;
	padding-right: 5px;
}

/*
 * Fontes
 */
.alinharEsquerda
{
	text-align: left;
}

.alinharCentro
{
	text-align: center;
}

.alinharDireita
{
	text-align: right;
}

.alinharJustificado
{
	text-align: justify;
}

.negrito
{
	font-weight: bold;
}
.labelDetalhe
{
	font-family: Verdana;
	font-size: 9px;
	font-weight:bold;
}
.dadoDetalhe
{
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal
}
.labelHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

/*
 * input
 */
image, input.imgButton
{
	border: none;
}

image.imgButton, input.imgButton
{
	cursor: pointer;
}

.inputNumber
{
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	width: 75px;
}

/*
 * ============================================================================
 * Tags de uso específico
 * ============================================================================
 */

/*
 * menu do sistema
 */
.menuSuperiorOver, .menuSuperiorLevel0,
.menuSuperiorLevel1, .menuSuperiorLevel2,
.menuSuperiorLevel3
{
	border: solid 1px #ffffff;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
	cursor: pointer;
}

.menuSuperiorLevel0, .menuSuperiorLevel1,
.menuSuperiorLevel2, .menuSuperiorLevel3
{
	background-color: #eeeeee;
	color: #cc0000;
}

.menuSuperiorOver 
{
	background-color: #C6CFD7;
	color: #000000;
	font-weight: normal;
}

.menuSuperiorLevel0, .MenuSuperiorLevel0Width
{
	width: 120px;
}

.menuSuperiorLevel1, .MenuSuperiorLevel1Width 
{
	width: 135px;
}

.menuSuperiorLevel2, .MenuSuperiorLevel2Width
{
	width: 120px;
}

.menuSuperiorLevel3, .MenuSuperiorLevel3Width
{
	width: 120px;
}

/* Mensagem de espera */
.mensagemEspera
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
}

/* Mensagem de erro */
.mensagemErro
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
}
/*
 * Consulta
 */

.cabecalho_1
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: black;
}
.cabecalho_2
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: black;
}
.cabecalho_3
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: black;
}
.detalhe_1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

/*
 * Consulta completa
 */
 
 .botao_consulta_completa
 {
	width: auto;
	overflow: visible;
 }
 
 .botao_historico
 {
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	padding: 0px;
 }
 
 .botao_ajuda
 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
 }
 
 .botao_detalhe
 {
	background-color: white;
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	font-size: 8px;
	padding: 0px;
	width: 10px;
 }
 