﻿.PrintPage
{
background-color:#fff;
font-family:Verdana, Arial, Tahoma, Microsoft Sans Serif;
font-size:11px;
font-weight:normal;
margin:0px 0px 5px;
}
.PrintPage .GridAlternatingRowStyle
{
background-color:#eeeeee;
}
.PrintPage .GridAlternatingRowStyle td
{
border-top:#e4e4e4 solid 1px;
padding:3px;
}
.PrintPage .GridRowStyle
{
background-color:White;
color:#878787;
padding:3px;
}
.PrintPage .GridRowStyle td
{
border-top:#e4e4e4 solid 1px;
padding:3px;
}
.PrintPage .InvoiceLabel
{
background-color:#7f7f7d;
color:white;
font-size:11px;
font-weight:bold;
padding:4px 4px 4px 4px;
}
.PrintPage .InvoiceSummaryTable td.InvoiceLabel
{
background-color:#f1f1f1;
color:#373737;
padding:3px;
text-align:right;
width:200px;
}
.PrintPage .InvoiceSummaryTable td.InvoiceValue
{
color:#373737;
padding:3px;
text-align:right;
width:200px;
}
.PrintPage .InvoiceSummaryTable td.TotalLabel
{
background-color:#f1f1f1;
color:#373737;
font-weight:bold;
padding:3px;
text-align:right;
width:200px;
}
.PrintPage .InvoiceSummaryTable td.TotalPrice
{
color:#373737;
font-weight:bold;
padding:3px;
text-align:right;
width:200px;
}
.PrintPage .InvoiceTableHeader
{
background-color:#7f7f7d;
border:gray 1px solid;
color:white;
font-size:11px;
font-weight:bold;
padding:4px 4px 4px 4px;
}
.PrintPage .InvoiceTableHeader th
{
border:solid 1px #e1e1e1;
padding:3px;
}
.PrintPage .MainTableNoBackground
{
border:#cccccc 1px solid;
width:90%;
}
.PrintPage .TableAlter
{
background-color:#eeeeee;
font-size:11px;
}
.PrintPage .TableRow
{
font-size:11px;
}
.PrintPage .titleLayout
{
color:#ff9900;
font-size:11px;
font-weight:bold;
padding-left:5px;
text-decoration:none;
}
.PrintPage h4
{
font-size:12px;
}
.PrintPage td
{
font-size:11px;
}
