body{
	font-size:13px;
	font-family:'Arial';
	background-image:url('../images/frame.gif');
	background-repeat:no-repeat;
	width:610px;
	height:450px;	
	cursor:default;
	margin: 0 auto;
	background-position: bottom;
	margin-top: 20px;
}
a{
	text-decoration:none;
	color:#5e5e5e;
	cursor:default;
}

.container{
	width: 590px;
	height: 430px;
	position:relative;
	background: #dedede;
	top:10px;
	left:0px;
	margin: 0 auto;
/* 	border:5px solid #d9d9d9;
	padding:5px; */
}
.inner-container{
   width:100%;
   height:100%;
/*    border:1px solid #000;	 */
}
.header{
	position:relative;
	width:99%;
	height:70px;
	border-bottom:3px solid #fff;
	padding-top:5px;
	padding-left:5px;
}
.header-table{
	width:99%;
	border-spacing:0px;
}
.exercise{
	width:270px;
	height:20px;
	padding:2px;
	font-size:12px;
	display:inline;
}
input[type='text'].exercise{
	opacity:0;
	height:15px;
}
#feedmeBtn{
	position:absolute;
	top:55px;
}
.btn{
	background:#d2d2d2;
	width:auto;
	min-width:50px;
	height:auto;
	font-size:10px;
	font-weight:800;
	color:#5e5e5e;
	/* padding:2px; */
	/* outline:2px solid #808080; */
	 margin-top:5px; 
}
.legendBtn{
	background:#d2d2d2;
	width:20px;	
	height:15px;
	font-size:10px;
	font-weight:800;
	color:#5e5e5e;
	border:1px solid #808080;
	margin-top:0px;
	margin-left:0px;
	padding-bottom:0px;
}
.resBtn{
	background:#d2d2d2;
	width:93px;	
	height:16px;
	font-size:10px;
	font-weight:800;
	color:#5e5e5e;
	border:1px solid #808080;
	margin-top:-30px;
	margin-left:5px;
	padding-bottom:0px;
}
#resultSelect{
	display:none;
	margin-top:10px;
}

.btnText{
	position:relative;
	top:-4px;
	left:5px;
	font-size:11px;
}

.controlbtn{
	background:#d2d2d2;
	width:27px;
	height:23px;
	font-size:10px;
	font-weight:bold;
	color:#5e5e5e;
/* 	padding:2px;
	outline:2px solid #808080;
	background-repeat:no-repeat;
	background-position-x: 45%;
    background-position-y: 53%; */
}
.control-bar{
	border:0px solid #000;
	width:230px;
	height:30px;
	position:absolute;
	text-align:left;
}
.btnDiv{
	position:relative;
	display:inline-block;
	width:30px;
	height:auto;
	border:0px solid #000;
	margin-left:5px;
}
.bookDiv{
	position:absolute;
	border:0px solid #000;
	left:280px;
	top:22px;
}

.funBtn{
	position:absolute;
	border:0px solid #000;
	left:335px;
	top:20px;
}
.funBtn  td{
	padding-right:2px;
}
.box { 
  /* border-style:groove; */
  border:1px solid #9a9a9a;
}


.legends{
	font-size:10px;
	cursor:default;
}
.workarea{
	height:300px;
	width:465px;
	position:relative;
/* 	border:1px solid #000; */
	overflow:hidden;
	/* font-size:12px; */
	background-color:#fff;
}

.reportarea{
	position:relative;
	width:auto;
	height:auto;
	color:#f00;
	border:0px solid #000;
	margin-top:2px;
	font-size:12px;
	line-height:13px;
}

.formulaText{
	position:relative;
	width:auto;
	height:auto;
	color:#f00;
	border:0px solid #000;
	margin-top:10px;
	font-size:12px;
}

.tblWA{
	float:left;
	background-color:#fff;
}
/* table#tblWA1 td.th{
	width:15px;
	text-align:center;
} */
.clsT{
	padding-right:2px;
}
#tblWA1 td,#tblWA2 td{
	padding: 2px 1px;
    text-align: center;
    border-right: solid 1px #6d6d6d;
    border-left: solid 1px #bbb;
    border-bottom: solid 1px #6d6d6d;
    /*border-top: solid 1px #bbb;*/
	height:12px;	
}

.corCls{
	color:#00ff00;
}
.wngCls{
	color:#ff0000;
}
#Legendblocker{
	position:absolute;
	width:111px;
	height:336px;
	background:#1d1d1d;
	top:93px;
	left:2px;
	opacity:0;
	display:none;
}
.showall{
	color:#808080;
}
.showallBlur{
	color:#808080;
	opacity:0;
}

#animType{
	position:absolute;
	left:125px;
	top:50px;
	display:none;
}