body{
    background-color: #004444;
    font-family: Arial, Verdana, sans-serif;
}
h1, h2, h3{
    font-weight: normal;
}
a img{
    border: none;
}
p{
    font-size: 12px;
    text-align: justify;
}
h1{
    font-size: 24px;
}
/*select, option{
    min-width: 230px;
}*/
font{
     font-style: italic;
}
/*table{
    border-top: solid 2px #000000;
    border-bottom: solid 2px #000000;
}*/
#pagina{
    width: 760px;
    background-color: #FFFFFF;
    margin: 0px auto;
    border: solid 1px #000000;
}
#cabecalho{
    height: 235px;
    position:relative;
    background-image: url('../img/cabecalho.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;


}
#sobremenu{
    height: 35px;
    width: 100%;
    display: block;
    background-image: url('../img/sobremenu.jpg');
    background-repeat: no-repeat;
    border-bottom: 1px solid #CC9900;
}
#nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav a {
    display: block;
}

#nav li { /* all list items */
    float: left;
    width: 136px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
    position: absolute;
    width: 136px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#content {
    clear: left;
    color: #ccc;
}
a.menu{
    height: 14px;
    padding: 5px;
    font-size: 12px;
    color: #963C24;
    text-align: center;
    text-decoration: none;
    background-image: url('../img/aba.gif');
    background-position: 0px bottom;
    background-repeat: repeat-x;
    font-weight: bold;
}
a.menu_mod{
    height: 14px;
    padding: 5px;
    font-size: 12px;
    color: #963C24;
    text-align: center;
    text-decoration: none;
    background-image: url('../img/aba.gif');
    background-position: 0px bottom;
    font-weight: bold;

}
a.menu_mod:hover{
    background-image: url('../img/aba_hover.gif');
    background-position: 0px top;
    background-position: 0px bottom;
}
.submenu{
    background-image: url('../img/aba_hover.gif');
    background-position: 0px bottom;
}
.submenu li{
    list-style: url('../img/item.gif');
    font-size: 12px;
    font-weight: bold;
    border-bottom: 10px;
    display: block;
    width: 128px;
}
.submenu li a{
    padding: 5px 3px 5px 3px;
    text-decoration: none;
    color: #963C24;
    background-image: url('../img/item.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 15px;
    line-height: 1.25;

}
.submenu li a:hover{
    text-decoration: underline;
}
/*
#menu{
    height: 16px;
    width: 100%;
    display: block;
}
#menu ul li a{
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #963C24;
    display: block;
    width: 100%;
    text-decoration: none;
    height: 20px;
    text-align: center;
    padding-left: 4px;
    background-image: url('../img/aba.gif');
    width: 130px;
}
.menu_mod:hover{
    background-image: url('../img/aba.gif');
    background-color: #FFF;
}
#menu ul li a:hover{
    color: #963C24;
}
#menu ul li ul li a{
    color: #F00;
    background-image: none;
    background-color: #FFFFFF;
    padding: 2px;
    display: block;
    height: auto;
}
*/
/*#menu ul li a span{
    height: 20px;
    background-image: url('../img/aba_d.gif');
    background-position: right;
    background-repeat: no-repeat;
}
*/

/*
/* http://www.htmldog.com/articles/suckerfish/dropdowns/ */
/*#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
}

#nav a {
    display: block;
    width: 100%;
}
#nav a:hover {
    color: #FFFFFF;
    background-color: #000080;
}
#nav li {
    float: left;
    width: 200px;
}
#nav li ul {
    position: absolute;
    width: 200px;
    left: -999em;
}
#nav li:hover ul {
    left: auto;
}*/
#conteudo{
    padding: 10px;
    min-height: 300px;
}
#rodape{
    background-image: url('../img/rodape.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-color: #FFCC00;
    font-size: 12px;
    text-align: right;
    padding-top: 20px;
    padding-right: 5px;
    height: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
#rodape a{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
#rodape a:hover{
    text-decoration: underline;
}
#barra{
    background-color: #DDDDDD;
    font-size: 12px;
    padding: 2px;
    border-bottom: solid 1px #004444;
/*    background-color: #FFCC00;
    background-image: url('../img/fundo_menu.gif');
    height: 16px;
    font-size: 10px;
*/
}
.crumb{
    text-decoration: none;
    font-weight: bold;
    color: #003300;
}
.warning{
    padding: 20px;
    width: 320px;
    margin: 0px auto;
    text-align: center;
    background-color: #FFCC00;
    font-size: small;
    color: #000080;
    font-weight: bold;
    border: solid 1px #000080;
    font-weight: bold;
}
.result_title *{
    font-size: 18px;
    color: #000080;
    padding-top: 25px;
    padding-bottom: 5px;
    text-decoration: none;
}
.result_table{
    background-color: #FFFFFF;
    width: 100%;
}
.result_table tr:hover{
    background-color: #D0D0D0;
}

.result_table tr td.c0{
    background-color: #FFFFFF;
}

.result_table tr td.c1{
    background-color: #E4E4E4;
    width: 75%;
}

.result_table tr td.c2{
    background-color: #FFFFFF;
    width: 25%;
}
.result_list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #FDF0BC;
    color: #963C24;
    font-size: 12px;
    font-weight: bold;

}
.result_list li{
    padding: 5px 0px 5px 0px;
    width: 100%;
    display: block;
}
.result_list li a{
    color: #963C24;
    text-decoration: none;
    display: block;
}
.result_list li a:hover{
    color: #963C24;
    background-color: #D79970;
}
.linha{
    width: 100%;
    float: left;
    display: block;
    clear: both;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
    font-size: 12px;
}
.coluna_titulo{
    font-weight: bold;
    background-color: #FFCC00;
/*    width: 200px; */
    width: 152px;
    padding: 2px;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-bottom: 1px;
    background-image: url('../img/barra.jpg');
    background-position: right bottom;
}
.coluna_titulo_d{
    font-weight: bold;
    background-color: #FFCC00;
    width: 60px;
    padding: 2px;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-bottom: 1px;
}
.linha_titulo{
    font-weight: bold;
    background-color: #FFCC00;
    padding: 2px;
    font-size: 12px;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    background-image: url('../img/barra.jpg');
    background-position: right bottom;

}
.coluna_titulo_750{
    font-weight: bold;
    background-color: #FFCC00;
/*    width: 750px; */
    width: 570px;
    padding: 2px;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-bottom: 1px;
    background-image: url('../img/barra.jpg');
    background-position: right bottom;

}

.coluna_300{
/*    width: 300px; */
    width: 228px;
    float: left;
    padding: 2px;
    font-size: 12px;
}
.coluna_200{
/*    width: 200px; */
    width: 152px;
    float: left;
    padding: 2px;
    font-size: 12px;
    border-bottom: solid 1px #CCCCCC;
}
.coluna_271{
/*    width: 271px; */
    width: 205px;
    float: left;
    padding: 2px;
    font-size: 12px;
    border-bottom: solid 1px #CCCCCC;
}
.coluna_542{
/*    width: 542px; */
    width: 400px;
    float: left;
    padding: 2px;
    font-size: 12px;
    border-bottom: solid 1px #CCCCCC;
}
.coluna_750{
/*    width: 750px; */
    width: 570px;
    float: left;
    padding: 2px;
    font-size: 12px;
    border-bottom: solid 1px #CCCCCC;
}
.hr{
    width: 100%;
    float: left;
    display: block;
    clear: both;
    height: 20px;
    border-right: solid 1px #CCCCCC;
    border-left: solid 1px #CCCCCC;
}
.tabela_estatistica{
    display: block;
    margin: 20px auto 30px auto;
    text-align: center;
    border: solid 3px #000080;
    padding: 20px;
}
#paginacao{
    text-align: center;
    font-size: 12px;
}

#paginacao a{
    color: #000080;
    text-decoration: none;
}
.entidade_cabecalho{
    background-image: url('../img/barra_superior.jpg');
/*    height: 30px; */
    padding: 20px;
    font-size: 20px;
    width: 700px;
}
.entidade_rodape{
    background-image: url('../img/barra_inferior.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 70px;
    width: 100%;
    clear: both;
}
/*.box_busca_max{
/*    float: left; * /
    display: block;
/*    width: 100%; * /
    clear: right;
/*    background-color: #FF0000; * /
    height: 50px;
    padding: 0px 62px 0px 62px;
}
.box_busca{
    width: 100px;
    background-color: #D89970;
/*    margin: 10px auto 10px auto; * /
    float: left;
    font-size: 12px;
    margin: 10px;
    text-align: center;
    border: solid 1px #963C24;
}
.box_busca a{
    color: #000000;
    text-decoration: none;
    display: block;
    /*width: 300px; * /
    padding: 10px;
}
.box_busca a:hover{
    background-color: #FFCC00;
    width: 300px;
    padding: 10px;
}*/
.estat h3{
    background-color: #963C24;
    font-weight: bold;
/*    color: #FFFFFF; */
    font-variant: normal;
    display: block;
/*    width: 100%; */
    font-size: 12px;
    margin: 0px;
    padding: 2px;
}
.estat {
/*    background-color: #FFFFFF; */
/*    background-color: #004444; */
    width: 990px;
    margin: 0px auto;
}
.estat table{
/*    width: 100%; */
/*    font-size: 12px;*/
/*    border: solid #888888; */
/*    border-width: 1px 0px 0px 1px; */
/*    background-color: #FFFFFF; */
}
.estat p{
    font-size: 12px;
}
.eestat ul li{
    margin: 5px;
    font-size: 12px;
}
.eestat ul li a{
    color: #000000;
    text-decoration: none;
}

.eestat ul li a:hover{
    text-decoration: underline;
}

.estat p{
    background-color: #FFFFFF;
}

.estat table tr td{
    border: solid #888888;
    border-width: 0px 1px 1px 0px;
}
.estat_header {
/*    background-color: #D8976F; */
    font-weight: bold;
    font-size: 12px;
}
.estat_header td{
    border: solid #333333;
    border-width: 2px 1px 2px 0px;
    padding: 2px;
    text-align: center;
}
.estat_box td{
/*    font-weight: bold;
    font-size: 12px;
    border: solid #666666;
    border-width: 1px 1px 1px 0px;
    background-color: #DADADA;*/
}
.preenche1, .estat_box{
/*    font-weight: bold;*/
    background-color: #DDDDDD;
}
.foot{
    margin: 0px;
    padding: 0px;
}

#tabela_print{
    background-color: #FFFFFF;
/*    border: solid 1px #FFFFFF; */
}
#tabela_print h3{
    color: #FFFFFF;
}
#tabela_print table td{
    font-size: 12px;
}
/*.coluna_5_0, .coluna_5_1, .coluna_5_2, .coluna_5_3, .coluna_5_4, .coluna_5_5, .coluna_5_6, .coluna_5_7, .coluna_5_8, .coluna_5_9, .coluna_5_10, .coluna_5_11, .coluna_5_12, .coluna_5_13{
    width: 20%;
}
.coluna_6_0, .coluna_6_1, .coluna_6_2, .coluna_6_3, .coluna_6_4, .coluna_6_5, .coluna_6_6, .coluna_6_7, .coluna_6_8, .coluna_6_9, .coluna_6_10, .coluna_6_11, .coluna_6_12, .coluna_6_13{
    width: 16.6%;
}

.coluna_13_0, .coluna_13_1, .coluna_13_2, .coluna_13_3, .coluna_13_4, .coluna_13_5, .coluna_13_13, .coluna_13_7, .coluna_13_8, .coluna_13_9, .coluna_13_10, .coluna_13_11, .coluna_13_12, .coluna_13_13{
    width: 7.7%;
}*/


/**
 * Colunas de tabelas
 *
 */


/**
 * 1.1
 */

.t11c01{
    width: 120px;
}
.t11c02, .t11c03, .t11c04, .t11c05, .t11c06, .t11c07, .t11c08, .t11c09, .t11c10, .t11c11, .t11c12, .t11c13{
    width: 75px;
}

/**
 * 1.2
 */

.t12c01{
    width: 150px;
}
.t12c02, .t12c03, .t12c04, .t12c05, .t12c06, .t12c07, .t12c08, .t12c09, .t12c10, .t12c11, .t12c12, .t12c13{
    width: 75px;
}

/**
 * 1.3
 */

.t13c01{
    width: 100px;
}
.t13c02, .t13c03, .t13c04, .t13c05, .t13c06, .t13c07, .t13c08, .t13c09, .t13c10, .t13c11, .t13c12, .t13c13{
    width: 75px;
}


/**
 * 1.4
 */

.t14c01{
    width: 100px;
}

.t14c02, .t14c03,.t14c04,.t14c05,.t14c06,.t14c07,.t14c08,.t14c09,.t14c10,.t14c11,.t14c12,.t14c13 {
    width: 75px;
}

/**
 * 1.5
 */

.t15c01{
    width: 500px;
}

.t15c02, .t15c03,.t15c04,.t15c05,.t15c06 {
    width: 100px;
}

/**
 * 1.6
 */

.t16c01{
    width: 505px;
}

.t16c02, .t16c03,.t16c04,.t16c05,.t16c06 {
    width: 121px;
}

/**
 * 1.7
 */

.t17c01{
    width: 809px;
}

.t17c02, .t17c03,.t17c04,.t17c05,.t17c06 {
    width: 45px;
}


/**
 * 1.8
 */

.t18c01{
    width: 690px;
}

.t18c02, .t18c03,.t18c04,.t18c05 {
    width: 100px;
}

/**
 * 1.9
 */

.t19c01{
    width: 690px;
}

.t19c02, .t19c03,.t19c04,.t19c05 {
    width: 100px;
}

/**
 * 1.10
 */

.t110c01{
    width: 690px;
}

.t110c02, .t110c03,.t110c04,.t110c05 {
    width: 100px;
}


/**
 * 1.11
 */

.t111c01{
    width: 690px;
}

.t111c02, .t111c03,.t111c04,.t111c05 {
    width: 100px;
}


/**
 * 1.12
 */

.t112c01{
    width: 690px;
}

.t112c02, .t112c03,.t112c04,.t112c05 {
    width: 100px;
}


/**
 * 1.13
 */

.t113c01{
    width: 690px;
}

.t113c02, .t113c03,.t113c04,.t113c05 {
    width: 100px;
}


/**
 * 1.14
 */

.t114c01{
    width: 690px;
}

.t114c02, .t114c03,.t114c04,.t114c05 {
    width: 100px;
}


/**
 * 1.15
 */

.t115c01{
    width: 690px;
}

.t115c02, .t115c03,.t115c04,.t115c05 {
    width: 100px;
}


/**
 * 1.16
 */

.t116c01{
    width: 690px;
}

.t116c02, .t116c03,.t116c04,.t116c05 {
    width: 100px;
}


/**
 * 1.17
 */

.t117c01{
    width: 690px;
}

.t117c02, .t117c03,.t117c04,.t117c05 {
    width: 100px;
}


/**
 * 1.18
 */

.t118c01{
    width: 690px;
}

.t118c02, .t118c03,.t118c04,.t118c05 {
    width: 100px;
}


/**
 * 1.19
 */

.t119c01{
    width: 690px;
}

.t119c02, .t119c03,.t119c04,.t119c05 {
    width: 100px;
}


/**
 * 1.20
 */

.t120c01{
    width: 730px;
}

.t120c02, .t120c03,.t120c04,.t120c05 {
    width: 85px;
}


/**
 * 1.21
 */

.t121c01{
    width: 690px;
}

.t121c02, .t121c03,.t121c04,.t121c05 {
    width: 100px;
}


/**
 * 1.22
 */

.t122c01{
    width: 690px;
}

.t122c02, .t122c03,.t122c04,.t122c05 {
    width: 100px;
}

/************************************************************************
 *  TABELAS 2.X
 */

/**
 * 2.1
 */

.t21c01{
    width: 200px;
}
.t21c02, .t21c03, .t21c04, .t21c05, .t21c06, .t21c07, .t21c08, .t21c09, .t21c10, .t21c11, .t21c12, .t21c13{
    width: 65px;
}

/**
 * 2.2
 */

.t22c01{
    width: 200px;
}
.t22c02, .t22c03, .t22c04, .t22c05, .t22c06, .t22c07, .t22c08, .t22c09, .t22c10, .t22c11, .t22c12, .t22c13{
    width: 75px;
}

/**
 * 2.3
 */

.t23c01{
    width: 200px;
}
.t23c02, .t23c03, .t23c04, .t23c05, .t23c06, .t23c07, .t23c08, .t23c09, .t23c10, .t23c11, .t23c12, .t23c13{
    width: 65px;
}

/**
 * 2.4
 */

.t24c01{
    width: 200px;
}
.t24c02, .t24c03, .t24c04, .t24c05, .t24c06, .t24c07, .t24c08, .t24c09, .t24c10, .t24c11, .t24c12, .t24c13{
    width: 65px;
}

/**
 * 2.5
 */

.t25c01{
    width: 190px;
}
.t25c02, .t25c03, .t25c04, .t25c05, .t25c06, .t25c07, .t25c08, .t25c09, .t25c10, .t25c11, .t25c12, .t25c13{
    width: 100px;
}

/**
 * 2.6
 */

.t26c01{
    width: 190px;
}
.t26c02, .t26c03, .t26c04, .t26c05, .t26c06, .t26c07, .t26c08, .t26c09, .t26c10, .t26c11, .t26c12, .t26c13{
    width: 100px;
}

/**
 * 2.7
 */

.t27c01{
    width: 190px;
}
.t27c02, .t27c03, .t27c04, .t27c05, .t27c06, .t27c07, .t27c08, .t27c09, .t27c10, .t27c11, .t27c12, .t27c13{
    width: 100px;
}

/**
 * 2.1
 */

.t28c01{
    width: 200px;
}
.t28c02, .t28c03, .t28c04, .t28c05, .t28c06, .t28c07, .t28c08, .t28c09, .t28c10, .t28c11, .t28c12, .t28c13{
    width: 100px;
}

#tabela_print{
/*    background-color: #FFFFFF; */
}

/**
 * TABELAS 4
 */

 .t41c01{
    width: 390px;
}
.t41c02, .t41c03, .t41c04, .t41c05{
    width: 150px;
}

 .t42c01{
    width: 240px;
}
.t42c02, .t42c03, .t42c04, .t42c05, .t42c06{
    width: 150px;
}

.t43c01, .t43c02, .t43c03, .t43c04, .t43c05, .t43c06{
    width: 165px;
}


.t44c01, .t44c02, .t44c03, .t44c04, .t44c05{
    width: 198px;
}



/**
 * 5
 */
.t51c01{
    width: 120px;
}
.t51c02, .t51c03, .t51c04, .t51c05, .t51c06, .t51c07, .t51c08, .t51c09, .t51c10, .t51c11, .t51c12, .t51c13{
    width: 75px;
}

#select_central, #select_entidade{
    min-width: 600px;
    max-width: 600px;
    width: 600px;
    width: auto;
}
select{
    margin: 0px;
    padding: 0px;
}
.rol1, .rol1 td
{
    text-align:right;
}
