/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:Georgia,times,"Times New Roman",serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
.tab, .navwrapper,.noprint.tab-1 #tab-1,.noprint.tab-2 #tab-2,.noprint.tab-3 #tab-3,.noprint.tab-4 #tab-4,.noprint.tab-5 #tab-5,.noprint.tab-6 #tab-6,.noprint.tab-7 #tab-7{display:none;}
#printmasthead{margin-bottom: 5em;display: block;visibility:visible;}	
.tab-1 #tab-1,.tab-2 #tab-2,.tab-3 #tab-3,.tab-4 #tab-4,.tab-5 #tab-5,.tab-6 #tab-6,.tab-7 #tab-7,.current{display:block;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;font-family:Arial, Helvetica, sans-serif;}
h1 {font-size:2.4em;line-height:1;margin-bottom:0.5em;font-family:Georgia,times,"Times New Roman",serif;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {color:#000;background:transparent;font-weight:700;text-decoration:none;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
div.jScrollPaneContainer, .content,#block-wrapper, .contentwrapper {
   position: static !important;
   height: auto !important;
   overflow: visible !important;
}

div.jScrollPaneContainer > * {
   display: none !important;
}

div.scroll-pane, .content,#block-wrapper, .contentwrapper  {
   position: static !important;
   display: block !important;
   float: none !important;
}
