body
{

}

.FormPageInstructions
{
	font-size: 10pt;
	padding-bottom: 0pt;
	margin: 0pt;
	color: darkblue;
	padding-top: 1pt;
	font-family: Arial;
	background-color: lightblue;
	text-align: left;
	text-decoration: none;
}

.StandardTable
{
	border-right: white thin solid;
	table-layout: auto;
	padding-right: 0pt;
	padding-left: 0pt;
	font-size: 10pt;
	padding-bottom: 0pt;
	margin: 0pt;
	border-top-style: none;
	padding-top: 0pt;
	font-family: Arial;
	border-left-style: none;
	border-collapse: separate;
	text-decoration: none;
	border-bottom-style: none;
}

.ScheduleTableViewer
{
	table-layout: fixed;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	background-color: #445544;
	text-align: left;
	border-bottom-style: none;
}

.ScheduleViewHeader
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: white;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: darkblue;
	text-align: center;
	border-bottom-style: none;
}

.StandardTableHeading
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: white;
	border-top-style: none;
	padding-top: 0px;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #990099;
	text-decoration: none;
	border-bottom: black thin solid;
}
.ScheduleViewerRow
{
	border-right: black thick;
	table-layout: fixed;
	padding-right: 0px;
	border-top: black thick;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black thick;
	color: white;
	padding-top: 0px;
	border-bottom: black thin groove;
	font-family: Arial;
	border-collapse: collapse;
	background-color: darkblue;
	text-decoration: none;
}
.ScheduleViewerCell
{
	border-right: black thin;
	table-layout: fixed;
	padding-right: 0px;
	border-top: black thin;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black thin;
	padding-top: 0px;
	border-bottom: black thin solid;
	font-family: Arial;
	text-decoration: none;
}
.FormHeading
{
	font-weight: bold;
	font-size: 16pt;
	color: white;
	background-color: DarkBlue;
	text-align: center;
}
.FormFootnote
{
	font-size: 10pt;
	color: royalblue;
	text-align: left;
}

.FormLabel
{
	font-weight: bold;
	font-size: 12pt;
	color: DarkBlue;
}

.FormLabelSectionHeading
{
	font-weight: bold;
	font-size: 14pt;
	color: Brown;
}

.FormLargeLabel
{
	font-weight: bold;
	font-size: 14pt;
	color: DarkBlue;
}

.FormSmallLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: DarkBlue;
}

.FormCheckbox
{
	font-weight: bold;
	font-size: 12pt;
	color: DarkBlue;
}

.FormSmallCheckBox
{
	font-weight: bold;
	font-size: 10pt;
	color: DarkBlue;
}

.FormTextBox
{
	font-weight: bold;
	font-size: 12pt;
	color: DarkBlue;
	background-color: antiquewhite;
}

.FormSmallTextBox
{
	font-weight: bold;
	font-size: 10pt;
	color: DarkBlue;
	background-color: antiquewhite;
}

.FormReadOnlyTextBox
{
	font-weight: bold;
	font-size: 12pt;
	color: DarkBlue;
}

.FormErrorMessage
{
	font-weight: bold;
	font-size: 14pt;
	color: Red;
}

.FormButton
{
	border-right: deepskyblue thin ridge;
	border-top: deepskyblue thin ridge;
	font-weight: bold;
	font-size: 12pt;
	border-left: deepskyblue thin ridge;
	color: white;
	border-bottom: deepskyblue thin ridge;
	font-family: 'Microsoft Sans Serif';
	background-color: DarkBlue;
}


.FormButton[disabled]
{
	border-right: deepskyblue thin ridge;
	border-top: deepskyblue thin ridge;
	font-weight: bold;
	font-size: 12pt;
	border-left: deepskyblue thin ridge;
	color: white;
	border-bottom: deepskyblue thin ridge;
	font-family: 'Microsoft Sans Serif';
	background-color: Gray;
}



.FormSmallButton
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: 'Microsoft Sans Serif';
	background-color: DarkBlue;
}


.FormSmallButton[disabled]
{
	font-weight: bold;
	font-size: 10pt;
	color: White;
	font-family: 'Microsoft Sans Serif';
	background-color: Gray;
}

.FormLink
{
	font-weight: bold;
	font-size: 12pt;
	color: DarkBlue;
}

.FormSmallLink
{
	font-weight: bold;
	font-size: 10pt;
	color: DarkBlue;
}

.FormDropDown
{
	font-size: 10pt;
	color: darkblue;
	background-color: antiquewhite;
}

.FormSmallDropDown
{
	font-size: 10pt;
	color: darkblue;
	background-color: antiquewhite;
}

.FormListBox
{
	font-size: 10pt;
	color: darkblue;
}

.FormValidator
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
}	

.NavBarButton
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	background-color: darkblue;
}

.NavFormat
{
	font-weight: bold;
	font-size: 12pt;
	color: White;
	background-color: darkblue;
}

.AlternateRowsColor
{
	background-color: #99ccff;
}

.EditRowColor
{
	background-color: #22CCCC;
}

.FormHR
{
	border-right: #990099 thick solid;
	border-top: #990099 thick solid;
	border-left: #990099 thick solid;
	border-bottom: #990099 thick solid;
	background-color: darkblue
}

.ManagerHeaderHR
{
	color: darkblue;
}
