@charset "UTF-8";

body {
	margin: 0px;
	background-image:url(/assets/images/global/BackgroundMain.jpg);
	background-repeat:no-repeat;
	background-position:center 40px;
	color:#444;
}


.mainbody
{
	font-family: Arial, Helvetica, sans-serif;
	width:940px;
	margin:0 auto;
	font-size: 12px;
/*	letter-spacing:0.01em;*/
/*	line-height: 16px;*/
}

.mainbody img
{
	border:0px;
}

.mainbodyspecial
{
	font-family: Arial, Helvetica, sans-serif;
	width:898px;
	margin:0px auto 0px auto;
	/*font-size: 12px;*/
}

.mainbodyspecial a
{
	text-decoration:none;
}

.mainbodyspecial img
{
	border:0px;
}

/**********************************************************************************************************/

.bgeafooter {
	margin: auto auto 30px auto;
	/*width: 940px;*/
	width:100%;
	height:15px;
	display:table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 15px;
	text-align: right;
	color: #909090;
	letter-spacing:.2px;
}
/*.bgeafooter a
{
	color:#909090;
	text-decoration:underline;
}*/

.bgeafooter a:link {
	color: #909090;
	text-decoration: none;
}
.bgeafooter a:visited {
	color: #909090;
	text-decoration: none;
}
.bgeafooter a:hover {
	color: #666666;
	text-decoration: underline;
}
.bgeafooter a:active {
	color: #666666;
	text-decoration: underline;
}


/**********************************************************************************************************/

.BGEAForm td {
	background-image: url(/assets/images/section/FormBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.BGEAForm .formitemwrapper {
	background-image: url(/assets/images/section/FormBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	width:610px;
	display:table;
	padding:10px 0px;
	position:relative;
}

.BGEAForm .formtitle
{
	font-weight:bold;
	float:left;
	padding-left:25px;
	border:2px solid transparent;
	width:176px;
	text-align:right;
}

.BGEAForm .formelement
{
	float:left;
	padding-left:20px;
}


.BGEAForm td.alt {
	background-image: none;
}

.formerror
{
	color:#ff0000;
}

/**********************************************************************************************************/

.loginboxwrapper
{
	position:fixed;
	width:100%;
	height:100%;
	z-index:51100;
	text-align:left;
	left:0px;
	top:0px;
	visibility:visible;
	background-color:transparent;
}

.loginboxdiv
{
	position:fixed;
	top:40px;
	left:-325px;
	margin-left:50%;
/*	margin:0 auto;*/
	z-index:51200;
	background-color:#ffffff;
	border:1px solid #d7d8d8;
	display:table;
	width:650px;
/*	width:300px;*/
/*	display:table;*/
	font-family:Tahoma;
	font-size:12px;
/*	text-transform:uppercase;*/
	/*padding:15px;*/
}

.SignUpWrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 618px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #d7d8d8;
	padding: 15px;
	display:table;
}

.SignUpWrapper .note
{
	font-size:11px;
	line-height:16px;
	font-style:italic;
}

.SignUpWrapper p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.SignUpWrapper a:link {
	color: #26649d;
	text-decoration: none;
	
}
.SignUpWrapper a:visited {
	color: #26649d;
	text-decoration: none;

}
.SignUpWrapper a:hover {
	color: #003366;
	text-decoration: underline;
	
}
.SignUpWrapper a:active {
	color: #003366;
	text-decoration: underline;
	
}

.SignUpWrapper p.Bluesubtitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #26649d;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 18px;
	position:relative;
}

/**********************************************************************************************************/

.popuptextwrapper
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: auto;
}


.popuptextwrapper p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}

.popuptextwrapper p.Bluesubtitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #26649d;
	font-size: 14px;
	line-height: 18px;
}

/**********************************************************************************************************/

.atclear
{
	display:none !important;
}

