/* FORM FIELD STYLES */
.TextBox
{
	height: 20px;
	font-size: 12px;
}
.DropDownList
{
	/*height: 20px;*/
    font-family: Verdana, Sans-Serif;
	font-size: 11px;
}





.FormFieldLabel
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;

	padding-bottom: 2px;
}

.FormFieldHeader
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
    font-weight: bold;
	color: #632C8C;

	padding-bottom: 2px;
}
.FormFieldLabelError
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #FF0000;

	padding-bottom: 2px;
}

.FormFieldLabelDisable
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #B3B2B4;
	padding-bottom: 2px;
}

.TextDisplayText
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

	margin-top: 10px;
}

.RequiredHighlight
{
	padding: 1px;
	background-color: #632C8C;

	width: 0%;
}
.RequiredHighlightError
{
	padding: 1px;
	background-color: #FF0000;
	width: 0%;
}
.WholeFieldRequiredHighlight
{
	border: solid 2px #00AEEF;
	padding: 2px;
}
.NotRequired
{
	width: 0%;
}



.BottomBorder
{
	background-image: url(../../../../images/CreditOrders/horizontaldots.gif);
	height: 1px;
}
.BottomBorderContainer
{
	padding-bottom: 20px;
	padding-top: 14px;
}

.DBottomBorderContainer
{
	padding-bottom: 1px;
	padding-top: 1px;
}
.SeparatorBorder
{
	background-image: url(../../../../images/CreditOrders/verticaldots.gif);
}


.DataGridHeader
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E5DDEB;
}
/*.DataGridHeader A
{
	color: #FFFFFF;
	text-decoration: none;
}*/
.DataGridItem
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;

	background-color: #FFFFFF;
}
.DataGridItem A
{
	color: #000000;
	text-decoration: none;
}
.DataGridAlternatingItem
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;

	background-color: #F1F1F1;
}
.DataGridAlternatingItem A
{
	color: #000000;
	text-decoration: none;
}
.DataGridItemSelected
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;

	background-color: #999999;
	cursor: hand;
}
.DataGridItemSelected A
{
	color: #FFFFFF;
	text-decoration: none;
}
.DataGridItemOver
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;

	background-color: #FFE443;
	cursor: hand;
}
.DataGridItemOver A
{
	color: #000000;
	text-decoration: none;
}


.TextLink
{
	font-size: 11px;
	text-decoration: none;
}
.TextLink A:link
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #2E53AB;
}
.TextLink A:visited
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color:	#1C3267;
}
.TextLink A:active
{
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color:	#3D6EE2;
}
.TextLink A:hover
{
	font-size: 11px;
	text-decoration:	underline;
	font-weight: bold;
	color:	#A71D0D;
}