.Main {
	position: absolute;
	top: 50px;
	width: 100%;
	bottom: 0px;
	background: transparent;
}

.Top {
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
}

.C1 {
	Position: absolute;
	top: 5px;
	left: 0%;
	right: 66%;
	height: 100%;
	border-color: #4bd2ea;
	border-style: inset;
	border-width: 2px;
	overflow: scroll;
	text-align: center;
	display: none;
}

.C2 {
	Position: absolute;
	top: 5px;
	left: 34%;
	right: 31%;
	height: 100%;
	border-color: #4bd2ea;
	border-style: inset;
	border-width: 2px;
	overflow: scroll;
	text-align: center;
	display: none;
}

.C3 {
	Position: absolute;
	top: 5px;
	left: 0%;
	right: 0%;
	height: 100%;
	overflow: auto;
	text-align: center;
	z-index: 25;
}

.C4 {
	Position: absolute;
	top: 5px;
	left: 0%;
	right: 0%;
	height: 100%;
	overflow: auto;
	text-align: center;
	z-index: 25;
	display: none;
}

.C5 {
	Position: absolute;
	top: 5px;
	left: 0%;
	right: 50%;
	height: 100%;
	overflow: auto;
	text-align: center;
	z-index: 25;
	display: none;
}

.C6 {
	Position: absolute;
	top: 5px;
	left: 50%;
	right: 0%;
	height: 100%;
	overflow: auto;
	text-align: center;
	z-index: 25;
	display: none;
}

.Blue {
	position: relative;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.Green {
	position: relative;
	text-align: center;
}