/*
Document   : fuelSurchargeTable
Created on : Jul 30, 2009, 1:09:56 PM
Author     : swails
Description:
*/
.textRadio {
    background-color: #cccccc;
}
.textFuelTableHeading1 div {
    color:#C4112F;
    background-color: #cccccc;
    font-weight:bold;
    width: 50%;
    margin: 0px;
}
.textFuelTableHeading2 div {
    background-color: #eeeeee;
    width:25%;
    font-weight:bold;
    margin: 0px;
}
#matrix {
    position:relative;
    z-index:1;
    width: 100%;
    height: 166px;
    overflow: auto;
}
.abbrvTableHighlight {
    font-weight: bold;
    background-color: #FFFFFF;
}
.shade {
    background-color: #EEEEEE;
}
table tr td {
    width:25%;
    text-align:center;
}
.heading {
    color: #C4112F;
    font-weight: bold;
}
