﻿table.W {
    width: 100%;
}

table.MB10 {
    margin-bottom: 10px;
}

table.TypeA th {
    background-color: lightyellow;
    vertical-align: middle;
    line-height: 200%;
}

table.TypeA td {
    vertical-align: middle;
    line-height: 140%;
    border: 1px solid rgba(128, 128, 128, 0.2);
    padding: 0px 4px;
}

table.TypeA.Zebra tr:nth-of-type(odd) td {
    background-color: rgba(128, 128, 128, 0.04);
}

.TypeA .Slct {
    background-color: rgba(255, 0, 0, 0.03);
}

table.TypeA tr:hover td {
    background-color: rgba(128, 128, 128, 0.06);
}

table.TypeA td.tdLeft {
    text-align: left;
    color: #8887b1;
    width: 120px;
}
