body
{
	/* font-size: 0.85em; */
	font-size: 10pt;	/* medium; */
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color: White;
	color: Black;
	left: 0px;
	top: 0px;
	margin: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%
}

.ErrorMsg
{
	font-weight: bold;
	font-size: 11pt;
	color: Red;
}

.SideBar
{
	background-color: #efefef;
	height: 100%;
	width: 61px;
}

.SideBarBar
{
	background-image: 'Black2x2.gif';
	height: 100%;
}

.Banner
{
	background-color: White;	/*  #000099; */
	font-size: 18pt;
	font-weight: bold;
	color: #3399FE;				/*  White; */
}

.Footer
{
	background-color: #3399FE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.Normal 
{
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: Red;
}

.Content
{
	width: 100%;
}

.Normal 
{
}

.NormalBold
{
	font-weight: bold;
}

.NormalRed
{
	color: Red;
}

.PageTitle
{
	background-color: Transparent;
	font-size: 16pt;
	font-weight: bold;
	color: Black;
}

.PageSubTitle
{
	background-color: Transparent;
	font-size: 12pt;
	font-weight: bold;
	color: Black;
}

.InputTable
{
}

.InputLabels
{
	background-color: #3399FE;
	color: White;
	font-weight: bold;
}

/* Grid View */

.GridHeader
{
	background-color: #3399FE;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}

.GridOddRows
{
	background-color: White;
	font-weight: normal;
}
	
.GridEvenRows
{
	background-color: #D8BFD8;
	font-weight: normal;
}

/* Main Menu */
.LoggedIn
{
	color: White;  /* #000099; */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.Login
{
	color: #FFFFFF;
	background-color: #3399FE;
	border-left: solid 3px #000066;
	border-top: solid 3px #000066;
	border-bottom: solid 3px #000000;
	border-right: solid 3px #000000;
}

.EmailsIn
{
	color: #000066;  /* #CCCC99; */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}

.CourseMenu
{
	background-color: #3399FE;
}

.CourseMenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000066;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #000066 0px solid; 
	border-bottom: #000066 0px solid; 
	border-top: #000066 0px solid; 
	border-right: #000066 0px solid;
	padding-right: 6px;
	background-color: #3399FE;
	height:15;
}

.CourseMenuItemSel 
{
	cursor: pointer; 
	cursor: hand; 
	color: #99CCFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #000066;
}

.CourseMenuItemHover 
{
	cursor: pointer; 
	cursor: hand; 
	color: #99CCFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #3399FE;
}

.MainMenu
{
	background-color: #3399FE;
}

.MainMenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: White;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #99CCFF 0px solid; 
	border-bottom: #99CCFF 0px solid; 
	border-top: #99CCFF 0px solid; 
	border-right: #99CCFF 0px solid;
	background-color: #3399FE;
	height:15;
}

.MainMenuItemSel 
{
	cursor: pointer; 
	cursor: hand; 
	color: #99CCFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #3399FE;
}

.MainMenuItemHover
{
	cursor: pointer; 
	cursor: hand; 
	color: #99CCFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #3399FE;
}

A.Footer
{
	cursor: pointer; 
	cursor: hand; 
	color: White;
	font-weight: bold;
}

A.Footer:hover
{
	font-weight: bold;
	color: #99CCFF;
}

/* 
A.Footer:visited { font-weight: bold; color: White; }
A.Footer:active  { font-weight: bold; color: White; } 
*/

A.Footer:link
{
	font-weight: bold;
	color: White;
}

table.center 
{
	margin-left: auto;
	margin-right: auto;
}

.NormalRow
{
    background-color: white;
    cursor: pointer;
}
.HighlightRow
{
    background-color: Cornsilk;
    cursor: pointer;
}
