/* Framework Setup */

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}
.Header {
	position: absolute;
	top: 0;
	right: 0;
	height: 71px;
	width: 100%; 
	overflow: hidden;
}
.ToolBar {
	position: absolute;
	top: 71px;
	right: 0px;
	height: 30px;
	width: 100%;
	overflow: hidden;
}
.Contents {
	display: block;
	position: fixed;
	top: 101px;
	right: 0px;
	bottom: 30px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	background-color: #ffffff;
}
.DataFrame {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 258px;
	overflow: hidden;
	z-index: 50;
}
.DataFrame .SliderControl {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.ViewerFrame {
	width: 100%;
	height: 100%;
}
.Footer {
	position: absolute; 
	top: auto; 
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	overflow: hidden;
}

/* IE6 Hacks */

* html body { 
	padding: 101px 0px 30px 0px;
}
* html .Contents {
	height: 100%; 
	width: 100%; 
}
* html .DataFrame {
	height: 100%;
}
* html .HeaderContainer, 
* html .Container {
	width: 100%;
}