﻿.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: #b8baff;
    color: #fff;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
}
.PrintPage .TableAlter
{
    font-size: 11px;
    background-color: #F7F7F7;
}
.PrintPage .titleLayout
{
    font-size: 11px;
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
    padding-left: 5px;
}
.PrintPage .InvoiceTableHeader
{
    font-size: 11px;
    background-color: #b8baff;
    color: #fff;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border: #eeeeee 1px solid;
}

.PrintPage .MainTableNoBackground
{
    width: 90%;
    border: #cccccc 1px solid;
}

.PrintPage .InvoiceTableHeader th
{
    border: #ffffff 10px solid;
}