panel
{
	background-color: lavender;
}



.TabelaEntrada
{
	background-color: #f0f0f0;
	border-style:solid;
}

.TextError
{	
	font-size: 10px;
	font-weight:bold;
	font-family:Verdana;
	background-color:Transparent;
	color:Red;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-top-style:none;
}

.TextMensagem
{	
	font-size: 14px;
	font-weight:bold;
	font-family:Verdana;
	background-color:Transparent;
	color:Red;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-top-style:none;
}

.TabelaSemFundo
{
	border-bottom-style:solid;
	border-bottom-width:2;
	border-bottom-color:#002883;

	border-left-style:solid;
	border-left-width:2;
	border-left-color:#002883;

	border-right-style:solid;
	border-right-width:2;
	border-right-color:#002883;

	border-top-style:outset;
	border-top-width:2;
	border-top-color:#002883;
	
}


.painel
{
	background-color:Red;
}

.TituloConsulta
{
	font-weight: bolder;
	font-size: 10pt;
	color: #002883; 
	font-family: Tahoma, Verdana;

}

.TituloConsulta8px
{
	font-weight:bolder;
	font-size: 8pt;
	color: #005883; /* 002883 */ 
	font-family: Tahoma, Verdana;

}

/*	
.TituloConsulta8px
{

	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
}
*/

.TituloGestao
{
	font-weight: bold;
	font-size: 13pt;
	color: #002883;
	font-family: Verdana;

}


.GridLinha1
{

	font-family:Verdana;
	font-size: 8pt;
	background-color: #e8f7fd; /* e8f7fd */
	height:16px;
	color: #002883;
}


.GridLinha2
{

	font-family:Verdana;
	background-color: #FAFDF8;
	font-size: 8pt;
	height:16px;
	color: #002883;
}

.GridLinha
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#FAFDF8;
	
	border-top-style:none;
	border-bottom-style:none;
}

.GridFooter
{
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:White;
	
	border-top-style:none;
	border-bottom-style:none;

	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: Verdana;
	background-color: #002883;
	height:18px;

}


.RotuloNormal
{
	font-size: 10px;
	font-weight:bold;
	color: #005883;
	font-family:Verdana;
}

body
{
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
}


.RotuloCabecalho
{
	font-size: 12px;
	font-weight: bolder;
	color: #005883;
	font-family: Verdana;
}

.RotuloCabecalhoRegGov1
{
	font-size: 12px;
	font-weight:bold;
	color: #002883;
	font-family: Verdana;
}
.RotuloCabecalhoRegGov2
{
	font-size: 16px;
	font-weight:bold;
	color: #002883;
	font-family: Verdana;
}

.CabecalhoGrid
{
	
	font-weight: bold;
	font-size: 8pt;
	color: ffffff;
	font-family: Verdana;
	background-color: #0099FF; /* 005883 */
	height:18px;
	border-right-color: #FFBF90;
}

.grid
{
	
	background-color:white;
	font-family:Verdana;
	font-size:x-small;

	border-left-style:solid;
	border-left-color:Black;
	border-left-width:1px;

	border-right-style:solid;
	border-right-color:Black;
	border-right-width:1px;

	border-bottom-style:solid;
	border-bottom-color:Black;
	border-bottom-width:1px;

	border-top-style:solid;
	border-top-color:Black;
	border-top-width:1px;
}

.TreeView
{
	
	background-color:#fffaf4;
	font-family:Verdana;
	font-size:x-small;

	border-left-style:ridge;
	border-left-color:Black;
	border-left-width:1px;

	border-right-style:ridge;
	border-right-color:Black;
	border-right-width:1px;

	border-bottom-style:ridge;
	border-bottom-color:Black;
	border-bottom-width:1px;

	border-top-style:ridge;
	border-top-color:Black;
	border-top-width:1px;
}

.botao
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;
}
.botaoinclusao
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}
.botaoexclusao
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}
.botaoalteracao
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}
.botaocancela
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}
.botaobusca
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}
.botaoinserenovo
{
	font-family:Verdana;
	font-size:x-small;   
	background-color:#c0c0c0;   
	border-bottom-color:Black;   
}

.BotaoNormal
{
	font-style:normal;
	background-color:C0xC0;   
	color: Black;
}
.BotaoMarcado
{
	font-style:normal;
	color: White;
	background-color:#002883;
	}

.labeltexto
{
	font-family:Verdana;
	font-size:x-small;   
}
.campolista
{
	font-family:Verdana;
	font-size:xx-small;   
}
.campocombo
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-top-width:1;
	border-top-color:Black;
	height:15px;
}

.campocombodesabilitado
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-top-width:1;
	border-top-color:Black;
	height:15px;
	font-weight:bold;
}

.campodata
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;	   
}
.campointeiro
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;	   
}
.camporeal
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;	
}

.campotexto
{
	text-align:left;
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:15px;
}

.CampoTextoUpper
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: xx-small;
	text-transform: uppercase;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	height: 15px;
	text-align: left;
}

.camponumerico
{
	text-align:right;
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:15px;
}


.campoconsulta
{
	font-weight: bold;
	font-size: xx-small;
	color: darkblue;
	font-family: Verdana;
	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
	border-width:1px;
	border-color:Black;
	
	height: 15px;
	background-color: transparent;
	
	vertical-align:baseline;

}

.campoconsultaExt
{
	font-weight: bold;
	font-size: xx-small;
	color: darkblue;
	font-family: Verdana;
	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	
	border-width:1px;
	border-color:Black;
	
	height: 15px;
	background-color: transparent;
	
	vertical-align:baseline;

}

.campotextoreadonlyRight
{
	font-size: xx-small;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:15px;
	vertical-align:baseline;
	text-align:right;
}

.campotextoreadonlyLeft
{
	font-size: xx-small;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:15px;
	vertical-align:baseline;
	text-align:left;
}


.campoLabelCombo
{
	font-size: xx-small;
	font-family: Verdana;
	background-color:White;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:19px;
	vertical-align:baseline;
}

.filtro
{
	background-color:#e8f7fd;
	border-color:#005883;
	border-style:solid;
	border-width:1px;	
}


.lableconsulta
{
	font-weight: bold;
	font-size: xx-small;
	color: darkblue;
	font-family: Verdana;
}


.campoconsultaNum
{
	font-weight: bold;
	font-size: xx-small;
	color: darkblue;

	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;

	font-family: Verdana;
	border-color:Black;
	border-width:1px;
	height: 15px;
	background-color: transparent;
	text-align:right;
	vertical-align:baseline;
}


.campotextoobrigatorio
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: xx-small;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: seashell;
	height:15px;
}


.mensagemvalidacao
{
	font-family:Verdana;
	font-size:xx-small;
	color:Red;
}

.campotextoreadonly
{
	font-size: xx-small;
	font-family: Verdana;
	background-color: #E5F5DA;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:12px;
}

.Menu
{
	background-color: #FFC253;
}

.CampoErro
{
	background-color:Red;
	font-size: xx-small;
	color: Black;
	font-family: Verdana;
	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	border-width:1px;
	border-color:Black;
	
	height: 15px;
	
	vertical-align:baseline;

}

.CampoErroNum
{
	background-color:Red;
	font-size: xx-small;
	color: Black;
	font-family: Verdana;
	text-align:right;
	
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	
	border-width:1px;
	border-color:Black;
	
	height: 15px;
	
	vertical-align:baseline;
}

.CampoComboErro
{
	font-family:Verdana;
	font-size:xx-small;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-style:solid;
	border-right-style:solid;
	border-top-width:1;
	border-top-color:Black;
	height:15px;
	background-color:Red;
}

.CampoCheckBox
{
	text-align:left;
	font-family:Verdana;
	font-size:xx-small;
	height:15px;
}

.RadioButton
{
	font-family:Verdana;
	font-size:xx-small;
	height:12px;
	font-weight: bold;
	border-width:1;
	border-style:solid;
	
}

A:link
{
	color:#002883;
}

A:visited
{
	color:#002883;
}

.IdentificacaoBloco
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
	font-family: Verdana;
}


