﻿
table.b_table {
    background-color:White;
    border-collapse:collapse;
    border-spacing:0;
    border-style:none;
    border-width:0;
}

table.b_table td {
    background-color:white; /* default bg*/
    border:1px solid ;
    padding:3px;
    border-color:#d0d7e5; /* default border*/
}

table.b_table tr.b_header td {
    background-color: #2A3C95; color: White; font-weight:bold; text-transform:uppercase; text-align:center;
}

table.b_table tr.b_r0 td {
    background-color: #889cfc; color: Blue;
}

table.b_table tr.b_r1 td {
    background-color: White; color: Black;
}
 
table.b_table tr.b_r2 td {
    background-color: #e3f1fe; color: Black;
}
