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