/* CSS Document */

/* tabelas */
table#relatorio{
    background-color:#999999;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    width:700px;
}
table#relatorio th {
    padding: 5px;
    color:#000000;
    background-color: #f1e9d6;
}
table#relatorio td {
    padding:5px;
    background-color:#fbf9f4;
    /*text-align: left;*/
}

table#relatorio .tc {
    padding:5px;
    background-color:#fbf9f4;
    text-align:left;
}
.paging {
    text-align:center;
    border-bottom:1px solid #000000;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:10px;
    width:90%;
}
.tc {
    padding:5px;
    background-color:#fbf9f4;
    /*float:center;*/
}