﻿.clsMainDiv {
    height: 450px;
    background-color: white;
}

::marker {
    color: #003a70;
}

.blueSEP
{
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #00204f;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.tTABdiv {
    background-color: #2F0D0B;
    color: #D4EB00;
    /*font-weight: bold;*/
    font-size: 9pt;
    height: 35px;
    padding-top: 10px;
    padding-left: 8px;
}

.tableLIST
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #00204f;
    width: 100%;
    margin-top: 0px;
}

.bTAB1
{
    background-color: #fff;
}

.bTAB2
{
    background-color: #e6e6e6;
}

.bTAB3
{
    background-color: #60A007;
    color: #FFFFFF;
    font-weight: bold;
}

.bTAB4
{
    font-weight: bold;
    background-color: #0F5288;
    color: #FFFFFF;
}