.reportTable tbody td {

/*
    border-color: #adc6df;
    border-left-width: 1px;
    border-left-style: dotted;
    border-bottom-width: 1px;
    border-bottom-style: solid;
*/
}

.reportTable tbody .oddRow {
    background: #ffffff;
}

.reportTable tbody .oR {
    background: #ffffff;
}

.reportTable tbody .evenRow {
    background: #e7ebf0;
}

.reportTable tbody .eR {
    background: #e7ebf0;
}

.reportTable tbody .mouseOverEvenRow {
    background: #ccffff;
/*    background: #adc6df; */
}

.reportTable tbody .mouseOverOddRow {
    background: #ccffff;
/*    background: #d2e1f0; */
}
