@charset "utf-8";
.header {
	height: 60px;
	width: 460px;
	position: fixed;
	background-color: #CCC;
	left: 0px;
	top: 0px;
	margin: 0px auto 0px auto;	
}
.graph {
	width: 410px;
	background-color: #69F;
	/* [disabled]position: fixed; */
	/* [disabled]left: 500px; */
	/* [disabled]top: 0px; */
}
.graphOut {
	width: 410px;
	background-color: #69F;
	position: fixed;
	left: 500px;
	top: 0px;
}


.footer {
	background-color: #CCC;
	position: fixed;
	height: 60px;
	width: 460px;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}
.next {
	background-color: #666;
	width: 400px;
	padding: 5px;
}

.content {
	overflow: auto;
	position: fixed;
	width: 460px;
	top: 60px;
	bottom: 60px;
	background-color: #999;
	left: 0px;
}
.collapsed {
	width: 100%;
	position: relative;
	left: 0px;
	/* [disabled]background-color: #FF9; */
	alignment-adjust: central;
}
.info {
	background-color: #CCC;
	width: 50px;
	left: 0px;
	position: relative;
	height: 26px;
	padding: 2px 5px 2px 5px;
}
.close {
	position: absolute;
	height: 24px;
	width: 24px;
	left: 410px;
	top: 0px;
	background-color: #999;
	padding: 3px;
}
.infogross {
	background-color: #666;
	position: absolute;
	width: 350px;
	left: 60px;
	top: 0px;
	height: 30px;
}
.infotop {
	background-color: #666;
	position: relative;
	width: 400px;
	left: 0px;
	top: 0px;
	height: 26px;
	padding: 2px 5px 2px 5px;
}

.player1 {
	background-color: #09F;
	width: 170px;
	left: 60px;
	position: absolute;
	top: 30px;
	height: 27px;
	padding: 3px 0px 0px 5px;
}
.player2 {
	background-color: #F30;
	width: 170px;
	left: 235px;
	position: absolute;
	top: 30px;
	height: 27px;
	padding: 3px 0px 0px 5px;
}
