/* global CSS for docportal page layout */

html,body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

body.Activity {
	overflow:auto;
}

body {
	margin-top: 44px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body.Preview {
	padding: 41px 1px 1px 1px;
}

div#headerBox {
	padding: 0px;
	position: absolute;
	top: 0;
  	left: 0;
  	right: 0;
	height: 40px;
	width: 100%;
}

div#headerBox p.title {
	overflow: hidden;
	height: 20px;
}

@media screen {
	body>div#headerBox {
		position: fixed;
	}
}
div#contentBox {
	width:100%;
	height:100%;
	position: relative;
}
div#scroller {
	width:100%;
	height:100%;
	overflow:auto;
	position: relative;
}