﻿.rptPanel {
    width: 70%;
    margin: 5px 20px 20px 20px;
    border: 1px solid black;
}

.rvTopBar {
    width: 70%;
    margin: 5px 20px 5px 20px !important;
    border: 1px solid black !important;
}

.rvBottomBar {
    width: 70%;
    margin: 5px 20px 5px 20px !important;
    /*border: 1px solid black !important;*/
}

table.rptHeader {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
    background: #fff;
}

table.rptHeader td {
    font-size: 9px;
    background: #fff;
    padding: 3px 3px 3px 6px;
    color: black;
    vertical-align: top;
}
    table.rptHeader td.boldtd {
        font-size: 9px;
        font-weight: bold;
    }

table.rptTable {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
}

    table.rptTable th {
        font-size: 9px;
        color: black;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: left;
        padding: 3px 3px 3px 6px;
        background: #fff;
        margin-left: 10px;
    }

    table.rptTable th.num {
        text-align: right;
    }

    table.rptTable td {
        font-size: 8px;
        background: #fff;
        padding: 3px 3px 3px 6px;
        color: black;
        vertical-align: top;
    }

        table.rptTable td.num {
            text-align: right;
        }

        table.rptTable td.alt {
            background: #F5FAFA;
            color: #797268;
        }

        table.rptTable td.boldtd {
            /*font: bold 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
            font-size: 9px;
            font-weight: bold;
            color: black;
        }

table.rptTable td.boldUnderline {
    font-size: 9px;
    font-weight: bold;
    color: black;
    /*border-bottom: 1px double black;*/ 
    border-bottom: 3px double #000;
}
