﻿.highlightRed {
    background-color: red !important;
}

.cssTest {
    background-color: green !important;
}

.highlightRow {
    background: #fe6!important;
}

.highlightedRow td {
    background-color: #FF0000;
}

td.highlightedColumn {
    background-color: #FFEE66;
}

td.highlightedColumnRed {
    background-color: red;
}

.highlightControl {
    background-color: blue;
}