/* TABELA SEMANTICA */

table { border: 0; background-color: #95CAEA; border-collapse: collapse; border-spacing: 0px; margin: 0 auto; width: 775px; }
.pedido { width: 85px; }
.data { width: 115px; }
.vendedor { width: 270px; }
.status { width: 105px; }
.valor { width: 135px; }
.formaCobranca { width: 150px; }
thead tr th { background-color: #50A7DD; color: #FFF; text-transform: uppercase; font-weight: bold !important; height: 30px; border: 1px solid #95CAEA; }
tbody tr td { background-color: #FFF; font-weight: bold !important; color: #12415C; text-align: center; height: 35px; padding:0px; border: 1px solid #95CAEA; }
.impar td { background: url("../imagens/bg_coluna_azul.png") repeat-x; }
.par td { background: url("../imagens/bg_coluna_laranja.png") repeat-x; }


