BODY
{
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

A
{
	text-decoration: none;
}

.Head
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-variant: small-caps;
	background-color: DarkOrange;
}
.Head A:link { color: White; }
.Head A:visited { color: White; }
.Head A:hover   { color: White; }

.EditHead
{
	font-weight: bold;
	font-size: 10pt;
}

.EditSubHead
{
	font-size: 10pt;
}

.Tab
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	text-align: left;
}
.Tab A:link { color: Black; }
.Tab A:visited { color: Black; }
.Tab A:hover   { color: Black; }

.SelectedTab
{
	font-weight: bold;
	font-size: 8pt;
	color: Black;
	text-align: left;
}

.ModuleTitle
{
	font-weight: bold;
	font-size: 8pt;
	width: 450px;
	height: 16px;
	background-color: gainsboro;
}

.ModuleText
{
	font-size: 8pt;
	width: 452px;
	height: 64px;
}

.ModuleEditButton
{
	font-weight: bold;
	font-size: 8pt;
	height: 16px;
	background-color: gainsboro;
}

.SignInError
{
	font-weight: bold;
	font-size: 8pt;
}

.SignInLabel
{
	font-weight: bold;
	font-size: 8pt;
}

.SignInTextBox
{
	width: 50pt;
	height: 12pt;
	font-weight: bold;
	font-size: 8pt;
}

.SignInButton
{
	font-weight: bold;
	font-size: 8pt;
}

.Greeting
{
	font-weight: bold;
	font-size: 8pt;
}

.SignOutButton
{
	font-size: 8pt;
	border-style: groove;
}

.NormalTextBox
{
	font-size: 8pt;
}

.ClickToSortText
{
	font-weight: bold;
	font-size: 9pt;
	color: royalblue;
}

.CommandButton
{
	font-size: 8pt;
	background-color: gainsboro;
	font-weight: bold;
	width: 50pt;
	height: 18pt;
	text-align: center;
	vertical-align: center;
	border-style: groove;
}

.EventHeaderRow
{
	background-color: #f0f8ff;
}

.AlternatingEventHeaderRow
{
	background-color: #f0f8ff;
}

.EventRow
{
	background-color: #ffffff;
}

.AlternatingEventRow
{
	background-color: #ffffff;
}

.FieldLabel
{
	font-size: 8pt;
	font-weight: bold;
}

.ErrorMessage
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}

.TabDefaultStyle
{
	background-color:#feff87;
	height:25;
}

.TabSelectedStyle
{
	background-color:#ff8c00;
}