﻿@media print
{
    /* Print CSS rules here */

	#nonPrintStuff, #footer, #header, #nav { visibility:hidden; display:none; }
	* { font-family: 'B Nazanin', Nazanin, Tahoma; font-size:10pt; }
	th { font-weight:bold; }
	.label { font-family: 'B Nazanin', Nazanin, Tahoma; font-size:9pt; }
	#content { width: 100%; height: 260mm; border: none; }
	.message, .InvoiceHeading { visibility:hidden; display:none; }
	.InvoiceInfo, .GridDiv, .InvoiceGridDiv, .InvoiceGridDivPay, .InvoiceDiv, .InvoiceDivPay { width: 90%; }
	p { text-align: justify; }
}