table.wizard {
    background-color: white;
}

table.wizard td, th {
    background-color: #ccccff;
}

table.wizard tr.sectionHead th {
    background-color: #6666ff;
    color: white;
}

table.wizard td.totalColumn {
    background-color: #ddddff;
}

