#listarPanel {
    width: 1140px;
    margin: 10px auto;
}

#cabecalhoListar {
    width: 1110px;
    height: 60px;
    margin: 5px;
    background: #006666;    
}

#tituloListar {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

#corpoListar {
    width: 1110px;
    margin: 5px;
    background: #FFF;
}

#tableListar {
    width: 100%;
}

#pastasListar {
    width: 400px;
    height: 600px;
    background: #FFF;
}


#divPastasListar {
    width: 400px;
    height: 600px;
    overflow: scroll;
}

#documentosListar {
    width: 670px;
    height: 600px;
    background: #FFF;
}

#documentosListarCabecalho {
    margin: 2px;
    background: #cccccc;
    width: 670px;
    height: 30px;
    text-align: center;
}

#documentosListarCorpo {   
    margin: 2px;
    width: 670px;
    background: #FFF;
    height: 500px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#divListarCorpo {
    width: 670px;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#documentosListarRodape {
    margin: 2px;
    background: #cccccc;
    width: 670px;;
    height: 50px;
    text-align: center;
}
#botoesListar {
    text-align: center;
    width: 100%;
    height: 45px;
    background: #FFF;
}

#tableBotoes {
    margin: 0px auto;
}

.botao { 
    width: 200px;
    background: darkgrey;
    border: 2px solid #000;
}

.botao tr td {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.botaoNavegacao {
    width: 80px;
    height: 30px;
    margin: 2px;
}

.tabela {
    width: 650px;
    margin: 2px;
    border: 2px solid #000;
}

.tabelaRowPar {
    background: #FFF;
    text-align: left;
}

.tabelaRowImpar {
    background: #ccffcc;
    text-align: left;
}

#msgListar {
    width: 100%;
    padding: 5px;
}