﻿.trCabecalho
{
    height: 42px;
    padding: 10px;
}

.trCabecalho td
{
    padding: 6px;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

.trCabecalho .Cabecalho
{
    padding: 10px;
    background-color: #eee;
    height: 32px;
    border: 1px solid #888;
    position: relative;
    top: -12px;
}


.trCabecalho .Cabecalho:hover
{
    background-color: #ddd;
}

.trCabecalho .tit
{
    float: left;
}

.trCabecalho .tit a
{
    font-size: 12px;
}

.trCabecalho .periodo
{
    float: right;
}

.trConteudo td
{
    text-align: justify;
    padding: 14px;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}

.trRodape hr
{
    width: 100%;
    color: #eee;
    background-color: #fff;
}

#tbl_Filtro1
{
    border-collapse: collapse;
    margin: 6px 0px 6px 0px;
    background-color: White;
    background-repeat: repeat-x;
    border: 0px solid white;
}

#tbl_Filtro1 input.texto
{
    height: 17px;
}

#tbl_Filtro1 td
{
    padding: 15px 10px 15px 10px;
    color: white;
    border: none;
}
