
.pkgCalcTable
{
    font-size: 12px;
    border-collapse: collapse;
    text-align: left; 
    cursor: default;
    padding-bottom: 5px;
}

.pkgCalcTable th
{
    text-align: center;
    font-weight: bold;
    color: #5d626b;
    border-bottom: 2px solid #E31111;    
    height: 40px;
}

.pkgCalcTable th td
{ 
    padding-bottom: 2px;
}

.pkgCalcTable tr
{
    height: 20px;  
}

.pkgCalcTable td
{
    font-size: 11px;
}

.pkgCalcTable tbody tr:hover td
{
    /*background-color: #FFEFEF;*/
    background-color: #FFE4EF;
}



/*
.tableData
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana, Arial
}
.tableTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}
.tableBorder
{
    BORDER-RIGHT: #eeeeee 1px solid;
    BORDER-TOP: #eeeeee 1px solid;
    BORDER-LEFT: #eeeeee 1px solid;
    BORDER-BOTTOM: #eeeeee 1px solid
}
.tableHeader
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #7a7a7a
}
*/

