/* Print stylesheet */ 

body, html {
  font: 11pt/1.5em "Calibri", Lucida Grande, Lucida, Verdana, sans-serif;
  color: black;
  background-color: white;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 10pt 0;
  font-family: "Calibri", Lucida Grande, Lucida, Verdana, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 140%;
}

p {
  padding-bottom: 10pt;
}

a { /* only to be safe ... */
  background-color: inherit;
  color: darkgray;
  text-decoration: none;
}

/*a:after {
	  content: " [" attr(href) "]";
}*/

a img, :link img, :visited img {
  border: none;
}

/*#footer a:after, #footer a:link:after, #content a:after, #content a:link:after  { 
  content: " [" attr(href) "]";
  font-style: italic;
}*/

acronym {
  /* remove dotted line since definition is given in parentheses*/
  text-decoration: none;
  border-bottom: none;
}

acronym:after  { 
  content: " (" attr(title) ")";
  font-style: italic;
}


#nav, #subnav1, #subnav2 {
  display: none;
}

#globalsearch {
  display: none;
}

#droplist {
  display: none;
}

#footer {
  padding: 1em 0;
}

#supersize-toggle {
	display: none;
}

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
}