﻿.mainBoxMid .DataSheet, .mainBoxMid2 .DataSheet {
    margin: 0;
    padding: 0 0 0 25px;
    font-weight: bold;
}

.mainBoxMid .Selected, .mainBoxMid2 .Selected {
    background-image: url('/Images/DataSheet/tick.jpg');
    background-repeat: no-repeat;
    min-height: 20px;
}

.mainBoxMid .Selected:hover, .mainBoxMid .NotSelected:hover {
    color: #B2C6E2;
    cursor: pointer;
}

.mainBoxMid2 .Selected:hover, .mainBoxMid2 .NotSelected:hover {
    color: #B2C6E2;
    cursor: pointer;
}

.mainBoxMid .NotSelected, .mainBoxMid2 .NotSelected {
    font-weight: bold;
    background-image: url('/Images/DataSheet/cross.jpg');
    background-repeat: no-repeat;
    color: #bbbbbb;
    min-height: 20px;
}

.tdTextRight {
    text-align: right;
}

.tdTextCenter {
    text-align: center;
}