body{
	background: url(images/scantron_side.jpg) top left no-repeat;
	font-family: Georgia, serif;
}

img{
		float: left;
		
}

a img{
	border:none;
}

img.deskIcon{
	display:inline;

}

div.float{

	float: left;
	}
		
.choice {
		vertical-align: bottom;
	}

#formy{
	position:absolute;
	top: 225px;
	left: 250px;
	font-size: 18px;
}

select{
	font-family: Georgia, serif;
	font-size: 18px;
}

select.catenter{
	font-family: Georgia, serif;
	font-size: 14px;
}

option.white{
	background: #fff;
	padding-bottom: 2px;
	font-size: 18px;
}

option.shaded{
	background: #dfdfdf;
	padding-bottom: 2px;
	font-size: 18px;
}

u.register{
	font: normal 26px Georgia, serif;
	_font: normal 24px Georgia, serif;
	color:#16877e; 
}

strong{
	font: italic 18px Georgia, serif;
	_font: italic 16px Georgia, serif;
	color:#16877e; 
}

strong.chart_strong{
	font: bold 13px Georgia, serif;
	_font: bold 12px Georgia, serif;
	color:#16877e; 
}

.inputtext, .monthenter {
	font: normal 24px Georgia, serif;
	_font: normal 22px Georgia, serif;
	color: #333; 
	margin: 0px 0px 0px 0px; 
	border-width:2px; 
	border-color:#16877e; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
	vertical-align:top;
	text-align:top;
}

.submitting {
	font: normal 24px Georgia, serif;
	_font: normal 22px Georgia, serif;
	color: #333; 
	margin: 0px 0px 0px 0px; 
	border-width:2px; 
	border-color:#8baba8; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
	vertical-align:top;
	text-align:top;
}

.submit_chart {
	font: normal 16px Georgia, serif;
	_font: normal 15px Georgia, serif;
	color: #fafafa; 
	margin: 0px 0px 0px 0px; 
	background: #16877e;
	text-align:top;
}

#timerlabel{
	color:#16877e;
	font-size: 12px;
	line-height: 12px;
	width: 30px;
	display:inline;
	}
	
br {
	line-height: 12px;
	padding:0px;
	margin:0px;
	}

#test_header{
	position:absolute;
	top: 25px;
	left: 65px;
}

.topTD {
	border-top: 1px solid #54aba2;
	font: normal 16px Helvetica, sans-serif;
	color: #333;
}


.midTD {
	border-top: 1px solid #54aba2;
	border-right: 1px solid #54aba2;
	font: normal 16px Helvetica, sans-serif;
	color: #333;
}

.botTD {
	border-top: 1px solid #54aba2;
	border-bottom: 1px solid #54aba2;
	font: normal 16px Helvetica, sans-serif;
	color: #333;
}

p.chart_p{
	font-size: 13px;
	padding: 3px;
	margin: 0px;
	
}

#question{
	font-size:14px;
	color: #222;
	display:block;
}

#question_container{
	position:absolute;
	top: 210px;
	left: 60px;
	width: 495px;
	font-size:14px;
	color: #222;
}

#timer{
	position:absolute;
	top: 150px;
	left: 280px;
	border-top: 1px solid #16877e;
	border-bottom: 1px solid #16877e;
	padding: 3px 5px 3px 5px;
	color:#222;
}

#answer_feedback{
	position:absolute;
	top: 200px;
	left: 280px;
	font-size: 20px;
	font-style:italic;
	padding-left: 5px;
}

#users_online_wrapper{
	font-size: 13px;
	visibility:hidden;
	display:block;
	float:left;
	padding: 10px;
}

#users_online{
	position:relative;
}

#rightContent{
	position:absolute;
	top: 0px;
	left: 570px;
	width: 2000px;
	height: 1500px;
	background: #f1f1f1;
	border-left: 1px solid #16877e;
}

#charts{
	width: 500px;
	height: 300px;
}

#graph_control{

}

#charts_container{
	position:absolute;
	top: 340px;
	left: -1000px;
	width: 500px;
	height: 600px;
}

#chart_headline{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px; 5px;
	color: #16877e;
}


#video {
	position:relative;
	top: 15px;
	left: 20px;
	width: 420px;
}

#invisiblequestion{
	position:absolute;
	top: -700px;
	left: -375px;

}

#hiddensecond{
	position:absolute;
	top: -700px;
	left: -275px;

}

#hiddenstate{
	position:absolute;
	top: 580px;
	left: 10px;
	font-size: 9px;

}

#liveview{
	font-size: 11px;
	font-family: Helvetica, sans-serif;
	color: #16877e;
	padding:0px;
	margin: 0px 0px 4px 0px;
}

#whiteloader{
	font-family: Georgia, serif;
	color: #888;
	font-size: 18px;
	text-align: center;
	padding-top: 75px;
	background-image: url(images/onwhite_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#offwhiteloader{
	font-family: Georgia, serif;
	color: #888;
	font-size: 18px;
	text-align: center;
	padding-top: 75px;
	background-image: url(images/offwhite_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}

#ask_user_continue {
	position: absolute;
	top: 100px;
	left: 150px;
	padding: 35px;
	visibility: hidden;
	z-index:3;
	text-align: center;
	border: 2px solid #16877e;
	background: #fafafa;
}

p.ask_grade a:link{ text-decoration:underline; color: #16877e; }
p.ask_grade a:visited{ text-decoration:underline; color: #16877e; }
p.ask_grade a:hover{ text-decoration:none; color: #666;}
p.ask_grade a:active{ text-decoration:none; color: #666;}

#darken_bg{
	width: 1400px;
	height: 1500px;
	z-index: 2;
	visibility: hidden;
    position:absolute;
    top:0px;
    left:0px;
	background-color: #fafafa;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}