
.body {
	width: 100%;
	height: 100%;
	background:black;
	color: greenyellow;
	float:left;
	vertical-align:top;
}

#viewer_page{
	background:black;
}
.header {
	width: 100%;
	height: 8%;
	background:black;
	font-weight: bold;
	font-size: 24px;
	text-align:center;
	float:left;
	vertical-align:top;
}

#title {
	width: 75%;
	height: auto;
	font-weight: bold;
	font-size: 24px;
	text-align:center;
	float: left;
	vertical-align:top;
}

#login {
	width: 15%;
	position:relative;
	height: auto;
	font-size: 10px;
	text-align:right;
	float:left;
	vertical-align:top;
}
#rightGap {
	width: 10%;
	height: auto;
	font-size: 10px;
	text-align:right;
	float:left;
	vertical-align:top;
}

.content {
	/*border: 2px solid orange;*/
	margin: 5px;
	float: left;
	width: 98%;
	height: 83%;
	background: black;
	background-color: black;
	vertical-align:top;
	top:11%;
	left:0%;
	position:absolute;
}

#menuItems {
	margin: 5px;
	float: left;
	width: 12%;
	height: 98%;
	position:absolute;

}

#mainSlicePre{
	margin: 5px;
	width: 87%;
	height: 98%;
	float: left;
	position:absolute;
	left:12%;

}


#slicePre{
	border: 1px solid dimgray;
	margin: 5px;
	width: 85%;
	height: 97%;
	float: left;
	position:absolute;

}

.slicePre{
	border: 1px solid dimgray;
	margin: 5px;
	width: 85%;
	height: 97%;
	float: left;
	position:absolute;
}

.sagView {
	width: 94%;
	height: 20%;
}

#slicePreMenu{
	width: 13%;
	margin: 5px;
	background: black;
	height: 97%;
	float: right;
	right:0%;
	position:absolute;
	border: 1px solid dimgray;

}

/*
style="width:70px;font-size:10px"
style="width:50px;height:50px"
style="float:right;height:35px;width:35px;background-color:black;border:0px solid white"
style="float:right;height:30px;width:30px;background-color:black;border:0px solid white"
style="float:right;height:30px;width:30px;background-color:black;border:0px solid white"
style="float:right;height:30px;width:30px;background-color:black;border:0px solid white"
*/

.footer {
	width: 98%;
	height: 3%;
	font-size: 12px;
	text-align: center;
	margin: 5px;
	vertical-align:bottom;
	position:fixed;
	left:0%;
	bottom: 0%;
}