body{
	font-size:13px;
	font-family:'Arial';
	background-image:url('../images/frame.gif');
	background-repeat:no-repeat;
	width:610px;
	height:450px;	
	cursor:default;
}

a{
	text-decoration:none;
	color:#5e5e5e;
	cursor:default;
}

.container{
	width: 590px;
	height: 430px;
	position:relative;
	background: #dedede;
	top:2px;
	left:2px;
/* 	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:220px;
	height:22px;
	padding:2px;
	font-size:12px;
	display:inline;
}
.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;
}


.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:10px;
}
.bookDiv{
	position:absolute;
	border:0px solid #000;
	left:240px;
	top:22px;
}

.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:auto;
}

.reportarea{
	position:relative;
	width:auto;
	height:15px;
	color:#f00;
	border:0px solid #000;
	margin-top:8px;
	font-size:12px;
}

.formulaText{
	position:relative;
	width:auto;
	height:auto;
	color:#f00;
	border:0px solid #000;
	margin-top:4px;
	font-size:12px;
}

input[type='text']{
	width:132px;
	font-weight:bold;
}

.inputTxt::-ms-clear {
     display: none; 
}

input[type='radio']{
	cursor:default;
}


select{
	width:150px;
	height:22px;
}

#Legendblocker{
	position:absolute;
	width:111px;
	height:336px;
	background:#1d1d1d;
	top:93px;
	left:2px;
	opacity:0;
	display:none;
}

select option:checked:after {
   
    background: #666;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    border: none;
}