﻿.reportSectionHeader
{
    font-weight: bold;
    color: #ffffff;
    background-color: #000066;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.reportAmount
{
    width: 100px;
    text-align: right;
}

.reportAmountBold
{
    width: 100px;
    text-align: right;
    font-weight: bold;
}

.reportAmountBoldBlue
{
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #000066;
}

.reportAmountBorderTopBottom
{
    width: 100px;
    text-align: right;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.reportMainItem
{
    padding-left: 10px;
}

.reportMainItemBold
{
    padding-left: 10px;
    font-weight: bold;
}

.reportMainItemBoldBlue
{
    padding-left: 10px;
    font-weight: bold;
    color: #000066;
}

.reportTextBold
{
    font-weight: bold;
}

.reportSubItem
{
    padding-left: 25px;
}

.tabReport tr.on
{
    background-color: #E8F1FF;
    cursor: pointer;
}

.tabReport tr.off
{
    background-color: #FFFFFF;
    cursor: pointer;
}