/*
Title:		print.css
Author: 	zF.
--
Notes:
	= Controlling stylesheet for print rendering; imports other sheets;
		defines rules for the highest-level layout containers
*/

@import url("lib/baseline.css");
@import url("lib/common.css");
@import url("lib/components.css");

/*	====================================
	DEFAULTS
*/
body { font-size: 10pt; font-family: Arial, sans-serif; background-color: white; }
#body { position: static; width: 100%; margin: 0 auto; }
#content { overflow: visible; }

/*	====================================
	DO NOT SHOW
*/
#nav-main, #nav-sub, #ge_search, #tools-page { display: none; }
.tab1Current_ #tab1, .tab2Current_ #tab2 { font-weight: bold; text-transform: uppercase; }
.tab1Current_ #tab2, .tab2Current_ #tab1 { display: none; }

/*	====================================
	MISC.
*/
.perspective.hide-audio_ .audio { display: block; }
.perspective.hide-audio_ .hide-audio-link { display: none; }

/*	====================================
	SIFR
*/
.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; } 


