@media print
{
    body {margin:4pt; }  /* Needed to avoid clipping problems in IE 11 only */
	DIV.PRINTBAR
	{
		display: none;
	}

	SPAN.PRINTBARALERT
	{
		display: none;
	}

	.noprint {
		display: none;
	}

	.DISPLAYONLY
	{
		display: none;
	}

	DIV.TRANSLATIONMESSAGE
	{
		display: none;
	}

	DIV.REPORT
	{
	}

	DIV.REPORT_NOBORDER
	{
	}

	A.NOPRINTLINK
	{
		color:black;
		text-decoration:none;
	}

    /* Sets a Max width for image while printing,to avoid the cutt off */
    .FirstPrintedSection img,
    .MiddlePrintedSection img,
    .LastPrintedSection img {
        max-width: 97% !important;
    }
}
