﻿

body
{
	background-image: url(Images/PageBackGround.jpg);
	background-repeat: repeat-x;
	background-color: #D6D6D6;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana;
	font-size: small;
	color: #1B3050;
	margin-top: 0;
	margin-right: 0;
}

A:link
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #284775;
	font-style: normal;
}

A:visited
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #284775;
}

A:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066FF;
	text-decoration: none;
}








/* page wrapper */

.ContentWrapper
{
	width: 810px;
	position: static;
	height: 500px;
	margin-left: 7px;
	margin-top: 4px;
	overflow: auto;
}

.MainTable
{
	width: 810px;
	border-width: 0px;
	background-color: #FFFFFF;
	border-right: navy 2px solid;
	border-top: navy 2px solid;
	margin-top: 3px;
	border-left: navy 2px solid;
	border-bottom: navy 2px solid;
}

.ExerciseTable
{
	width: 750px;
	table-layout: fixed;
	text-align: left;
}

.HeadingBar
{
	background-color: #E3EAEB;
	border-bottom: navy 2px solid;
}

/* home screen table specific */

.GroupHeading /* 1nd cell in the home screen table */
{
	font-weight: bold;
}

.ExerciseHeading /* 1nd cell in the home screen table */
{
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}

.LaunchExerciseCell /* 2nd cell in the home screen table */
{
	text-align: left;
	vertical-align: top;
}

.ResultsCell /* 3nd cell in the home screen table */
{
	text-align: left;
	vertical-align: top;
}

.HiddenDiv
{
	display: none;
}

/* General page controls */

.Button
{
	color: #284775;
	background-color: #E3EAEB;
	border-color: #666666;
	border-width: 1px;
	border-style: Solid;
	font-family: Verdana;
	font-size: 0.8em;
}

.Button:Hover
{
	background-color: #666666;
	color: #FFFFFF;
}

.TextBox
{
	color: #1B3050;
	background-color: #FFFBFF;
	border-color: #666666;
	border-width: 1px;
	border-style: Solid;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.8em;
}

.ListBox
{
	color: #1B3050;
	background-color: #FFFBFF;
	border-color: #666666;
	border-width: 1px;
	border-style: Solid;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.8em;
}

.DropDownList
{
	color: #1B3050;
	background-color: #FFFBFF;
	border-color: #666666;
	border-width: 1px;
	border-style: Solid;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.8em;
}

.CheckBox
{
	color: #1B3050;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.8em;
}
.RadioButton
{
	color: #1B3050;
	font-weight: bold;
	font-family: Verdana;
	font-size: 0.8em;
}
.Error
{
	color: Red;
	font-weight: bold;
}


