﻿body
{
    background-color: Silver;
    font-family: Verdana;
    font-size: smaller;
    margin: 0 0 0 0;
    padding-left: 0px;
    padding-right: 0px;
}

.datapublicacao
{
    font-size: smaller;
}

.center {
    margin: auto;
    width: 60%;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.lblDados {
    font-size: 12px;
    font-family: 'Courier New';
}

.fundo
{
    background-color: White;
    border-bottom-color: Navy;
    border-width: 1px;
    border-style: solid;
    padding: 15px 15px 15px 15px;
    width: 1055px;
    margin-left: auto;
    margin-right: auto;
}

.divheader {
    width: 100%;
    height: 110px;
    font-weight: bold;
    background-image: url(../imagens/webHEADER.png);
    background-repeat: no-repeat;
}

.divmid {
    width: 100%;
    background-image: url(../imagens/webBKGRD.png);
    background-repeat: repeat-y;
    padding-left: 30px;
}

.divfooter {
    width: 100%;
    height: 40px;
    background-image: url(../imagens/webFOOTER.png);
    background-repeat: no-repeat;
}

.divaviso
{
    width: 100%;
    height: 175px;
    background-image: url(../imagens/webBannerAviso.png);
    background-repeat: no-repeat;
}

.divtxtaviso
{
    padding-top: 70px;
    padding-left: 160px;
    font-weight: normal;
    color: Black;
}
.divtxtfooter
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom:10px;
    font-weight: normal;
    color: Black;
    
}

.divmenuprincipal
{
    width: 100%;
    padding-left: 150px;
    padding-right: 100px;
}

.divlogin
{
    width: 94%;
    display: grid;
    align-items:center;
}

.botaomenuprincipal
{
    width: 150px;
    height: 50px;
    text-align: center;
}

.botaodetalhe
{
    width: 100px;
    height: 30px;
}

.destaqueopcao
{
    font-weight: bold;
    color: Gray;
}

.grid tr td
{
    font-family: Verdana;
    font-size: 11px;
    border-bottom: 1px solid Navy;
    border-top: 1 px solid Navy;
}

.grid-view
{
    padding: 0;
    margin: 0;
    border: 1px solid #333;
    font-family: "Verdana, Arial, Helvetica, sans-serif, Trebuchet MS";
    font-size: 0.9em;
}

.grid-view tr.header
{
    color: white;
    background-color: #FF5600;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.grid-view tr.normal
{
    color: Gray;
    background-color: White;
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

.grid-view tr.alternate
{
    color: Gray;
    background-color: White;
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover
{
    background-color: #B0E0E6;
    color: Black;
    font-weight: normal;
}

.grid-view tr td
{
    font-family: Verdana;
    font-size: 11px;
    border-bottom: 1px solid Gray;
    border-top: 1 px solid Gray;
}

.ChamadaDestaque
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    color: Navy;
}

.Edits
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: Black;
}

.Labels
{
    font-family: Verdana;
    font-size: xx-small;
    color: Black;
}

.Comentario
{
    font-family: Verdana;
    font-size: small;
    font-weight: normal;
    color: Navy;
}

.TextoNota
{
    font-family: Verdana;
    font-size: smaller;
    font-weight: normal;
    color: black;
}

.tdjainscrito
{
    background-image: url('../imagens/jainscrito.jpg');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    width: 300px;
    text-align: center;
}

.tdainscrever
{
    background-image: url('../imagens/ainscrever.jpg');
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    width: 300px;
    text-align: center;
}

.fromularioinscricao
{
    width: 80%;
    border: 1px solid #E0E0E0;
}

.formularioinscricao-cabec
{
    background-color: #FEEFCB;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: #666666;
    font-size: 16px;
    border: 1px solid #E0E0E0;
}

.formularioinscricao-titulos
{
    background-color: white;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
    width: 30%;
    height: 25px;
    border: 1px solid #E0E0E0;
}

.formularioinscricao-campos
{
    background-color: white;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #666666;
    font-size: 12px;
    width: 70%;
    height: 25px;
    border: 1px solid silver;
    vertical-align: middle;
}

.edtcampos
{
    text-align: left;
}

a:link
{
    font-family: Verdana;
    color: Navy;
    text-decoration: none;
}
a:visited
{
    font-family: Verdana;
    color: Navy;
    text-decoration: none;
}
a:active
{
    font-family: Verdana;
    color: Navy;
    text-decoration: none;
}
a:hover
{
    font-family: Verdana;
    color: Navy;
    text-decoration: none;
}
