/* S4G-tab */

table.dados tbody tr:nth-child(even), tr.p, td.p {
background-color: #e8e8e8;
}
table.dados tbody tr:nth-child(odd), tr.i, td.i {
background-color: #f5f5f5;
}
table tr.anulado {
background-image: url(../imagens/FundoAnulado);
}
