
.PopupBoldLabel {
	color: #2C506A;
	text-transform: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.PopupLabel {
	color: #2C506A;
	text-transform: none;
	font-family: Arial;
	font-size: 12px;
}

.PopupBackgroundColor{
	background-color:#F5F6F2;
}

.PopupCheckBox
{
	font-family: arial;
	font-size: 12px;
	color: #2C506A;
	text-decoration: none;
	padding-top: 1px
}

.PopupBoldCheckBox
{
	font-family: arial;
	font-size: 12px;
	color: #2C506A;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 1px
}

.PopupRadioControl
{
	font-family: arial;
	font-size: 12px;
	color: #2C506A;	
	text-decoration: none;
}
.PopupBoldRadioControl
{
	font-family: arial;
	font-size: 12px;
	color: #2C506A;
	text-decoration: none;
	font-weight: bold;
}

.PopupErrorLabel
{
	color: #FF0000;
}

.PopupRequiredTextLabel
{
	font-family: arial;
	font-size: 14px;
	color: #FE860C;
	font-weight: bold;
	text-decoration: none;
}


.PopupInfoStripBoldLabel
{
	font-family: arial;
	font-size: 12px;
	color: #ffffff;	
	font-weight:bold;	
	text-decoration: none;
}

.PopupSecondaryBackground
{
	/*background-color:#F5F6F2;*/
	background-color:#FFFFFF;
}

a.PopupLineLink:link {
	color: #2C506A;
 	text-decoration: underline;
	text-transform: none;
 	list-style-type: disc;
 	font-family: Arial;
	font-size: 12px;
}

a.PopupLineLink:visited {
	color: #2C506A;
	text-decoration: underline;
	text-transform: none;
	list-style-type: disc;
	font-family: Arial;
	font-size: 12px;
}

a.PopupLineLink:hover {
	color: #2C506A;
	text-decoration: underline;
	text-transform: none;
 	list-style-type: disc;
	font-family: Arial;
 	font-size: 12px;
}


a.PopupLineLink:active {
	color: #2C506A;
	text-decoration: underline;
	text-transform: none;
	list-style-type: disc;
	font-family: Arial;
	font-size: 12px;
}


.PopupBackground {
	background-color:#ffffff;
	background-image:none;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
