*
{
	padding:0;
	margin:0;	
}

body
{
	font-family:Arial;
	position: relative;
	background:#fff;
}

#enewsFrame
{
	float:left;
	position:relative;
	width:100%;
}

h1
{
	background:#d0438b;
	color:#fff;
	font-size:18px;
	padding:3px 10px;
	font-weight:lighter;
}

a
{
	color:#023a81;
}

a:hover
{
	color:#023a81;
}


h3
{
	font-size:16px;
	color:#023a81;
	background:url(../img/registration/h3-border.gif) left bottom repeat-x;
	margin-bottom:8px;
	padding-bottom:8px;
}

#enewsFrame-inner
{
	padding:15px 10px;
	font-size:13px;
}

#greyBox
{
	background:#ebe7e7;
	padding:5px 0;
	float:left;
	width:100%;
	margin-bottom:10px;
}

.borderBox
{
	border-top:1px solid #c8cdd0;
	padding-top:9px;
	margin-top:8px;
	width:100%;
	float:left;
}

.enewsBox table
{
	table-layout:auto;
}

.enewsBox table td.colspan
{
	width:auto!important;
}

.enewsBox table td table td
{
	padding-left:20px;	
}

table td, table th, p
{
	text-align:left;
	padding:3px 0;
}

.enewsBox table th
{
	width:160px!important;	
	font-weight:lighter;
}

.textBox
{
	border:1px solid #c8cdd0;
	width:141px;
	height:18px;
	padding:3px 3px 0 3px;	
}

.enewsBox table .checkBox
{
	width:100%;
}

.enewsBox table .checkBox label
{
	vertical-align:middle;
}

.enewsBox table .checkBox input
{
	margin:0 5px 0 0;
	vertical-align:middle;
}

.enewsBox table .checkBox table
{
	margin:0;
}

.enewsBox table td.statusImage
{
	width:22px;
}

.enewsBox table td.colspan
{
	width:auto!important;
}

.enewsBox table td.subscriptionName
{
	font-weight:bold;
	width:420px;
}

table td.fixed
{
	width:514px;	
}

.large
{
	width:190px;
}

.extraLarge
{
	width:450px;	
}

.linkbutton a
{
	height:16px;
	width:76px;
	background-image:url(../img/registration/linkbutton-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	float:left;
	margin-right:3px;
	overflow:hidden;
	display:block;
	padding:3px 6px 6px 0;
	text-decoration:none;
}

.linkbutton a:hover
{
	background-position:left bottom;
	color:#fff;
}

.survey span
{
	/*background:url(../img/registration/linkbutton-bg-todo.gif) left top no-repeat;*/
	background:none;
}

.surveyDone span
{
	/*background:url(../img/registration/linkbutton-bg-done.gif) left top no-repeat;*/
	background:#023a81;
	color:#fff;
}

.survey span, .surveyDone span
{
	margin-left:10px;
	padding:0;
	_display:inline;
}

.survey span, .surveyDone span
{
	height:16px;
	width:76px;
	float:left;
	text-align:center;
}
.linkbutton span
{
	padding:5px 0;
	display:block;
}

.clearboth
{
	clear:both;
	height:0px;
	line-height:0px;
	overflow:hidden;
	width:1px;	
}

.checkBox input
{
	margin-right:10px;
}

/* Info box overlay */

a.infoButton
{
	margin-left:10px;
	border:none!important;
	background:none;
	height:25px;
	width:26px;
}

a.infoButton img
{
	vertical-align:middle;
	height:25px;
	width:26px;
}

.helpBox
{
	width:265px;
	position:absolute;
	font-size:0.81em;
	font-style:italic;
}

.helpBox-top
{
	background:url(../img/popup-top.png) left top no-repeat;
	_background:url(../img/popup-top.gif) left top no-repeat;
	height:20px;
	text-align:right;
	font-style:normal;
	font-weight:bold;
	padding-right:20px;
	padding-top:5px;
}

.helpBox-top a
{
	text-decoration:none;
}

.helpBox-inner
{
	background:url(../img/popup-bottom.png) left bottom no-repeat;
	_background:url(../img/popup-bottom.gif) left bottom no-repeat;
	padding:0 20px 45px 20px;
}

/* Tweeks */

.sectionheading
{
	display:none;
}

a img
{
	border:none;
}

/*.back
{
	color:#013A81;
	font-weight:bold;	
}*/

.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

.enabled {
	display:inline;
}

.disabled {
	display:none;
}

.password-changed { color:Red; padding:4px 0; }
