﻿
/*remove scroll bar from div for printing*/
.scrollPrint 
{
	width: 2000px;
}


/*LW Hermiston Report Format*/

.Title { font-weight: bold; width: 100%; text-align: center; font-size: 12px; line-height: 1.5; margin: -20px 0 0 0; padding-bottom: 6px; }
.footnote { font-size: 10px; line-height: 1.4; margin-top: 5px; }
.footnote span { font-size: 10px; font-weight: bold; }
sub, sup {font-size: 9px;}
.footnote sub, .footnote sup {font-size: 7px; }
.rptPrintLayoutLWHermiston
{
	vertical-align: top;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
}
.ReportGrid
{
    color: black;
    border: double 3px black;
    font-family: Verdana, Arial, Sans-Serif; font-size: 1.0em;
    /*font: 11px Times New Roman;*/
    text-align: center;
    border-collapse: separate;
}
 
.ReportGridHeader
{
	white-space: nowrap;
    line-height:1.3em;
    text-align: center;
    /*font-size: 11px;*/
    border-bottom: double 3px black;
    border-top: double 3px black;
    border-right: double 3px black;
    border-left: double 3px black;
}
 
.ReportGridRow
{
	white-space: nowrap;
    border-left-width:0px;
    border-right-width:0px;
    padding: 3px;
    /*border-right: double 3px black;
    border-left: double 3px black;*/
    border: solid 1px black;
    padding: 2px;
    /*font: 11px Times New Roman;*/
    font-family: Verdana, Arial, Sans-Serif; font-size: 1.0em;
}
.ReportGridRowNoBorder
{
	white-space: nowrap;
    border-left-width:0px;
    border-right-width:0px;
    padding: 3px;
    border: solid 1px black;
    border-top: none;
    border-bottom: none;
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif; font-size: 1.0em;
    /*font: 11px Times New Roman;*/
}
.ReportGrid .ReportGridHeader TH, 
.ReportGrid .ReportGridRow TD 
{ 
    padding: 2px;
    font-family: Verdana, Arial, Sans-Serif; font-size: 1.0em;
    /*font: 11px Times New Roman;*/
}

/*LW Connell Print Styles*/
.rptPrintLayoutLWflow, .rptPrintLayoutLWqual
{
	vertical-align: top;
	margin-top: 0px;
}
.rptPrintLayoutLWHermiston
{
	vertical-align: top;
	margin-top: -20px;
}

#lbl_DMR_Flow_cert, #lbl_DMR_Qual_cert
{
	font-size: 9px;
	font-family: Verdana;
}

.printDMRTitle
{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}

.printDMRColumnHeadings
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.printDMRdataRows, .printlbl_DMR_Signature
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
}

.printDMRgvDataRows
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid black;
	text-align: center;	
}

.printDMRgvNoDataRows
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid black;
	border-top: 3px double black;
	text-align: center;	
}

.printFormatDate
{
	border-top: 1px solid black;
	border-left: 3px double black;
	border-right: 1px solid black;
	border-bottom: 3px double black;
}

.printNoDataBottomHeaderRow
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 3px double black;
}

