/* CSS Document */
table.blueGrid {
border:2px solid #0081bf;
}
table.blueGrid td {
border-right:1px solid #0081bf;
}
table.blueGrid td#noBorder {
border:none;
}
