panel {
    background-color: lavender;
}

a {
    border-style: none;
    font-family: Verdana;
    font-weight: bold;
    font-size: x-small;
    color: #005883;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

input[type="submit"] {
    border: 1px solid #CCCCCC;
    font-family: Verdana;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #005883;
    border-radius: 3px;
    font-size: x-small;
    height: 25px;
}

    input[type="submit"]:hover {
        border: 1px solid #CCCCCC;
        color: #FFFFFF;
        background-color: #005883;
        font-weight: bold;
    }

input[type="text"], input[type="radio"], input[type="password"], select, textarea.campotexto {
    height: 15px;
    font-family: Verdana;
    font-size: xx-small;
    color: #000099;
    background-color: #E6E6E6;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="image"]:hover, select:focus {
        border: 0.5px solid #005883;
        -moz-box-shadow: 0.5px 0.5px 0.5px 0.5px #005883;
        -webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px #005883;
        box-shadow: 0.5px 0.5px 0.5px 0.5px #005883;
    }

input[type="image"] {
    height: 20px;
    width: 20px;
    text-decoration: none;
}

    input[type="image"]:hover {
        background-color: #005883;
        -moz-box-shadow: 1px 1px 1px 1px #005883;
        -webkit-box-shadow: 1px 1px 1px 1px #005883;
        box-shadow: 1px 1px 1px 1px #005883;
        border-radius: 3px;
    }

select option:hover {
    border: 1px solid #005883;
    color: #FFFFFF;
    background-color: #005883;
}

.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;
    text-transform: uppercase;
}


.GridLinha2 {
    font-family: Verdana;
    background-color: #FAFDF8;
    font-size: 8pt;
    height: 16px;
    color: #002883;
    text-transform: uppercase;
}

.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 {
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #005883;
    border-bottom-color: #005883;
    border-left-color: #005883;
}


.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;
}

.MenuPai {
    background-color: #FFC253;
    font-family: Verdana;
    font-size: x-small;
    font-weight: bold;
    color: #000000;
}

.MenuFilho {
    font-family: Verdana;
    font-size: x-small;
    font-weight: normal;
    color: #000000;
}

.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;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: x-small;
}

A:visited
{
	color:#002883;
}*/

.IdentificacaoBloco {
    font-size: 14px;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
}

#divTexto {
    width: 80%;
    height: 310px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #005883;
    border-radius: 20px;
    position: relative;
    top: 50px;
    bottom: 50px;
}

    #divTexto p {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
