﻿body 
{
	margin: 0;
	font-family: Verdana;
	font-size: x-small;
	color: Black;
}

.FloatRight
{
	float: right;
}

.FloatLeft
{
	float: right;
}

.StandardTextHighlight
{
  color : #1A76B7;
  font-weight: bold;
}

.ArticleTitle
{
  color : #1A76B7;
  font-weight: bold;
  font-size: small;
}

A.StandardLink
{
  color : #1A76B7;
  text-decoration: none;
  font-weight: bold;
}

A:Visited.StandardLink
{
  color : #1A76B7;
  font-weight: bold;
}

A:Hover.StandardLink
{
  text-decoration: underline;
}

A.SummaryBoxLink
{
  color : #1A76B7;
  text-decoration: none;
}

A:Visited.SummaryBoxLink
{
  color : #1A76B7;
}

A:Hover.SummaryBoxLink
{
  text-decoration: underline;
}

.errorMsg
{
	color: Red;
}

.GroupHeading
{
  font-family : inherit;
  border-bottom: #92B0DD 1px solid;
  border-left : #92B0DD 1px solid;
  border-right : #92B0DD 1px solid;
  font-weight: bold;
  font-size: x-small;
  color: #1A76B7;
  background-color : #E2EAF8;
 
  /*filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#E2EAF8', endColorStr='#FFFFFF', gradientType='1');*/
}

.ApplicationTitle
{
	font-size: 28px;
	color: #1A76B7;
	font-family: inherit;
}

.toolbar
{
	font-family: inherit;
	background-color: #1A76B7;
	color: White;
	font-size: small;	
}

.toolbarTopLevelAdmin
{
	font-family: inherit;
	background-color: #1A76B7;
	color: White;
	font-size: small;
}

.toolbarTopLevel
{
	font-family: inherit;
	background-color: #1A76B7;
	color: White;
	font-size: small;
	border-right: #696969 1px solid;
}

.toolbarHover
{
	font-family: inherit;
	background-color: #92B0DD;
	color: Black;
	font-size: small;
}

TABLE.Summary
{
	border-right: #92B0DD 1px solid;
	border-top: #92B0DD 1px solid;
	border-left: #92B0DD 1px solid;
	border-bottom: #92B0DD 1px solid;
}

TABLE.Summary TH
{
	border-bottom: #92B0DD 1px solid;
	background-color: #E2EAF8;
	text-align: left;
	color: #1A76B7;
}

TABLE.BoxLinks
{
	border-right: #b22222 1px solid;
	border-top: #b22222 1px solid;
	border-left: #b22222 1px solid;
	border-bottom: #b22222 1px solid;
}

TABLE.BoxLinks TH
{
  background-color:#b22222;
  color: White;
}

A.OnlineRegistrationLink
{
	color: Red;
	font-weight: bold;
	text-decoration: none;
}

A:Hover.OnlineRegistrationLink
{
	color: Red;
	text-decoration: underline;
}

A:Visited.OnlineRegistrationLink
{
	color: Red;
}