/** Base Pagestructure **/
/** ----------- **/
@page
{
	size: landscape;
	margin: 2cm;
} 

body {
	font-family: Arial, Tahoma, Geneva, Vera, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	border-bottom: 2px solid #666666;
	margin-bottom: 5px;
}
#infoUser, #testEnvBar{
	display: none;
}
#actionBar {
	display: none;
}
.searchPanel{
	display: none;
}
#stage {
	margin-top: 0px !important;
	width: 100%;
	padding: 70px 0px 30px 0px;
	height:100%;
}
.dataSheetMarginLeftRight {
	display: none !important;
}
#actionBar{
	display: none !important;
}
.toolbox, .toolbox_title, .toolbox_subTitle{
	display: none;
}

#footer {
	border-top: 2px solid #666666;
	margin-top: 10px; 
	height:30px;
	width:100%;
}
#footerleft {
	float: left;
	white-space:nowrap;
	height:20px;
	margin-left: 16px;
	font-size: 11px;
	padding-top: 2px;
}

#footerright {
	float: right;
	margin-right: 16px;
	height:20px;
	padding-top: 2px;
}
