/* $Id: example-print.css,v 1.2 2006/03/06 04:11:55 pat Exp $ */
/* When printing, hide the tab navigation list
   and don't use any other styles
*/

.tabbernav,.loginform {
 display:none;
}

.tabbertab {width:100%;overflow:visible !important;border:0px solid #000;padding-bottom:20px;clear:both;height:inherit !important}
.tab_content{height : auto; overflow : visable;background-color:#4d4349}

#topmenu,#login,#footer,#buttons{display:none;}


.tbcontent{padding:0px !important; height:inherit !important; overflow:visible !important;border:0px solid #000;width:100% !important;clear:both;}


#bottompanel{padding:0px!important;clear:both;margin:0px !important}

.print_hide{ display:none;}

h2{font-size:15pt;font-family: Omnes Light, Arial;padding-bottom:0px;margin:0px;}

.colum2, .colum1{width:100%;height:auto;float:none !important;}
#pagecontent .text,h1,.marketing{padding:0px !important;margin:0px !important;}

.page-break { display:block; page-break-before:always; }


