html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 0px;
    padding: 0px;
}

body {
    background: #C0C0C0 url(images/bgx.gif) repeat;
    font: 80%/160% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
}

@media (max-width: 768px) {
    body {
        background: #FFFFFF url(images/bgx.gif) repeat;
        font: 80%/160% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    }
}


main {
    background: white;
    padding: 00px;
    margin-left: 5%;
    margin-right: 5%;
}

.centralizado {
    margin: 0 auto;
    background: black;
    padding: 20px;
    color: white;
}

.footerxx {
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 5%;
}

@media (max-width: 768px) {
    .footerxx {
        position: fixed;
        bottom: 0;
        /*width: 100%;*/
        margin-left: 0px !important;
    }
}

.centraliza {
    text-align: center;
}

div {
    /*border: 1px solid #00FF00 !important;*/
}

.table-hide {
    empty-cells: hide;
}

table.dltrc {
    width: 95%;
    border-collapse: separate;
    border-spacing: 0px;
    border: solid black 2px;
    /*border-radius: 8px;*/
}

tr.dlinfo,
td.dlinfo {
    /*text-align: center;*/
    border-left: solid black 1px;
    border-top: solid black 1px;
    padding: 2px
}






.table a, table a:link, table a:visited {
    border: none;
}

/*CLASS TEXTOS **************************************************************/
.branco {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13.0px;
}

.wmenu {
    padding: 18px !important;
    font-size: 12px !important;
}

.brancop {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11.0px;
}

.pesquisa {
    font-family: calibri, arial;
    color: #1966a5;
    text-decoration: none;
    font-size: 15.0px;
}

.pesquisa2 {
    font-family: calibri, arial;
    color: #1966a5;
    text-decoration: none;
    font-size: 12.0px;
}

.descri_titulo {
    font-family: calibri, arial;
    font-size: 19px;
    color: #000066;
    line-height: 19px;
    font-weight: normal;
}

.aviso {
    font-family: calibri, arial;
    font-size: 15px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
}

.consulta {
    font-family: calibri, arial;
    font-size: 15px;
    color: #FF6600;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}


/* GRIDS*/
.Grid td {
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .3em 0.6em; /*text-shadow: 1px 1px 1px #FFFFFF;*/
    font-family: 'calibri', 'sans-serif';
    color: #666666;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
}

.Grid th {
    border-width: inherit;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    padding: .5em 2em;
    /*text-shadow: 1px 1px 1px #000000;*/
    font-family: 'calibri', 'sans-serif';
    font-weight: bold;
    font-style: normal;
    border: 1px solid #808080;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    background: #040078;
}

/*CLASS BOTÕES **************************************************************/
.bt_entrar {
    /*width: 80px;*/
    background: #ffffff url('../img/BT_ENTRAR.PNG') no-repeat;
    color: #666666;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #C1D9EE;
    width: 72px;
    height: 38px;
    font: 89%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}

.bt_gravar {
    /*width: 80px;*/
    background: #ffffff url('../img/BT_GRAVAR.PNG') no-repeat;
    color: #FFFFCC;
    font-weight: bold;
    font-style: normal;
    border: 0px solid #C1D9EE;
    width: 72px;
    height: 38px; /*font-size: 18px;*/
    font: 100%/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}


/*CLASS LINKS **************************************************************/
/*
a:link
{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #ffbac8;
    font-size: 13.0px;
}*/

.link_fechar {
    font-family: calibri, arial;
    font-size: 14px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}

    .link_fechar:hover {
        font-family: calibri, arial;
        font-size: 14px;
        color: #FF0000;
        line-height: 19px;
        font-weight: normal;
        text-decoration: none;
        font: bold;
        border: none;
    }

.link_novo {
    font-family: calibri, arial;
    font-size: 14px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}

.link_consulta {
    font-family: calibri, arial;
    font-size: 14px;
    color: #003399;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}

    .link_consulta:hover {
        font-family: calibri, arial;
        font-size: 14px;
        color: #FF6600;
        line-height: 19px;
        font-weight: normal;
        text-decoration: none;
        font: bold;
        border: none;
    }

.link_editar {
    font-family: calibri, arial;
    font-size: 14px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}

.link_grande {
    font-family: arial;
    font-size: 14px;
    color: #7092BE;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
    border: none;
}




/*CLASS TABELAS **************************************************************/
.table {
    border-bottom: 0px solid #eeebe4;
    border-left: 0px solid #eeebe4;
    border-top: 0px solid #eeebe4;
    border-right: 0px solid #eeebe4;
    margin: 0em auto;
    border-collapse: collapse;
    width: 900px;
}

.table2 {
    border-bottom: 0px solid #e5eff8;
    border-left: 0px solid #e5eff8;
    border-top: 0px solid #e5eff8;
    border-right: 0px solid #e5eff8;
    margin: 0em auto;
    border-collapse: collapse;
    width: 880px;
}

.table3 {
    border-bottom: 0px solid #e5eff8;
    border-left: 0px solid #e5eff8;
    border-top: 0px solid #e5eff8;
    border-right: 0px solid #e5eff8;
    margin: 0em auto;
    border-collapse: collapse;
    width: 870px;
}

.tab_login {
    border-bottom: 0px solid #eae7dc;
    border-left: 0px solid #eae7dc;
    border-top: 0px solid #eae7dc;
    border-right: 0px solid #eae7dc;
    margin: 5em auto;
    border-collapse: collapse;
    width: 400px;
    height: 200px;
}

.tab_login2 {
    border-bottom: 0px solid #eae7dc;
    border-left: 0px solid #eae7dc;
    border-top: 0px solid #eae7dc;
    border-right: 0px solid #eae7dc;
    margin: 5em auto;
    border-collapse: collapse;
    width: 600px;
    height: 200px;
}

.tab_consulta {
    border-bottom: 0px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    border-right: 0px solid #C0C0C0;
    margin: 0.8em auto;
    border-collapse: collapse;
    width: 300px;
}
/*CLASS INPUTS **************************************************************/
.input1 {
    /*width: 80px;*/
    color: #666666;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #C1D9EE;
    font: 89%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}



.input_entrar {
    /*width: 80px;*/
    font-weight: bold;
    font-style: normal;
    border: 1px solid #C1D9EE;
    font: 89%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    color: #000066;
}

.inputtabedita {
    font-family: calibri;
    color: #003366;
    font-size: 13; /*text-align: center;*/
    background-color: #F4F4F4;
}

.input_consulta {
    /*width: 80px;*/
    color: #808080;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #C0C0C0;
    font: 89%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 0px;
}

/*CLASS PAGINAÇÃO *************************************************************
.paginacao
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12.0px;
    word-spacing: 10.8em;
    
        
}*/

.paginacao {
    line-height: 26px;
}

    .paginacao span {
        padding: 3px;
        border: 1px solid #999999;
        text-decoration: none;
        white-space: nowrap;
        background: #CCCCCC;
    }

    .paginacao a,
    .paginacao a:visited {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
    }

        .paginacao a:hover,
        .paginacao a:active {
            padding: 5px 5px;
            border: solid 1px #9ECDE7;
            text-decoration: none;
            white-space: nowrap;
            background: #486694;
        }

/*******************************************************************/

/*caption
{
    color: #9ba9b4;
    font-size: .94em;
    letter-spacing: .1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top; /*text-align: center;
}*/
tr.odd td {
    background: #f7fbff;
}

.column4 {
    background: #E6F2FB;
}

td {
    font: normal 12px Trebuchet MS;
    color: #333333;
    margin-left: 40px;
    color: #678197;
    padding: .0em 0.0em;
}

thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic", "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #66a3d3;
}

tfoot th {
    text-align: center;
    background: #f4f9fe;
}

thead th {
    background: #f4f9fe;
    text-align: center;
    font: bold 1.2em/2em "Century Gothic", "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #66a3d3;
}

tfoot th {
    text-align: center;
    background: #f4f9fe;
}

    tfoot th strong {
        font: bold 1.2em "Century Gothic", "Trebuchet MS",Arial,Helvetica,sans-serif;
        margin: .5em .5em .5em 0;
        color: #66a3d3;
    }

    tfoot th em {
        color: #f03b58;
        font-weight: bold;
        font-size: 1.1em;
        font-style: normal;
    }


.input2 {
    /*width: 25px;*/
    color: #3333FF;
    font-weight: bold;
    font-style: normal;
    border: 1px solid #C1D9EE;
    font: 89%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; /*text-align: center;*/
}

if; /*text-align: center;*/
text-align: center;
}

.aviso2 {
    font-family: calibri, arial;
    font-size: 15px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
}

.descri_campos {
    font: normal 12px Trebuchet MS;
    color: #333333;
    margin-left: 40px;
    color: #678197;
}

.descri_campos1 {
    color: #535353;
    text-decoration: none;
    font-size: 10.0px;
}

.descri_campos2 {
    color: #9B9B9B;
    text-decoration: none;
    font-size: 12.0px;
}

.aviso2 {
    font-family: calibri, arial;
    font-size: 15px;
    color: #FF0000;
    line-height: 19px;
    font-weight: normal;
}

.descri_campos {
    color: #535353;
    text-decoration: none;
}

.descri_campos1 {
    color: #535353;
    text-decoration: none;
    font-size: 10.0px;
}

.descri_campos2 {
    color: #9B9B9B;
    text-decoration: none;
    font-size: 12.0px;
}

.descri_titulo2 {
    color: #535353;
    text-decoration: none;
    font-size: 11.0px;
}

.link {
    font-family: calibri, arial;
    font-size: 12px;
    color: #666666;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    font: bold;
}

    .link:hover {
        font-family: calibri, arial;
        font-size: 12px;
        color: #000000;
        line-height: 19px;
        font-weight: normal;
        text-decoration: none;
        font: bold;
    }


.minhaDiv {
    width: 500px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -250px;
    position: absolute;
    border: 1px solid black;
}
