﻿#exercisecontrol .column-left
{
	width: 160px
}

#exercisecontrol .column-center
{
	width: 400px;
	height: 250px;
	padding: 25px;
	background-image: url(../Images/PageLeft.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#exercisecontrol .column-right
{
	padding: 5px;
	width: 175px;
	background-image: url(../Images/PageRight.jpg);
	background-repeat: no-repeat;
	color: #336699;
}
#exercisecontrol .column-right td
{
	padding-left: 10px;
}
#exercisecontrol .column-right input
{
	border: 0;
	color: #336699;
	font-size: 14pt;
	font-weight: bold;
	background-color: #DDDDDD;
}
.sampletext
{
	font-family: Tahoma;
	font-size: 20pt;
	font-weight: bold;

}
.todo
{
	width: 375px;
	color: #000000;
	border: 0;
	border-left: solid 2px #cccccc;
	padding: 2px;
	margin: 0px;
	text-decoration: underline;
}
.statistics-table td
{
	vertical-align: middle;
}
.active
{
	background-color: #336699;
	color: Yellow;
	border: solid Yellow 1px;
}
#keyboard_placeholder
{
	text-align: left;
}
#results
{
	padding:0 15px;
	float:left;
	width:400px;
}
#results fieldset
{
	width: 80px;
	height: 40px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	display: inline;
}
#results legend
{
	font-size:10pt;
	color: #336699;
}