#pesquisarPanel {
    width: 1100px;
    margin: 10px auto;
}

#cabecalhoPesquisar {
    width: 1070px;
    height: 60px;
    margin: 5px;
    background: #006666;    
}

#cabecalhoTituloListagem {
    background: lightgray;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

#cabecalhoAssinarTodos {
    background: lightgray;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

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

#corpoPesquisar {
    width: 1070px;
    margin: 5px;
    background: #FFF;
}

#tablePesquisar {
    width: 100%;
}

#camposPesquisa {
    width: 100%;
    background: #FFF;
}

#documentosPesquisar {
    width: 100%;
    background: #FFF;
}

#documentosPesquisarCabecalho {
    margin: 2px;
    background: #cccccc;
    width: 100%;
    height: 30px;
    text-align: center;
}

#documentosPesquisarCorpo {   
    margin: 2px;
    width: 100%;
    background: #fdffcc;
    height: 500px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#divPesquisarCorpo {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#documentosPesquisarRodape {
    margin: 2px;
    background: #cccccc;
    width: 100%;
    height: 50px;
    text-align: center;
}

#grupoBotaoBusca {
    margin: 2px;
    text-align: center;
    width: 100%;
    height: 65px;
    background: #CCC;
}

#tableBotoesBusca {
    width: 20%;
    margin: 0px auto;
}

#botaoBuscar {
    text-align: center;
    width: 180px;
    background: darkgrey;
    border: 2px solid #000;
}


#botoesPesquisar {
    text-align: center;
    width: 100%;
    height: 45px;
    background: #FFF;
}

#tableBotoesPesquisar {
    margin: 0px auto;
}

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

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

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

.tabelaPesquisar {
    width: 1020px;
    margin: 2px;
    border: 2px solid #000;
}

.tabelaSolicitacao {
    width: 100%;
    margin: 2px;
    border: 2px solid #000;
}

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

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

#msgPesquisar {
    width: 100%;
    padding: 5px;
    text-align: center;
}

.labelDadosPesquisa {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}


.campoDadosPesquisaSessoesEntidades {
    width: 900px;
    height: 20px;
    background: #FFF;
}

.campoDadosPesquisa {
    width: 100%;
    height: 20px;
    background: #FFF;
}

.campoDadosTAInstrucoes {
    width: 100%;
    height: 80px;
    background: #FFF;
    color: red;
    font-size: 12px;
    text-align: justify;
    border: 1px solid #CCC;
}

.campoDadosTAPesquisa {
    width: 100%;
    height: 50px;
    background: #FFF;
    border: 1px solid #CCC;
}

.campoDadosTARecusa {
    width: 100%;
    height: 60px;
    background: #FFF;
    border: 1px solid #CCC;
}

fieldset {
    margin: 5px;
}

.colunaLabel {
    text-align: right;
    width: 20%;
}

.colunaCampo {
    width: 80%;
}