body
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

.DetailsTable
{
	background-color: #CDE6F4;
}


.DetailsTable .Cell
{
	border: 0;
}


.Cell
{
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px; 
	padding-bottom: 3px;
}
.LabelCell
{
	background-color: #CDE6F4;
	/*border: 1px solid #999999;*/
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	position: relative;
	top: -2px;
}
.requiredFieldLabelCell
{
	background-color: #CDE6F4;
	color: #005382;
	/*border: 1px solid #999999;*/
}
.requiredFieldLabelText
{
	font-size: 10pt;
}
.requiredFieldErrorLabelCell
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #8CC5E6;
	border: 1px solid #999999;
}
.requiredFieldErrorLabelText
{
	font-size: 10pt;
	color: #FF0000;
}
.validationErrorLabelCell
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #8CC5E6;
	border: 1px solid #999999;
}
.validationErrorLabelText
{
	font-size: 10pt;
	color: #FF0000;
}
.highlightRow
{
	background-color: #EFEFEF;
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px; 
	padding-bottom: 3px
}
.JBHeader
{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -3px;
}
.PrintBig
{
	font-size: 12pt;
	font-weight: bold;
}
.PrintMedium
{
	font-size: 10pt;
	font-weight: bold;
}
.PrintSmall, .PrintVerySmall, .LinkSmall, select
{
	font-size: 10pt;
	font-weight: normal;
}
.PrintSmallBold
{
	font-size: 10pt;
	font-weight: bold;
	line-height: 16px;
}
/*.LabelCell .PrintSmall,*/ .LabelCell .LinkSmall  
{
	font-size: 10pt;
	font-weight: bold;
}
.ResumePasteInstructions
{
	font-size: 8pt;
	font-weight: normal;
	color: #555555;
	padding: 3px;
}
.ButtonClassNavigation
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassDataModification
{	
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassTools
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.ButtonClassFormReset
{
	color:#000000;
	font-family: Arial, Sans-Serif;
	font-size:10pt;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;	
	cursor: hand;
}
.CustomTextBox, .CustomTextbox, .CustomTextBox_0, .CustomTextbox_0
{
	border: 1px solid #999999;
	height: 22px;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}
.CustomTextArea, .CustomTextarea, .CustomTextArea_0, .CustomTextarea_0
{
	border: 1px solid #999999;
	width: 350px;
	height: 150px;
	vertical-align: top;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
}

/** Style for Logout Header **/
.CustomLogoutHeader
{
	color: #000000;
	padding: 4px 6px 4px 6px;
	margin-bottom: 8px;
	width: 525px;
	background: #FFFFA6;
	border-bottom: #D1D342 1px solid;
	border-left: #E6E874 1px solid;
	border-right: #D1D342 1px solid;
	border-top: #E6E874 1px solid;
}
.CustomLogoutBig
{
	color: #000000;
	font: bold 14px Arial, Sans-Serif;
	vertical-align: baseline;
}
.CustomLogoutSmall
{
	color: #000000;
	font: normal 12px Arial, Sans-Serif;
	vertical-align: baseline;
}
a.CustomLogoutLink, a.CustomLogoutLink:visited
{
	color: #0000ff;
	font: bold 12px Arial, Sans-Serif;
}
a.CustomLogoutLink:active,
a.CustomLogoutLink:hover
{
 color: #000;
 font: bold 12px Arial,Verdana,sans-serif;
} 
/** End Logout Header Styles **/


.TopNavLinks 
{
	font-size:10px;padding-right:10px;margin-top:1px;
}


#DataCell_Req_Code .PrintSmall
{
	color: #FF0000;
	font-weight: bold;
}

