/* Used with crosshairs.js */
th.hoverHilight {
    background-color: inherit;
    color: inherit;
    cursor: pointer;
}
.hoverHilight {
    background-color:#D7D7D7;
    color: #000000;
    cursor: pointer;
}

.activeCellHilight {
    background-color:#ffffff;
    color: blue;
}