﻿
.subTitleLabel
{
	font-size: 12pt;
	font-weight: bold;
}

.reportHeader
{
    /*background: url(images/weaBuyLogo.png) no-repeat;*/
    width: 800px;
    height: 143px;
    border: 1px solid black;
    text-align: right;
    page-break-after: avoid;
    page-break-inside: avoid

}
.reportBody
{

    width: 800px;
    border: 1px solid blue;
    text-align: left;
    page-break-before: avoid;
    page-break-inside: avoid

}

.reportFooter
{

    width: 800px;
}
/*
----------------------------------------
Style for Data Entry Table
----------------------------------------
*/
table.reports
{
    border-collapse:collapse;
    width: 100%;
}
table.reports td 
{
    color: Black;
    font-size: 8pt;
    text-align: left;
}
table.reports  td.nwrap
{
    color: Black;
    font-size: 8pt;
    text-align: left;
    white-space:nowrap;
    vertical-align:top;
}
table.reports  td.rightalign
{
    color: Black;
    font-size: 8pt;
    text-align: right;
    white-space:nowrap;
    vertical-align:top;
}

table.reports th
{
    color: Black;
    font-size: 8pt;
    white-space:nowrap;
}
/*-------------------------------------*/

.mainTitleLabel
{
	font-size: 16pt;
	font-weight: bold;
}

.titleLabel
{
    color:#303030; 
    font-size: 10pt;   
    font-weight: bold;
}

.valueLabel
{
    font-size: 10pt;
    color: Black;  
}

.instructionLabel
{
    font-size: 9pt;
    font-weight:bold;   
}






