/*=: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/>    
*/


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.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;
}

/* PRINT TEMPLATE */
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}

a { 
  text-decoration : underline; 
  color : #d01d23; 
}
#menu, #pagemenu, #puffarea, #puff, #bottompage, #printarea { 
  display : none; 
} 
#holder { background-color: #FFFFFF; z-index: 2; min-height:100%; height: 100%; }
#contentarea { left: auto; width: 100%; z-index: 3; background-color: #FFFFFF; margin: auto; }
td, div { font-size: 12pt; font-family: "Times New Roman", Times, serif; color: #000000; line-height: 14pt; }
#bottompage { left: 55px; top: 0px; position:absolute; z-index: 1; height: 61px}