/*-----------------------------------------------------------------------------------------------
Name: 		printer.css
Page Type:	for printing of pages
	
How to Update:  


Modification History
--------------------
Jonathan Smith		May 22, 2007			Created
Jonathan Smith 		March 26, 2008			Added overflow: visible; so it wouldn't cut off at 1 page

-----------------------------------------------------------------------------------------------*/

#logo {display: none;}
#header {display: none;}
#breadcrumb {display: none;}
#nav {display: none;}
.navBlock {display: none;}
.wrapper {background: transparent; overflow: visible; float: none;}
.titleBar {overflow: visible; float: none;}
.container {overflow: visible; float: none; font-size: 120%;}
.rcc {overflow: visible;float: none; }
.footer {overflow: visible;float: none; }
#calendar_printer_hide {display: none;}