/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements */

#header, #mobileheader, div.corevalues, div.logo, .printhidden { display: none;	}
a {  text-decoration: none; }
#printheader { display:block; }
#bodyID #printheader {display:none;}
#printheader h1 { text-align:center; }
.printinline { display:inline; }

#fundraiser #fundraiserform {display:block; border:none; }
#fundraiser #printheader, #fundraiser #letter, #fundraiser #footer {display:none;}
/* Width of printable area 
-------------------------------------------------------------------- */
#main { width: 100%; }

/* The !important is required since the Javascript adds inline style rules that must be overridden. */
.Accordion {
  overflow: visible !important;
}

.AccordionPanelContent {
  display: block !important;
  overflow: visible !important;
  height: auto !important;
}




