﻿body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4D3348;
	margin: 0;
}
.errorMsg
{
	color: Red;
	padding: 5px;
	font-weight: bold;
}
.warning
{
	color: Red;
	font-weight: bold;
	padding: 5px;
	border: solid 1px black;
	background-color: Silver;
}

/*masterpage*/
.bodyTable
{
	width: 880px;
	border: none;
	padding: 0px;
	margin: 0px auto 0px auto;
}
.bodyTable td
{
	background-color: transparent;
}
.bodyTableContent
{
	background-color: #FFFFFF !Important;
}

legend {font-weight: bold;}
fieldset table {background-color: #FFFFFF}
.bold {font-weight: bold; }
.boldmaroon {font-weight: bold; color: #993333;}
.navlink {
	font-size: 12pt;
	font-weight: bold;
}
a  {
	color: blue;
}
span.navlink {
	color: gray;
}
.divnavlinks {
	margin: 20px;
	text-align: center;
}
.lessontable {
	background-color: #EEEEEE;
	border: 4px outset #0066FF;
}
.lessontable td {
	padding: 10px;
}
.quiztable td {
	border: 1px solid #DDDDDD;
}

#LevelLinkListIntro
{
	width: 740px;
	border-collapse: collapse;
	margin: 0px 0px 0px 15px;
	border: none;
}
#LevelLinkList
{
	width: 740px;
	border-collapse: collapse;
	margin: 0px 0px 0px 15px;
	border: none;
}

/*Student/Coaches landing page*/
.pageView
{
	border: solid 1px #808c95;
	margin-top: -1px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.noborder
{
	border: none !Important;
}
.tblMyInfo
{
}
.tblMyInfo td
{
	padding: 5px;
}

/*Review Student Page*/
.studentAnswers
{
	width:690px;
	border: solid 1px #808c95;
	border-collapse:collapse;
}
.studentAnswers td
{
	padding: 5px;
	border: solid 1px #808c95;
}

/*Student Level.aspx*/
.studentLevelLessonTable
{
	margin: 0 auto;
	width: 690px;
}
.studentLevelLessonQuestionTD
{
	background-image: url(/images/table_mid.jpg); 
	background-repeat: repeat-y; 
	margin: 0 auto;
}
.studentLevelLessonQuestionTDQuiz
{
	 width: 690;
	 margin: 0 auto;
	 background-color:Transparent;
}

/*radeditor*/
.reDropDownBody td
{
    background-color: Transparent !Important;
}

