.ExpandeTabelaPrincipal {
  height : 100%;
}

.FrameSuperior {
  border-bottom: 3px solid #003366;
  background: URL(../images/fundo.JPG);
}

.FrameLocalizacao {
  border-bottom: 1px solid #003366;
}

.TabelaDocumentos {
  border-top: 1px solid #003366;
  border-right: 1px solid #003366;
  border-left: 1px solid #003366;
  border-bottom: 1px solid #003366;
}

.TextoAcesso {
  text-align: justify;
  font-family: Arial;
  font-size: 11;
  padding-left: .3cm;
  padding-right: .3cm;
  padding-bottom: 0px;
  border-bottom: 1px solid #003366;
}


.FrameTabelaUsuario {
  border: 1px solid #999999;
}

.FrameInferior {
  border-top: 1px solid #003366;
  background-color: #999;
  background-image: URL(../images/painelInferior.png);
  background-repeat: repeat-y;
}

.FrameDivisao {
  border-bottom: 2px solid #003366;
}

.PainelLateral {
  width: 150px;
  background-color: #FFFDCD;
  background: URL(../images/painelLateral.PNG);
  background-repeat: repeat-y;
  border-right: 1px solid #333333;
}

.LinksPainelLateral {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 0.5em;
}

A.LinkFrameSuperior {
  color: white;
  text-decoration: none;
  font-size: 11;
  font-family: Arial;
}

A.LinkMenuSuperior {
  color: black;
  text-decoration: none;
  font-size: 11;
  font-family: Arial;
  margin: 0;
  padding: 0;
}

A.LinkMenuSuperiorDesabilitado {
  color: #999999;
  text-decoration: none;
  font-size: 11;
  font-family: Arial;
}

A.LinkPrincipal {
  color: #003399;
  text-decoration: none;
}

A.LinkPrincipal:Hover {
  color: #798073;
  text-decoration: underline;
}

A.LinkPrincipalSelecionado {
  color: #003399;
  text-decoration: none;
}

.CelulaUsuario  {
  color: #000000;
  font-family: Arial;
  font-size: 11;
  padding: 2px 5px 3px 5px;
}

.CelulaUsuarioTexto  {
  color: #000000;
  font-family: Arial;
  font-size: 11;
  padding: 2px 5px 3px 5px;
  text-align: justify;
}

.CelulaUsuarioSelecionada  {
  border: solid 1px #ACA899;
  color: #000000;
  font-family: Arial;
  font-size: 11;
  padding: 2px 5px 3px 5px;
}

.TextoLogon1 {
  color: windowtext;
  font-family: Arial;
  font-size: 19;
  font-weight: lighter;
}

.TextoLogon2 {
  color: windowtext;
  font-family: Arial;
  font-size: 17;
  font-weight: bolder;
}

.TextoLogon2Erro {
  color: red;
  font-family: Arial;
  font-size: 17;
  font-weight: bolder;
}

.TextoNormal {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
}

.TextoAlertaNOK {
  color: red;
  font-family: Arial;
  font-size: 16;
  font-weight: bold;
}

.TextoAlertaOK {
  color: black;
  font-family: Arial;
  font-size: 12;
}

.TextoLocalizacao1 {
  color: windowtext;
  font-family: Arial;
  font-size: 19;
  font-weight: lighter;
}

.TextoCabecalho {
  color: black;
  font-family: Arial;
  font-size: 12;
  font-weight: bold;
}

.TextoEntrada {
  background-color: white;
  border: 1px solid #888888;
  color: windowtext;
  font-family: Arial;
  font-size: 11;
}

.FormatacaoEntrada {
  color: windowtext;
  font-family: Arial;
  font-size: 10;
}

.BotaoEntrada {
  background-color: buttonface;
  border: 1px solid #4D4A46;
  color: buttontext;
  font-family: Arial;
  font-size: 13;
}

.Botao {
  background-color: buttonface;
  border: 1px solid #4D4A46;
  color: buttontext;
  font-family: Arial;
  font-size: 11;
}

.BotaoDegrade {
  background-color: #E7EFFF;
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#999999', startColorstr='#DDDDDD', gradientType='1');
  border: 1px solid #4D4A46;
  color: #333333;
  size: 50;
  font-family: Arial;
  font-size: 12;
}

.CabecalhoCorpo
{
  background-color: #E7EFFF;
  filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#B9D1F4', startColorstr='#EFF7FF', gradientType='0');
  margin-right: 10px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  width: 100%;
}

.LinkCorpo
{
  color: #003399;
  font-weight: bold;
  text-decoration: none;
  font-size: 11;
  font-family: Arial;
}

.Line {
	border: 1px outset #7F9DB9;
}

.CelulaCabecalhoTabelaInferiorDireita {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: #E1ECFC;
  border-bottom: 1px solid #ACA899;
  border-right: 1px solid #ACA899;
}

.CelulaCabecalhoTabelaInferior {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: #E1ECFC;
  border-bottom: 1px solid #ACA899;
}

.CelulaCabecalhoTabelaDireita {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: #E1ECFC;
  border-right: 1px solid #ACA899;
}

.CelulaTabelaInferiorDireita {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: white;
  border-bottom: 1px solid #ACA899;
  border-right: 1px solid #ACA899;
}

.CelulaTabelaInferiorCompleta {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: #ACA899;
  background-image: URL(../images/painelInferior.png);
  background-repeat: repeat-x;
  border-bottom: 1px solid #ACA899;
  border-right: 1px solid #ACA899;
  border-left: 1px solid #ACA899;
  padding: 0;
  margin:0;
}

.CelulaTabelaFrameInferior {
  color: windowtext;
  font-family: Arial;
  font-size: 11;
  background-color: #DDDDDD;
  border-bottom: 1px solid #ACA899;
  border-right: 1px solid #ACA899;
  border-left: 1px solid #ACA899;
}
.CelulaTabelaInferior {
  color: windowtext;  
  font-family: Arial;
  font-size: 11;
  background-color: white;
  border-bottom: 1px solid #ACA899;
}

.TextoEntradaDesabilitado {
  background-color: white;
  border: 1px solid #CCCCCC;
  color: windowtext;
  font-family: Arial;
  font-size: 11;
}

.TextoNormalDesabilitado {
  color: #CCCCCC;
  font-family: Arial;
  font-size: 11;
}

#documento input
{
	background-color: white;
  border: 1px solid #888888;
  color: windowtext;
  font-family: Arial;
  font-size: 11;
}


