@import url(screen.css);
@import url(tabs.css);
@import url(nav.css);
@import url(forms.css);


.header, #pageActions, #breadcrumbs, #leftNav, #rightColumn, .goBack, .resultActions, .tabSection {display: none;}
#tabContentSheet1, #tabContentSheet2, #tabContentSheet3, #tabContentSheet4,
#tabContentSheet1Print, #tabContentSheet2Print, #tabContentSheet3Print, #tabContentSheet4Print {
	border: 0px solid #dedede;
	border-width:1px 0px 1px 0px;
	clear: both;
	padding: 10px 0 0 0;
	margin-bottom: 30px;
	display: block; 
	background: none;
}

table.sheet thead th {display: block;}
body {background: none;}
#container {
	margin-left: none;
	margin-right: none;
	width: 99%;
	padding: 0 0px 0 0px;
}
#wrapper {width: auto; padding:0px; clear: both; background: #fff;}
#content {width: auto; float:left; padding:0 0px 0 0px;}
#contentFull {width: auto; float:left; padding:0 0px 0 0px;}


/* FOOTER */
#footer {
	border-top: 1px solid #CCCCCC;
    background: none;
	width: auto; 
	padding: 7px 0px 60px 0px;
	margin-left: none;
	margin-right: none;
}
#resultActions {display: none;}
#printLogo {display: block;}



