

.ScopeFriendlyLabel
{
	font: 12px Arial;	
	font-style: italic;
	color:  #CE7929;
}



.MultiSelectLinkButton
{
		font: 12px Arial;	
	font-weight: bold;
	color:  #CE7929;
}



.HelpImage
{
 width: 20px;
 height: 20px;
 padding-right: 3px;
 cursor: help;
 vertical-align: middle;

}

.HelpPanel
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #EB9D00;
	background-color: #ececec;
	cursor: help;
}

.HelpLabel
{
	font-family: 'AvenirNext LT Pro';
	font-size: 12px;
	
}

.RequiredStar
{
	color: #CE7929;
	font-family: 'AvenirNext LT Pro';
	font-size: 18px;
	font-weight: bold;
}

.FormPanels
{
	
	background-color: #c6d2bf;
	width: 780px;

	padding-left: 1px;
	padding-right: 1px;
	
	
}

.InnerFormPanels
{
	background-color: White;
	width: 780px;
	padding-top: -1px;
	padding-bottom: -1px;
}

.PanelCell
{
	padding: 10px 0px 5px 0px;
	text-align: left;
}

.PanelHeader
{
	font-family:'AvenirNext LT Pro';
	color: #EB9D00;
	font-size: 15px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	text-align:left;

}

.PanelHeaderLabel
{
		font-family:'AvenirNext LT Pro';
	color: #EB9D00;
	font-size: 15px;
		font-weight: bold;
}

.MainContent
{
	padding-left:120px;
	padding-right:120px;
}


