/* print.css */

@media print

{



* 											{ background-color:white !important; background-image:none !important; }

body 										{ margin:0; padding:0; background:none; color:#000; font:normal 10pt/1.5 Arial, Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 							{ font-family: Arial, Helvetica, sans-serif; }

code 										{ font:.9em "Courier New", Monaco, Courier, monospace; }

thead 										{ display:table-header-group; }

tr 											{ page-break-inside:avoid; }



img 										{ float:left; margin:1.5em 1.5em 1.5em 0; }

a img 										{ border:none; }



hr											{ width:100%; height:2px; margin:2em 0; padding:0; background:#ccc; color:#ccc; border:none; }

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





/* float: none; for all floated elements */

#content 									{ float:none !important; }





/* things to hide */

#skip 										{ display:none; }





/* anchors */

a:link, a:visited 							{ background:transparent; color:#520; font-weight:bold; text-decoration:underline; }

a:link:after, a:visited:after 				{ content:" ["attr(href)"] "; font-size:90%; font-style:italic; font-weight:normal; }









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

}



}
