@charset "utf-8";

html,body {
	width: 100%;
	height: 100%;
}

.pageArea {
	width: 986px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bannerArea {
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 16px;
	z-index: 4;
}

.topMenuArea {
	position: relative;
	top: 0px !important;
	left: 0px;
	margin-left: 181px;
	margin-right: 16px;
	z-index: 2;
}

.topMenuCell {
}

.leftMenuArea {
	position: relative;
	top: 0px !important;
	left: 0px;
	width: 181px;
	height: 100%;
	float: left;
	z-index: 3;
}

.logoCell {
}

.leftMenuCell {
	margin-top: 10px;
}

.contentArea {
	position: relative;
	top: 0px !important;
	left: 0px;
	height: 100%;
	width: 789px;
	float: right;
	height: 100%;
	overflow: auto;
	z-index: 1;
}

.contentCell {
	margin-right: 16px;
}

.footerCell {
	margin-right: 16px;
}

.overlayArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.dialogArea {
	position: absolute;
	top: 80px !important;
	left: 50%;
	width: 810px;
	height: 73%;
	margin-top: 0px !important;
	margin-left: -405px;
	overflow: auto;
	z-index: 6;
}

.dialogCell {
	margin-top: 0px !important;
	margin-right: 16px;
}
