﻿body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}
body 
{
	background-color: #f0f0f0;
	font-family: Arial;
}
a:link, a:visited
{
	color: #006600;
}
.GoodResult
{
	color:Green;
	font-weight:bold;
}
.BadResult
{
	color:Red;
	font-weight:bold;
}
.Button{
   font-weight:bold;
	background-color: #F3740B;
	border: 1px #0000ff outset;
	padding: 1px 4px;
	color: white;
	text-decoration: none;
	font: bold 90% arial, Verdana, Helvetica, sans-serif;
}
.Button:hover{
	border-style: inset;
	background-color: ##3740B;
	padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
	cursor: pointer;
	color: white;
}
.BasicButton
{
	border-style: outset;
	background-color: #CCCCCC;
	font-size:x-large;
	vertical-align:middle;
	width: 60px;
	height: 40px;
}
.BasicSelected
{
	border-style: inset;
	background-color: black;
	color: white;
	font-size:x-large;
	vertical-align:middle;
	width: 60px;
	height: 40px;
}
.KeyButton
{
	border-style: outset;
	background-color: #CCCCCC;
	font-size:x-large;
	vertical-align:middle;
	width: 40px;
	height: 40px;
}
.KeySelected
{
	border-style: inset;
	background-color: black;
	color: white;
	font-size:x-large;
	vertical-align:middle;
	width: 40px;
	height: 40px;
}
.Title
{
	font-size: large;
}
.Answer
{
	font-size: medium;
}
.Logo
{
	width: 0px;
	height: 0px;
}
.Background
{
}
.Panel
{
	background-color:White;
	padding-left: 5px;
	padding-right: 5px;
}
.Section
{
}
.Choice
{
	border-style: outset;
	background-color: #CCCCCC;
	font-size: large;
	width: 40px;
	height: 30px;
}
.Selected
{
	border-style: inset;
	font-size: large;
	background-color: black;
	color: white;
	width: 40px;
	height: 30px;
}
td.topleft
{
	background-image: url('/images/top_left.gif');
	background-repeat:no-repeat;
	width: 22px;	
	height: 19px;
}
td.top
{
	background-image: url('/images/bullet.gif');
	background-repeat: repeat-x;
	background-color: White;
	height:  5px;
	width: auto;
}
td.topright
{
	background-image: url('/images/top_right.gif');
	background-repeat:no-repeat;
	width: 22px;	
	height: 19px;	
}
td.left
{
	background-image: url('/images/bullet.gif');
	background-repeat: repeat-y;
	background-color: White;
	width: 5px;
}
td.right
{	background-image: url('/images/bullet.gif');
	background-repeat: repeat-y;
	background-color: White;
	width: 5px;
}
td.bottomleft
{
	background-image: url('/images/bottom_left.gif');
	background-repeat:no-repeat;
	width: 22px;	
	height: 19px;
}
td.bottom
{
	background-image: url('/images/bullet.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: White;
	height:  19px;
	width: auto;
}
td.bottomright
{
	background-image: url('/images/bottom_right.gif');
	background-repeat:no-repeat;
	width: 22px;	
	height: 19px;	
}
.ResultHeadings
{
	color: Black;
	font-weight: bold;
	border-bottom: solid 1px white;
}
.ResultGraph
{
	padding: 0px 0px 0px 0px;
	background-color: Blue;
}
