/*@import "local.css"; starting point for more complicated printed version: take all styles on board and then adapt */

/* make sure all browsers set margin, esp. safari */
body {padding:10px;} 

/* remove all these sections from print - add others asper need*/
#secondaryNavigation, #navigation, span#footerLinks, #print, #accessJumps, #snapshots, #locations {display:none;}

/* remove all backgrounds from the them and print in black */
body, #container, #contentContainer, #contentContainerExtra, h1, h1 span,#footer, #footer a {background:none !important; border:none; color:#000!important; margin:0;} 

/*remove all borders */
* {border:none !important;} 

/* reset printable areas */
#container, #contentContainer, #content {margin:0; width:100%;} 
#footer {margin-top:30px;}

/* set logo and height asper needs - 2 methods, activate asper need */
/*#header {background:url(images/logo.jpg) no-repeat left top !important; height:100px; margin:0;} */
#header #printLogo {display:block; visibility:visible;}

/* minimal make up for content area */
#content img {float:left; display:inline; margin:10px; clear:left;} 
hr {clear:both;}


/* Specific print requirements for specific pages here */
#calendar, .closeThisOut {display:none;}
#frame iframe {height:500px; width:100%; clear:both;}
#iframe {background-color: #fff; border:none;}
.ProgramDetail {margin:0; background-color:#fff; padding:10px; width:100%; height:470px;}


