@charset "utf-8";
/* CSS Document */
.topFrame {
	top: 0px;
	position: absolute;
	height: 60px;
	background: #fff;
	text-align: center;
	left: 1px;
	right: 1px;
	overflow: hidden;
}

.outerFrame {
	border: 0px;
	marginwidth: 0px;
	marginheight: 0px;
}

.middleFrame {
	position: absolute;
	left: 0px;
	width: 2px;
	height: 100%;
	margin-left: 300px;
	z-index: 9999990;
}

.middleFrame:hover {
	width: 5px;
	background: #808080;
	cursor: pointer;
}

.pageShowCanvas {
	position: absolute !important;
	top: 65px !important;
	height: auto !important;
	position: relative;
	top: -60px;
	_top: 0px;
	height: 100%;
	bottom: 0px;
	right: 1px;
	left: 1px;
	border-top: 1px solid #6F7E93;
	background: #fff;
	overflow: hidden;
}

#leftFrameCanvas {
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: auto !important;
	height: 100%;
	width: 300px;
	position: absolute !important;
	position: relative;
	overflow: hidden;
	background: #fff;
	word-wrap: break-word;
	word-break: break-all;
}

#rightFrameCanvas {
	width: auto !important;
	left: 302px;
	right: 0px;
	position: absolute !important;
	top: 0px;
	height: auto !important;
	position: relative;
	height: 100%;
	bottom: 0px;
	overflow: hidden;
	border-left: 0px solid #6F7E93;
	background: #fff;
}