﻿  @media print {

    @page {size:A3 landscape;  margin: 0;
    
    }
    
	 html,body,legend,span,td,tr,div
	{
		font-size: 12.3pt;
		overflow-y:visible;
		background-color:white;
   	  
	}

	.sectHeader_label
	{
		 font-size: 12pt;
		 overflow: visible
	}
	.sectDataField_label
	{
		 font-size: 12pt;
		 overflow: visible
	}
	.sectDataField_value
	{
		 font-size: 12pt;
		 overflow: visible
	}
	fieldset,div,td,tr,.borderspacer,.borderspacerright,.secDivHdr,table,.secBtmStretch,.secDivHdr,.sectHeader_label,.sectBodyPad_content,.secBtmStretch
	{
		 border-style:none;
		 border-width:0px
		 overflow: visible
		 background-color:white;
		 
		 
	}
	img
	{
		height:0pt;
		display:none;
	}
	
	.secDivHdr
	{
		/*display:none;*/
		background-image:none;
		background-color:white;
	}

	.sectBodyPad_content {
    padding: 6px 6px 0px 6px;
    background-color:white;
}
.borderSpacer {
    background-color: white;
    border-left-style: solid;
    border-left-color:white;
    border-left-width: 1px;
    width: 1px;
    height: 1px;
    background-image: url(../images/AppFrame/spacer_clear.gif);
}
.panelPad_content {
    padding: 0px 6px 1px 1px;
    vertical-align: top;
    background-color:white;
}

.secBtmStretch {
    width: auto;
    height: 13px;
    background-image: url(../images/AppFrame/sectBodyBottom_stretch1.gif);
    background-repeat: repeat-x;
    font-size: 1px;
    color:white;
}

.leftCapBtm {
    width: 4px;
    height: 13px;
    background-image: url(../images/AppFrame/sectBodyBottom_leftcap.gif);
    background-repeat:no-repeat;
}

.secBtmStretch {
    width: auto;
    height: 13px;
    background-image: url(../images/AppFrame/sectBodyBottom_stretch1.gif);
    background-repeat: no-repeat;
    font-size: 1px;
    color: #EFDBA5;
}
.rightCapBtm {
    width: 4px;
    height: 13px;
    background-image: url(../images/AppFrame/sectBodyBottom_rightcap.gif);
    background-repeat: no-repeat;
}

#ContentPlaceHolder1_ctl19_Table1
{
    border-color: white;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;

}

	.appFrameBtmLeft,.appFrameBtmStretch,.appFrameBtmRight,.secBtmStretch	{display:none;}

    .no-print, .no-print * {
        display: none !important;
        height: 0;
    }
}
   

  