/* CSS Document */

/* CSS Document */

h1, h2, h3, h4, h6, form, dl, ul, dt, dd, p, address {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
}

a {
    cursor: pointer;
}

table {
    text-align: left;
    font-size: 11px;
}

th {
    color: #FFFFFF;
    background: #ACBEF2;
    font-weight: bold;
    text-align: center;
    border: 1px #FFF solid;
}

td {
    font-size: 10px;
}

#fnd-body {
    float: left;
    width: 100%;
    min-width: 994px;
    background: url(../Images/fnd-cabec.png) repeat-x top center;
}

#principal {
    width: 994px;
    margin: 0 auto;
}

/*cabealho*/

#fnd-cabec {
    float: left;
    width: 100%;
    height: 110px;
}

#cabec {
    float: left;
    width: 100%;
    height: 105px;
    background: url(../Images/cabec.png) no-repeat top left;
}

#usuario {
    float: left;
    width: 600px;
    font-size: 0.6em;
    text-align: left;
    padding: 10px 0 0 195px;
    color: #999;
}

#btns {
    float: right;
    width: 115px;
    margin-top: 3px;
}

#home {
    float: left;
    width: 30px;
    height: 19px;
    background: url(../Images/home.gif) no-repeat center left;
}

#fale {
    float: left;
    width: 30px;
    height: 19px;
    background: url(../Images/fale.gif) no-repeat center left;
}

#sair {
    float: left;
    width: 20px;
    height: 19px;
    background: url(../Images/sair.gif) no-repeat center left;
}

/* menu superior */

#menusup {
    float: right;
    width: 97%;
    padding-top: 7px;
    padding-right: 3%;
    font-size: 0.8em;
    margin-top: 50px;
    z-index: 0;
}

    #menusup a {
        text-decoration: none;
        color: #000;
        z-index: 0;
    }

        #menusup a:hover {
            color: #990000;
            z-index: 0;
        }

#nav {
    float: right;
    z-index: 999;
}

    #nav, #nav ul {
        margin: 0;
        padding: 7px 0px;
        list-style-type: none;
        list-style-position: outside;
        position: relative;
        text-align: left;
    }

        #nav a {
            display: block;
            padding-left: 15px;
            text-decoration: none;
            background: url(../Images/bullet.png) no-repeat left top;
            margin-right: 10px;
            color: #666;
        }

            #nav a:hover {
                color: #03C;
                background: url(../Images/bullet2.png) no-repeat left top;
            }

        #nav li {
            float: left;
            position: relative;
        }

        #nav ul {
            position: absolute;
            display: none;
            width: 11em;
        }

        #nav li ul a {
            width: 12em;
            height: auto;
            float: left;
            border-bottom: 2px inset #FFF;
            border-left: 3px outset #03C;
            background: #E1E1E1 url(../Images/bullet3.png) no-repeat left top;
        }

            #nav li ul a:hover {
                background: #F2F2F2 url(../Images/bullet2.png) no-repeat left top;
            }

        #nav ul ul {
            top: inherit;
        }

        #nav li ul ul {
            left: 13em;
            margin: -6px 0px 0px 6px;
        }

        #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
            display: none;
        }

        #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
            display: block;
        }

/* Contedo */

#conteudo {
    float: left;
    width: 100%;
    min-height: 350px;
    font-size: 0.8em;
    background: url(../Images/fnd-conteudo.png) no-repeat top right;
}

    #conteudo a {
        text-decoration: none;
        color: #006;
    }

        #conteudo a:hover {
            color: #06F;
        }

#inform {
    float: left;
    width: 90%;
    margin-top: 5px;
    padding: 0% 5%;
    text-align: left;
}

#navega {
    float: left;
    width: 100%;
    font-size: 0.9em;
    text-align: left;
    margin-bottom: 10px;
    color: #808080;
    border-bottom: #FFF 2px inset;
}

#titulo {
    float: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    color: #03C;
    margin-bottom: 15px;
    border-bottom: #FC0 3px inset;
}

#txt_inform {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
}

    #txt_inform ul li {
        margin-left: 20px;
    }



/* Rodap */

#rodape {
    float: left;
    width: 100%;
    min-width: 994px;
    height: 23px;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    background: url(../Images/fnd-rodape.png) repeat-x bottom center;
    border-top: outset 2px #FC0;
    color: #FFF;
}


/* Class */

.dn {
    display: none;
}

.bco {
    background-color: #FFFFFF;
}

.align {
    text-align: justify;
}

.borda-sup {
    border-top: #D9E1F9 3px inset;
}

.borda-inf {
    border-bottom: #D9E1F9 3px inset;
}

.readonly {
    color: #039;
}

.th-destaq {
    color: #FFFFFF;
    background: #36F;
    font-weight: bold;
    text-align: left;
}

.th-titulo {
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    border: #FFF 2px outset;
    background: url(../Images/fnd-subtit.png) repeat-y top right;
    color: #FFF;
}

.th-subtitulo {
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    background: #CCC;
    color: #FFF;
}

.subtitulo {
    float: left;
    width: 98.5%;
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    padding-left: 1%;
    margin-bottom: 15px;
    border: #FFF 2px outset;
    background: url(../Images/fnd-subtit.png) repeat-y top right;
    color: #FFF;
}

.txt_inform {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.9em;
}

.txt_table {
    font-size: 0.9em;
    color: #000;
}

.txt-subtit {
    float: left;
    width: 800px;
    height: 18px;
    padding-top: 2px;
}

.txt-subtit-pqno {
    float: left;
    width: 300px;
    height: 18px;
    padding-top: 2px;
}

.txt-subtit-right {
    float: right;
    width: 540px;
    padding: 2px 10px 0px 0px;
    text-align: right;
    font-size: 0.8em;
    color: #036;
}

.arrow-bottom {
    float: right;
    width: 25px;
    height: 20px;
    background: url(../Images/arrow-bottom-yellow.png) no-repeat left center;
}

.arrow-top {
    float: right;
    width: 25px;
    height: 20px;
    background: url(../Images/arrow-top-yellow.png) no-repeat left center;
}

.export {
    float: right;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: #D9E1F9 3px inset;
    padding: 5px 0px;
}

.pdf {
    float: right;
    width: 30px;
    height: 20px;
    background: url(../Images/pdf.png) no-repeat left center;
}

.word {
    float: right;
    width: 30px;
    height: 20px;
    background: url(../Images/word.png) no-repeat left center;
}

.excel {
    float: right;
    width: 30px;
    height: 20px;
    background: url(../Images/excel.png) no-repeat left center;
}

.print {
    float: right;
    width: 30px;
    height: 20px;
    background: url(../Images/print.png) no-repeat left center;
}

.m-todas {
    float: left;
    width: 500px;
    height: 20px;
    font-size: 0.7em;
    padding-left: 30px;
    background: url(../Images/tudo.png) no-repeat left center;
}

.txt-destaque {
    color: #009;
    font-weight: bold;
}

.thCenter {
    color: #FFFFFF;
    background: #ACBEF2;
    font-weight: bold;
    text-align: center;
}

.texto {
    color: #000;
    text-align: right;
    font-size: 11px;
}

.textoJust {
    text-align: justify;
    font-size: 0.9em;
}

.textoleft {
    color: #000;
    text-align: left;
    font-size: 11px;
}

.subtitle {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
    background: #B4B4B4;
    color: #FFF;
}

.data {
    width: 80px;
}


/*Criao das divs de cadastro*/
.divMain {
    float: left;
    width: 100%;
}

.divHeader {
    float: left;
    width: 100%;
}

.divRow {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.divButtonRight {
    float: left;
    width: 98%;
    text-align: right;
}

.divDescription {
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
    color: #FFFFFF;
    background: #ACBEF2;
    font-weight: bold;
}

.divDescriptionSmall {
    float: left;
    width: 12%;
}

.divDescriptionMedium {
    float: left;
    width: 18%;
}

.divDescriptionMedium2 {
    float: left;
    width: 20%;
}

.divDescriptionBig {
    float: left;
    width: 25%;
}

.divDescriptionBig2 {
    float: left;
    width: 30%;
}

.divDescriptionBiggest {
    float: left;
    width: 38%;
}

.divDescription100 {
    float: left;
    width: 80%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
}

.divFieldSmall {
    float: left;
    width: 15%;
}

.divFieldSmall2 {
    float: left;
    width: 20%;
}

.divFieldSmall3 {
    float: left;
    width: 25%;
}

.divFieldMedium {
    float: left;
    width: 30%;
}

.divFieldMedium2 {
    float: left;
    width: 35%;
}

.divFieldMedium3 {
    float: left;
    width: 40%;
}

.divFieldMedium4 {
    float: left;
    width: 58%;
}

.divFieldBig {
    float: left;
    width: 70%;
}

.divFieldBig2 {
    float: left;
    width: 79%;
}

.divFieldBiggest {
    float: left;
    width: 84%;
}



.grid-row-selected {
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    padding: 4px;
    font-style: italic;
    background-color: #ffffcc;
}

.grid-Pager {
    background-color: #ACBEF2;
    color: White;
    text-align: center;
}
