﻿.PrintPage
{
    font-family: Verdana, Arial, Tahoma, Microsoft Sans Serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #fff;
    margin: 0px 0px 5px;
}

.PrintPage td
{
    font-size: 11px;
}
.PrintPage .TableRow
{
    font-size: 11px;
}
.PrintPage h4
{
    font-size: 12px;
}
.PrintPage .InvoiceLabel
{
    font-size: 11px;
    background-color: #eeeeee;
    color: #676C6F;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}
.PrintPage .TableAlter
{
    font-size: 11px;
    background-color: #F4FAFF;
}
.PrintPage .titleLayout
{
    font-size: 11px;
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
    padding-left: 5px;
}
.PrintPage .InvoiceTableHeader
{
    font-size: 11px;
    background-color: #a1c1d9;
    color: white;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border: gray 1px solid;
}

.PrintPage .MainTableNoBackground
{
    width: 90%;
    border: #cccccc 1px solid;
}

