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

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

#header {
	position: static;
	width: 100%;
	border-bottom: 2px solid #666666;
	margin-bottom: 5px;
}
#infoUser, #testEnvBar{
	display: none;
}
#actionBar {
	display: none;
}
.searchPanel{
	display: none;
}
#headerMenu, #iconNav {
	display: none;
}

#stage {
	margin-top: 0px !important;
	width: 100%;
	padding: 0px 0px 2px 0px;
}
.dataSheetMarginLeftRight {
	display: none !important;
}
#actionBar{
	display: none !important;
}
.toolbox, .toolbox_title, .toolbox_subTitle{
	display: none;
}

#page, #page > tbody, #page > tbody > tr, #page > tbody > tr > td,
.stageContainer > table, .stageContainer > table > tbody,
.stageContainer > table > tbody > tr, .stageContainer > table > tbody > tr > td {
	display: block;
	width: auto;
}

#actionBarFrm {
	display: none;
}

#stage table tr {
	page-break-inside: avoid;
	break-inside: avoid;
}

#stage table thead {
	display: table-row-group;
}

#footer {
	border-top: 2px solid #666666;
	margin-top: 4px; 
	height: auto;
	overflow: hidden;
	page-break-inside: avoid;
	break-inside: avoid;
	width: 100%;
}
#footerleft {
	float: left;
	white-space: normal;
	height: auto;
	margin-left: 16px;
	font-size: 11px;
	padding-top: 2px;
}

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