@charset "UTF-8";

/* CSS Print Stylesheet */

/* --- global styles --- */

*{ float:none; }/*keep firefox from cutting off tables that span pages*/
a { text-decoration: none; }

/* --- layout styles --- */
body {
	background-image:none;
	background-color:#fff;
	}
#wrapper {
	width: 100%;
	overflow:visible;
	background-image:none;
	}
#header {
	display: block;
	border:none;
	height:65px;  /*make firefox 3 show banner logo image*/
	}
#headerLeft {
	width:100%;
	padding-bottom:1em;
	}
#innerwrapper {
	border: none;
	background-image:none;
	}
#content {
	padding-top:1em;
	margin-top:0;
	}
#content div, #booklist #content {
	margin: 0 !important;
	padding: 0 !important;
	}
#content a {
	text-decoration: none;
	}

#content .tabs {
	overflow:visible !important;
	}
.js #content .tabs .tabcontent, .testscroll {
	height:auto !important;	
	border:none !important;
	float:none !important;
	overflow:visible !important;
	}
#content .tabs ul.tabs-list li {
	display:none !important;
	}
#content .tabs ul.tabs-list li a {
	margin:1em 0 !important;
	border:none !important;
	padding:0 !important;	
	}
#content .tabs ul.tabs-list li.current {
	float:none !important;
	display:block !important;
	}
	
#headerNavBar,	
#headerRight,	
#skip,
#lesson_menu,
#page_nav,	
#video_display,
#content img.getReader,
#sideColumn1,
#footer {
	display:none;
	}








