/*
	print.css
	This style sheet only required for multiple static report
	files to hide the product bar and reports menu upon print.
*/

/*

KHP 21/July/2010 - not anymore in use, respectively is hard coded in HTML
so that we don't have to deal with a different media type.

div.product-bar-bg, 
div.reports-menu-switch,
div.reports-menu-switch-closed,
div.reports-menu {
	display: none;
}

div.report-body {
	margin: 0;
	padding: 0;
}*/