/*@import "local.css"; probably best to start from scratch - just render text and logo and images*/

body {padding:10px;} /* to make sure all browsers set margin, esp. safari */

#secondaryNavigation,
#navigation,
span#footerLinks,
#print, #accessJumps, #snapshots, #locations {display:none;} /* remove all these sections from print - add others asper need*/

body, #container, #contentContainer, #contentContainerExtra, h1, h1 span,#footer, #footer a {background:none !important;border:none;color:#000!important;margin:0;}
* {border:none !important;}
/*remove background and borders from main sections, borders from all - overruling users' settings */

#container, #contentContainer, #content  {margin:0;  width:100%;} 
#footer {margin-top:30px;}

#header {background:url(images/logo.jpg) no-repeat left top !important; height:100px; margin:0;} /* set logo and height asper needs */
#header #printLogo {display:block;visibility:visible;}
#content img {float:left;display:inline; margin:10px;clear:left;} /* minimal make up for images*/
hr {clear:both;}


/* Add specific print requirements for specific pages here */

#calendar, .closeThisOut {display : none;}
/* needs to be set - corrected - finetuned in the source html */
#frame iframe {height: 500px;width: 100%;clear:both;}
#iframe {background-color: #fff;}
.ProgramDetail {margin: 0;background-color: #fff;	padding: 10px; width:100%; height: 470px;}


