﻿.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: #F1F1F1;
    color: #666666;
    padding: 4px 4px 4px 4px;
    text-align: right;
}
.PrintPage .TableAlter
{
    font-size: 11px;
    background-color: #f1f1f1;
}
.PrintPage .titleLayout
{
    font-size: 11px;
    font-weight: bold;
    color: #ff9900;
    text-decoration: none;
    padding-left: 5px;
}
.PrintPage .InvoiceTableHeader
{
    font-size: 11px;
    font-weight: bold;
    color: #373737;
    border: solid 1px #e1e1e1;
    background: #fff url(../../images/design/box/BGBox1TopCenter.gif) repeat-x left top;
    padding: 0px 3px;
    height: 25px;
}

.PrintPage .MainTableNoBackground
{
    width: 90%;
    border: #cccccc 1px solid;
}

.PrintPage .GridRowStyle
{
    background-color: White;
    padding: 3px;
}
.PrintPage .GridAlternatingRowStyle
{
    background-color: #f1f1f1;
    padding: 3px;
}
.PrintPage .GridRowStyle td, .PrintPage .GridAlternatingRowStyle td
{
    border-top: #e4e4e4 solid 1px;
    padding: 3px;
}
