﻿.Disabled
{
	background-color: #f5f5f5;
}
.MessageLink
{
	color: Red;
}
.Error
{
	color: Red;
}
.Help
{
	color: Blue;
}
.Result
{
	color: Red;
}
INPUT.Form
{
	width: 200px;
}
INPUT.FormRequired
{
	background-color: #ffffc0;
	width: 200px;
}
INPUT.FormDisabled
{
	background-color: #f5f5f5;
	width: 200px;
}
SELECT.Form
{
}
SELECT.FormRequired
{
	background-color: #ffffc0;
}
SELECT.FormButton
{
}
SELECT.FormDisabled
{
	background-color: #f5f5f5;
}
TEXTAREA.Form
{
	width: 90%;
}
TEXTAREA.FormRequired
{
	background-color: #ffffc0;
	width: 90%;
}
TEXTAREA.FormDisabled
{
	background-color: #f5f5f5;
	width: 90%;
}
.FormHeader
{
	background-color: Black;
	color: White;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}
.FormHeader A
{
	color: White;
	text-decoration: underline;
}
.FormHeader A:hover
{
	color: White;
	text-decoration: none;
}
.FormTitle
{
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 2px;
	white-space: nowrap;
}
.FormValue
{
	background-color: White;
	padding: 2px;
}
#FormTable td:first-child
{
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 2px;
	white-space: nowrap;
}
#FormTable td:first-child + td
{
	background-color: White;
	padding: 2px;
}
#FormTable2 td:first-child
{
	background-color: #e6e6e6;
	font-weight: bold;
	padding: 2px;
	white-space: nowrap;
}
#FormTable2 td:first-child + td
{
	background-color: White;
	padding: 2px;
}
.ListItem
{
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	vertical-align: top;
}
.ListHeader
{
	background-color: Black;
	color: White;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	white-space: nowrap;
}
.ListHeader A
{
	color: White;
	text-decoration: underline;
}
.ListHeader A:hover
{
	color: White;
	text-decoration: none;
}
.ListTitle
{
	font-weight: bold;
	padding: 2px;
	white-space: nowrap;
}
.ListValue
{
	padding: 2px;
}
.Section_Panel
{
	margin-bottom: 8px;
	margin-top: 8px;
}
.Section_Panel_Bottom
{
	margin-bottom: 8px;
}
.Section_Panel_Large
{
	padding: 8px 8px 0 8px;
}
.Section_Panel_Small
{
	padding: 4px 8px 0 8px;
}
.Section_Panel_Small_No_Left
{
	padding: 4px 8px 0 0;
}
.Section_Panel_Small_No_Left_No_Right
{
	padding: 4px 0 0 0;
}
.Section_Panel_Large_Weak
{
	background-color: #e9eaeb;
	padding: 8px 8px 0 8px;
}
.Section_Panel_Small_Weak
{
	background-color: #e9eaeb;
	padding: 4px 8px 0 8px;
}
.Section_Panel_Weak_Shim
{
	background-color: #e9eaeb;
}