/*
''<summary>
		<page>print.css</page>
		<description>Print output stylesheet</description>
		<notes>
			.printonly: Overides the style found in the 01content.css file, and enables some elements to only show on paper
			.noprint:		Allows elements such as close and print buttons to be specifically hidden on paper
		</notes>
		<version>2006/07/05: Greg Brine	Initial creation of file</version>
''</summary>
*/

html,body {padding:0;margin:0;background:none;}
.printonly {  display: none; visibility: visible;  }
.noprint { display: none; visibility: hidden; position: absolute; top: -1000; left: -1000;  }
#outer {width:100%;background:none;margin:0;filter:none;}
#outer[id] {background:none;}
#topbarimg,#topbarimg[id] {background:none;padding:0;margin:0;filter:none; width:100%;}
#topbar {width:100%;float:none;}
#topbar .banner {display:none;position:absolute;top:0;left:0;}
#col_l {float:none;background:none;width:100%;padding: 0 0 10px 0; min-height: 10px;}

*html* #col_l {height:10px;}
#col_r {display:none;position:absolute;top:0;left:0;}
#topnav, .tabs {display:none;position:absolute;top:0;left:0;}
#main {width:100%;background:0;margin:0;padding:0;}

.page {background:none;width:100%;padding: 0 0 10px 0;}
.leftbar {width:200px;}
.rightbar {width:auto !important; background:none;float:left;}
.reading {width:100%;}
.builder {width:100%;}

.partners {min-height: 10px;}
*html* .partners {height: 10px;}
.page {min-height: 10px;}
*html* .page {height: 10px;}
#maingradientbg {background:none;}

#footer_partners {display:none;position:absolute;top:0;left:0;}

#footer {width: 100%; background:none;}
#footer table {width:100%;}
#bottombarimg, #bottombarimg[id] {background:none;filter:none;}
