/*
    Document   : estilo
    Created on : 08/09/2009, 15:45:17
    Author     : PMLP
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
    display: block;
}
.rotulo{

    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    font-family: 'Courier New',Courier,monospace;
    text-align: center;
    vertical-align: middle;
}
.tabela{
    width:740px;
    border:none;
}
.tabela .td{
    width:auto;
    text-align:left;
}

.resultado{
    width:800px;
    border:none;
    margin:0px;
}

.combobox{
    width:215px;
}

.combobox2{
    width:501px;
}

.inputPesquisa {
    width:235px;
}

.e_ou{
    width:40px;
}

.error{

    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    color: red;
}

.filtro{
    font-style: normal;
    vertical-align: middle;
    text-align: center;
}

.instrucao{
    text-align: justify;
    vertical-align: middle;
}

.resultado_cabecalho{
    text-align:justify;
    cursor:default;
}

.resultado_consulta{
    text-align:justify;
}

.subTable{
    background-color: #fefdde;
}

.titulo1{
    font-size:14px;
    font-weight:bold;
    color:#336600;
    font-family:Verdana;
}

.titulo2{
    font-size:18px;
    font-style: italic;
    font-weight:bold;
    color:#336600;
    font-family:Verdana;
}

.rich-table, .rich-table-header,.rich-table-headercell, .rich-table-cell,
  .rich-subtable-cell, .rich-table-footercell, .rich-subtable-footercell {
      border-width:0px;
}

.row1 {
    background-color: #fcfffe;
}

.row2 {
    background-color: #e4e3e3;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: windowtext;
}

.dataGrid {
    width:760px;
}

.rotuloDataGrid {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}

.dadosDataGrid {
    text-align: left;
    vertical-align: top;
}

.pagAtiva {
    font-weight: bold;
    color: white;
    background-color: #5d7343;
    border-top-color: white;
}

.panelVisitado {
    background-color: #ffffcc;
}