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

#left, hr, #skip, #footer ul, #footer img, .rm, #sidebar, #feature, #display_options, .back_btn{
	display: none;
}

body{
	font-size: 10pt;
	font-weight: normal;
	font-family: arial, sans-serif;
}

#logo{
	border-bottom: 1px solid #555;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#logo img{
	margin-left: -15px;
}

#footer{
	border-top: 1px solid #555;
	padding-top: 5px;
	margin-top: 5px;
}

img{
	border: 0;
}

table{
	border: 1px solid #E8E9EB;
	margin: 10px;
}

th{
	border: 1px solid #E8E9EB;
	background: #E8E9EB;
	padding: 8px;
	font-weight: bold;
}

td{
	border: 1px solid #E8E9EB;
	padding: 8px;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

