/* =================================================================================================
	Google Chrome
================================================================================================== */

@media print and (-webkit-min-device-pixel-ratio:0) {    
	
	.design-01_rui-layout_default_CONTENT {
		display: table;
	}
	
	.design-01_rui-layout_default_HEADER {
	    position: absolute;
	}
	
	.design-02_rui-layout_default_CONTENT {
		display: table;
	}
	
	.formAccordionGroup_BODY-CONTENT-DIV {
		display: table;
	}
	
	.formAccordionGroup_MAIN {
		display: table;
	}
	
	.footerButton_MAIN {
		display: none;
	}
	
	.headerMenu1_RIGHT {
		position: inherit;
	}
	
	.headerMenu1_USERNAME {
		position: inherit;
	}
	
	.headerMenu1_USERNAME-PANEL {
		position: absolute;
	}
	
	.headerMenu1_WELCOME {
		position: inherit;
	}
	
}