body {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

.menu_frame {
	position: absolute;
	left: 0;
	width: 200px;
	top: 0;
	bottom: 0;
	background-color: darkslategray;
}

.menu {
	position: absolute;
	left: 15px;
	top: 5px;
	bottom: 5px;
	right: 5px;
	border: slategray solid 1px;
}

.main {
	position: absolute;
	left: 200px;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	overflow-x: hidden;
}

.toolbar {
	position: absolute;
	left: 0;
	right: 0;
	height: 25px;
	background-color: lightgrey;
}

.client {
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	bottom: 0;
}

.frame {
	position: absolute;
	left: 0;
	right: 0;
}

.frame_trackbar {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background-color: aliceblue;
	border-top: gray solid 1px;
	border-bottom: gray solid 1px;
	cursor: n-resize;
}

#trackbarMove {
	position: absolute;
	left: 0;
	visibility: hidden;
	width: 100%;
	top: 0;
	border-top: black dashed 1px;
	z-index: 500;
}

.frame_client {
	position: absolute;
	width: 100%;
	top: 6px;
	bottom: 0;
}

.header {
	position: absolute;
	left: 0;
	right: 0;
	overflow: auto;
	height: 30px;
	background: ghostwhite;
	padding-left: 15px;
	padding-right: 15px;
}

.outer_content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	top: 30px;
}

.content {
	
}