@media print {
	html, body {
		/* NEUTRALIZE 'layout container' styles */
		overflow: visible !important;
		width: auto !important;
		height: auto !important;
	}
	
	.ui-layout-pane,
	.ui-layout-resizer ,
	.ui-layout-toggler {
		/* NEUTRALIZE 'layout element' styles */
		display: none !important; /* hide ALL by default */
		position: relative !important;
		top: auto !important;
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		width: auto !important;
		height: auto !important;
		overflow: visible !important;
	}
	
	/* SHOW ONLY the panes you want */
	.ui-layout-pane-north ,
	.ui-layout-pane-center {
		display: block !important;
		border: none !important;
		/* OPTIONAL: change cosmetic styles as desired */
		/*padding: 0 !important;
		background: transparent !important;*/
	}
	
	.noPrint, .noPrint * {
		display: none;
	}
	
	.ui-tabs .ui-tabs-hide {
		display: block !important;
	}
	
	div.east{
		margin-left:0;
	}
	
	div.mainBodyHead{
		border-bottom:none;
	}
	
	div#mainBody{
		background: transparent !important;
	}
}