html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}

.clear{
    clear:both;
}

body{
    background:#071F2F url(../img/bg_tile.png) repeat-x scroll 0 0;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10pt;
    line-height:1;
}

.wrapper{
    background:transparent url(../img/top_bg.jpg) no-repeat scroll center top;
    width:100%;
}

#corpo{
    margin: 0 auto;
    width: 960px;
    padding-top: 5px;
}

/*inicio cabecalho*/
#cabecalho {
    overflow:hidden;
    position:relative;
}
#logo {
    height:80px;
    line-height:75px;
    float:left;
}
#panel {
    color:#FFFFFF;
    height:30px;
    line-height:30px;
    margin-bottom:15px;
    float:right;
}
#panel a{
    color: #fff;
    text-decoration:none;
    font-weight:bold;
}
#panel a:hover{
    text-decoration:underline;
}
/*fim cabecalho*/


/*inicio conteudo*/
#conteudo{
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    background-color:#F5F5F5;
    clear:both;
    float:left;
    margin:0;
    overflow:hidden;
    padding: 20px 20px;
    position:relative;
    width:920px;
    min-height:350px;
}

/*lateral esq*/
#lateral_esq {
    float:left;
    width:200px;
}
#lateral_esq ul {
    margin-bottom:20px;
    list-style:none;
}
#lateral_esq ul li{
    border-bottom:1px solid #E6E6E6;
    clear:both;
    margin:0;
    padding:5px;
}
#lateral_esq ul li:hover, #lateral_esq ul li.ativo{ 
    background-color: #DFDFDF;
}
#lateral_esq ul li a { color: #5C5C5C; font-size: 12px; font-weight: bold; text-decoration:none;}
#lateral_esq ul li a:hover  { color: #0A0A0A;}
#lateral_esq ul li:last-child { border-bottom-color: #FFFFFF;}
#lateral_esq ul li.last { border-bottom-color: #FFFFFF;}
#lateral_esq .nrcao {font-size:15pt; font-weight:bold; margin-right:8px; color:#585858;}


/*centro*/
#centro {
    float:left;
    margin-left:50px;
    width:670px;
}


h1 {
    background-color:#EEEEEE;
    border-bottom:2px solid #999999;
    border-top:1px solid #E5E5E5;
    clear:both;
    color:#333333;
    font-size:16px;
    font-weight:bold;
    margin:0 0 10px;
    padding:7px;
    text-transform:uppercase;
}
h3 {
    background-color:#EEEEEE;
    border-bottom:2px solid #999999;
    border-top:1px solid #E5E5E5;
    clear:both;
    color:#333333;
    font-size:16px;
    font-weight:bold;
    margin:0 0 10px;
    padding:7px;
    text-transform:uppercase;
}

.acoes{
    text-align:left;
}

a.botao_add {
    background:#99D177 none repeat scroll 0 0;
    color:#FFFFFF;
    font-weight:bold;
    margin:0 2px 0 0;
    padding:2px 8px;
    text-decoration:none;
    text-transform:uppercase;
    white-space:nowrap;
    width:auto;
    font-size:9pt;
}
a.botao_add:hover{
    background:#00A651 none repeat scroll 0 0;
    color:#FFFFFF;
}

#conteudo a {
    color: #333333;
}

.secao table tr{
    line-height:18px;
    
}

.imprimir{
   border: 2px solid #cccccc;
}

table.lista{
    border: 1px solid #CCCCCC;
    margin: 10px 0;
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
table.lista tr th{
    text-transform:uppercase;
    padding-left:10px;
    background-color:#EFEFEF;
    border:1px solid #CBCFD3;
    font-size:9pt;
    padding:7px;
    text-align:left;
    color:#666666;
}
table.lista tr td{
    background-color:#FFFFFF;
    border-bottom:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    color:#666666;
    padding: 4px 7px;
    vertical-align:middle;
    text-align:left;
}
table.lista tr.cor1 td{
    background-color:#F9F9F9;
}
table.lista tr.cor2 td{
    background-color:#EAF2FF;
}
table.lista tr:hover td{
    background-color: #F7F8E0;
}

table.lista tr td.opcoes{
    text-align:center;
}

.paging{
    text-align:right;
    margin-top:10px;
    line-height:26px;
}
.paging span.disabled{
    color:#CCC;
    padding:4px 7px;
    text-decoration:none;
    background-color:#E9E9E9;
    border:1px solid #CCCCCC;
}

.paging span{
    color:#333333;
    padding:4px 0;
    text-decoration:none;
    border:1px solid #CCCCCC;
}
.paging span:hover{
    background-color:#E9E9E9;
}
.paging span a{
    color:#333;
    text-decoration:none;
    padding:3px 7px;
}

table{
    width:100%;
}

table.imprimir {
    margin-bottom: 10px;
}

table.imprimir td{
    width:50%;
}

.link_upload {
    margin-bottom:20px;
    border-bottom:2px solid #E29E00;
    height:50px;
    width:100%;
    padding-left:240px;
}

.link_upload a{
    text-decoration:none;
    color:#5C5C5C;
    font-weight:bold;
}

.link_upload a:hover{
    color: #E29E00;
}

.nav_page{
    height:55px;
    margin-top:20px;
}
.anterior{
    float:left;
}
.proximo{
    float:right;
}

.busca a{
    display:block;
    margin-left:10px;
    margin-bottom:5px;
    height:14px;
}
.busca .cancelar_filtro{
    float:left;
    margin-right:7px;
    width:16px;
    text-decoration:none;
    background: transparent url('../img/icons/filtro.png') no-repeat;
}
.busca .cancelar_filtro:hover{
    background: transparent url('../img/icons/no_filtro.png') no-repeat;
}
.busca label{
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: #333333;
    text-transform: uppercase;
    margin-right:10px;
    text-align:left;
}
/*fim conteudo*/

/*inicio rodape*/
#rodape{
    clear:both;
    margin:20px auto;
    padding-bottom:15px;
    padding-top:15px;
    text-align:center;
    width:960px;
}
#rodape p {
    margin-bottom:3px;
    color: #777;
    font-size: 8pt;
}

#rodape p a{
    color:white;
    text-decoration:none;
}

table.cake-sql-log{
    color:#FFF;
    border-top:1px solid white;
}
table.cake-sql-log caption{
    border-top:2px solid white;
}
/*fim rodape*/
