@media print {
	body {
		background: #fff;
	}
	
	#menubar, #filterL, #paging {
		display: none !important;
	} 
	
	.chart {
		width: 100% !important;
		clear: both;
	}	
	
	.newPage {
		padding-top: 50px !important;
		page-break-before: always;
	}

	.modulePageGuideBox {
		display: none;
	}
	
}
