/* CSS Document */
body
{
	background-color: #edeeed;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
}

a img
{
	border: 0px;
}

a:link
{
	color: #006600;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

a:visited
{
	color: #006600;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-decoration: none;
}

a:hover
{
	color: #006600;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-decoration: underline;
}

a:active
{
	color: #006600;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	text-decoration: none;
}
.subheading
{
	background-color: #FFFFFF;
	color: #5C5C5C;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
}

.gridheader
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #006600;
}

.footer
{
	font-family: Verdana, Arial, Tahoma;
	color: #9b9a9a;
	text-align: center;
	font-weight: bold;
}

.footer a:link
{
	font-family: Verdana, Arial, Tahoma;
	color: #9b9a9a;
}

.footer a:visited
{
	font-family: Verdana, Arial, Tahoma;
	color: #9b9a9a;
}

.normalText
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	color: #666666;
}

.inputText
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: normal;
	color: #000;
}

.outputText
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	color: #333333;
}

.normalTextLink
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11pt;
}

.errorText
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: red;
}

.alertText
{
	color: #d00808;
	font-weight: normal;
	font-size: 10pt;
}

.instructionPanel
{
	padding-left: 10px;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

.csshyperlink
{
	font-family: Verdana, Arial, Tahoma;
	border: outset 2px #D4A77A;
	background-color: #FFFFFF;
	color: #555555;
	cursor: hand;
	display: inline-block;
	padding: 1px 10px 2px 10px;
	text-decoration: none;
}

.csshyperlink:link
{
	font-family: Verdana, Arial, Tahoma;
	color: #555555;
}

.csshyperlink:visited
{
	font-family: Verdana, Arial, Tahoma;
	color: #555555;
}

.csshyperlink:hover
{
	font-family: Verdana, Arial, Tahoma;
	border: inset;
	background-color: #ffffff;
}

.tableFrame
{
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

input.radioButton
{
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin-top: 8px;
}

input.textField
{
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 2px 0px 2px;
	margin: 5px 0px 15px 0px;
}

.highlightOn
{
	color: White;
	background-color: #3D650C;
	cursor: pointer;
}

.leftNav
{
	background-color: #edeeed;
	width: 210px;
	vertical-align: top;
}

.asEnteredText
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-style: italic;
	font-variant: small-caps;
}

.instructionList
{
	margin: 0;
	padding: 0px 0px 10px 25px;
}

.intakeHeader
{
	color: #5C5C5C;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: #edeeed;
}

.HeaderStyle
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.HeaderStyle a, .HeaderStyle a:visited
{
	color: #5C5C5C;
}

.FooterStyle
{
	background-color: Gray;
	color: White;
	text-align: right;
}

.AlternatingRowStyle
{
	background-color: #edeeed;
	text-align: left;
	vertical-align: top;
	border-style: none;
}

.RowStyle
{
	background-color: White;
}

.SelectedRowStyle
{
	background-color: Yellow;
}

.PagerRowStyle
{
	background-color: Gray;
	color: White;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.PagerRowStyle a, .PagerRowStyle a:visited
{
	color: #006600;
}

.PagerRowStyle a:hover
{
	color: White;
}

.GridviewControlStyle
{
	border-color: #dcd9b9;
	border-width: 1px;
	border-style: solid;
	color: #3a3a3a;
	background-color: White;
	width: 100%;
}
.updateProgress
{
	border: solid 1px #dcd9b9;
	background-color: #eeecdd;
	position: absolute;
	width: 225px;
	height: 40px;
	text-align: center;
	padding-top: 15px;
}
.updateProgressMessage
{
	font-family: Arial;
	font-size: 13px;
	font-weight: 500;
}