@charset "utf-8";
/* CSS Document */
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;	 
}
.advanced {
	border: 0px;
	top: 461px;
	left: 0px;
	float: left;
	position: absolute;
	width: 350px;
	border-bottom: 0px;
	height: 330px;
}
.simple {
	border: 0px;
	top: 0px;
	left: 0px;
	float: left;
	position: absolute;
	width: 350px;
	height: 460px;
}
.main {
	border: 0px;
	top: 0px;
	left: 351px;
	width: 600px;
	overflow: hidden;
	height: 800px;	
	float: left;
	position: absolute;
}
.mainNew {
	border: 0px;
	top: 20px;
	left: 351px;
	width: 600px;
	overflow: hidden;
	height: 800px;	
	float: left;
	position: absolute;
}
.stat {
	border: 0px;
	top: 0px;
	left: 951px;
	width: 300px;
	height: 500px;	
	float: left;
	position: absolute;
}
.statNew {
	border: solid 2px #FFF;
	top: 40px;;	
	left: 651px;
	width: 0px;
	height: 0px;	
	float: left;
	position: absolute;
}
.showStatic {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	height: 20px;
	top: 20px;
	left: 810px;
	font-weight: bold;
	cursor: pointer;
	color: #F90;
	position: absolute;
	z-index: 5;
	background-image: url(../images/down.png);
	background-position: right;
	background-repeat: no-repeat;
}
.hideStatic {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	height: 20px;
	top: 20px;
	left: 810px;
	font-weight: bold;
	cursor: pointer;
	color: #F90;
	position: absolute;
	z-index: 5;
	background-image: url(../images/up.png);
	background-position: right;
	background-repeat: no-repeat;
}