/*
	hide and show nice stuff when printing 
*/



#page {
	width:90%!important; 
	border:0px transparent none;
	padding-left:2cm;
}


#printheader 	{ display:block; }
#header 		{ display:none; }
#footer 		{ font-size:8pt; }

div#bodyleft 			{ display:none;	}
div#bodymid 			{ float:none!important; width:100%!important; }
div#bodymid div.bottom		{ display:none; }
div#bodyright 				{ display:none;  }

/*
	this element is causing trouble printing on ff/osx
*/
div#bodymid div#filterbox	{ display:none; }



