/* Be very careful editing the seetings below as pretty easy to break IE7 compatibility */
/* General styles */
* 
{
	margin: 0;
}
html, body
{
	height: 100%;
}
body 
{
	margin:0;
	border:0;
	padding:0;
	font-family:arial, sans-serif; 
	font-size: 10pt;
	height: 100%;
}
p
{
	margin:0 0 0 0;
}
a
{
 text-decoration:  none;
 color: Blue;	
}
img.floatright
{
	float: right;
}
.wrapper
{
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 margin: 0 auto -4em;
}
.footer, .push
{
	height: 4em;
}
*html fieldset
{
 _background: none !important;
}
#header
{
	background:White url(../images/headerbg.png) repeat-x bottom;
	top: 0;
	left: 0;
	color: White;
	height: 65px;
	overflow: auto;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#header h1
{
	position: absolute;
	padding: 0;
	margin: 0;	
	top: 12px;
	left: 3px;
}
.tblheader
{
	position: absolute;
	padding: 0;
	margin: 0;	
	top: 12px;
	left: 3px;
}

#logout
{
	background:White url(../images/headerbg.png) repeat-x bottom-left;
	float: right;
	top: 0;
	left: 0;
	padding: 38 0 0 0;
	height: 65px;
	overflow: auto;

}
#banner_nsevents 
{
	background-image:url(../images/nseventslogo.png);
	background-repeat:no-repeat;
	background-position: left center;
	background-color: #3F647F;
	position: relative; 
	left: 0px; 
	height: 37px; 
	width: 100%;
}

#ulinehome
{
	background-image:url(../images/uline-home.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulineinvited
{
	background-image:url(../images/uline-invited.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulineregistered
{
	background-image:url(../images/uline-registered.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulinewaiting
{
	background-image:url(../images/uline-waiting.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulinenominator
{
	background-image:url(../images/uline-nominator.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulinehistory
{
	background-image:url(../images/uline-history.png);
	background-repeat:repeat-x;
	width: 100%;
}

#ulineprofile
{
	background-image:url(../images/uline-profile.png);
	background-repeat:repeat-x;
	width: 100%;
}

/* Navigation Bar CSS */
#tablinks a
{
	display:block;
	color: #981793;
	padding:10px
}
#tablinks ul, #tablinks li
{
	padding:0;
	margin:0;
	list-style:none;
}
#tablinks 
{
	background:#FFFFFF url(../Images/bannerextn.png) repeat-x top;
	float:left;
	width: 100%;
}
#tablinks li
{
	float:left;
	border-right:1px solid #FFFFFF;
}
#tablinks a 
{
	background:#FFFFFF url(../Images/banner_button.png) repeat-x bottom;
	display:block;
}
#tablinks a:link,
#tablinks a:visited,
#tablinks a:hover,
#tablinks a:active 
{
	color:White;
	text-decoration:none;
}
#tablinks a.currenthome
{
	background:White url(../Images/banner_button_home.png) repeat-x bottom;
}
#tablinks a.currentinvited
{
	background:White url(../Images/banner_button_invited.png) repeat-x bottom;
}
#tablinks a.currentregistered
{
	background:White url(../Images/banner_button_registered.png) repeat-x bottom;
}
#tablinks a.currentwaiting
{
	background:White url(../Images/banner_button_waiting.png) repeat-x bottom;
}
#tablinks a.currentnominator
{
	background:White url(../Images/banner_button_nominator.png) repeat-x bottom;
}
#tablinks a.currenthistory
{
	background:White url(../Images/banner_button_history.png) repeat-x bottom;
}
#tablinks a.currentprofile
{
	background:White url(../Images/banner_button_profile.png) repeat-x bottom;
}

#contentbody
{
	overflow: auto;
}

#container h1
{
	font-weight:bold; 
	font-size: 12pt;
	text-align: left;
	padding:  5px 5px 5px 5px;
	color: White;
}

#container h2
{
	font-weight: normal; 
	font-size: 10pt;
	text-align: left;
	padding: 5px 5px 5px 10px;
	color: White;
}
#container h3
{
	font-weight: bold; 
	font-size: 10pt;
	text-align: left;
	color: White;
	padding: 0px 5px 0px 5px;
	background-color: White;
	margin-bottom: 5px;
	margin-top: 10px;
}

div#container
{
	text-align:left;
	margin:10px 0 0 15px;
}

div#introcontent
{
	height: 100%;
	padding: 0 0 0 10;
	margin-top: 5px;
}
div#introcontent p
{
	margin-left: 0px;
	padding-top: 5px;
}
div#regcontent
{
	height: 100%;
	padding: 0 0 0 10;
	margin-top: 10px;
}
div#regformcontent p
{
	margin-left: 5px;
	padding-top: 5px;
}
div#regformcontent
{
	height: 100%;
	padding: 0 0 0 10;
	margin-top: 10px;
	text-align: left;
}
div#onecolwrapper
{
	background:White;
	height:auto;
	margin-bottom:10px;
}
div#twocolwrapper
{
	height: auto;
}
div#navigation
{
	background:#F1F1F1;
	float:left;
	width:320px;
	height:185px;
	margin-bottom: 10px;
}
div#navigation p
{
	padding-top: 5px;	
}

div#extra
{
	background:#F1F1F1;
	float:right;
	width:320px;
	height:185px;
}
div#extra p
{
	padding-top: 5px;	
}
div#signinsaction
{
	border: 1px solid #000000;
	background:#F1F1F1;
	float:left;
	width: 370px;
	height:220px;
	margin-bottom: 10px;
}
div#signinsaction p
{
	padding-top: 5px;	
}

div#signupsaction
{
	border: 1px solid #000000;
	background: #F1F1F1;
	float: right;
	width: 370px;
	height: 220px;
	margin-bottom: 10px;
}
div#signupsaction p
{
	padding-top: 5px;	
}
div#dataprotectionsaction
{
	border: 1px solid #000000;
	background-position: #F1F1F1;
	background:#F1F1F1;
	float:left;
	width:758px;
	height:180px;
}
div#dataprotectionsaction p
{
	padding-top: 5px;
}

#links-menu ul
{	
	margin-top: 5px;
	list-style-type: none;
	list-style-position:inside;
}

#helppanel
{
	position: absolute;
	width: 650px;
	
}

.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.viewWrap
{
    padding:15px;
}

div#dataprotectionwrapper
{
	background:#F1F1F1;
	height:auto;
	margin-bottom:10px;
	margin-top:10px;
}

.fieldlabel
{
	font-family: arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	color: #000000;
	text-align:right;
}
.loginbox
{
	padding: 2px;
	text-align: center;
	width: 250px;
}
.datafieldstd
{
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style:normal;
	height:23px;
	width:200px;
}
.datafieldlarge
{
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-style:normal;
	height:25px;
	width:420px;
}
div#registereduserdetails
{
	padding:  5px 0px 0px 5px;
}

div#newuserdetails
{
	padding:  5px 0px 0px 5px;
}
.signupmessage
{
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
div#dataprotectionmessage
{
	color: #437F9D;
	padding: 10px;
}
div#agreementcheckboxes
{
	color: #FF0000;
	padding: 10px;
}
.chkboxlabel
{
	color: #FF0000;
}
div#capitadataprotectionmessage
{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}
div#contents
{
	height: auto;
}
.termsmessage
{
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.formmessage
{
	font-family: arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.errormessage
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
	width: 100%;
}
.redtext
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: Red;

}
div#errormessagebox
{
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}
p.headertext
{
	padding: 0 0 0 10;	
}

td.datafield 
{
	width: 150px;
	height: 25px;
	vertical-align: top;
}
td.datafieldwide 
{
	width: 500px;
	height: 25px;
	vertical-align: top;
}
td.datafieldmax 
{
	height: 25px;
	vertical-align: top;
}
td.datafieldmulti
{
	width: 400px;
	vertical-align: top;
}
td.label 
{
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-family: arial, sans-serif;
	color: black;
	font-size: 10pt;
	line-height: normal;
	width: 150px;
}
td.labellogin
{
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-family: arial, sans-serif;
	color: black;
	font-size: 10pt;
	line-height: normal;

}
td.labelrightalign 
{
	height: 25px;
	text-align: right;
	vertical-align: top;
	font-family: arial, sans-serif;
	color: black;
	font-size: 10pt;
	line-height: normal;
	width: 200px;
}
td.labelwide 
{
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-family: arial, sans-serif;
	color: black;
	font-size: 10pt;
	line-height: normal;
	width: 200px;	
}
td.businessrequiredfieldlabel
{
	color: #FF0000;
	height: 25px;
	text-align: left;
	vertical-align: top;
	font-family: arial, sans-serif;
	font-size: 10pt;
	line-height: normal;
	width: 150px;
}
div#logoutmessage
{
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
}
div#hyperlinks
{
	background:#F1F1F1;
	float:left;
	width:150px;
	height:228px;
	margin-bottom: 10px;
}
div#hyperlinks p
{
	padding-top: 5px;	
}

div#linkinfo
{
	background:#F1F1F1;
	float:right;
	width:490px;
	height:228px;
}
div#linkinfo p
{
	padding-top: 5px;	
}
* html .RadPanelBar .rpExpandable .rpText,
* html .RadPanelBar .rpExpandable:hover .rpText
{
    background-position: 100% -337px;
}
* html .RadPanelBar .rpExpanded .rpText,
* html .RadPanelBar .rpExpanded:hover .rpText
{
    background-position: 100% -476px;
}
* html .RadPanelBar_rtl .rpExpandable .rpText,
* html .RadPanelBar_rtl .rpExpandable:hover .rpText
{
    background-position: 0 -337px;
}
* html .RadPanelBar_rtl .rpExpanded .rpText,
* html .RadPanelBar_rtl .rpExpanded:hover .rpText
{
    background-position: 0 -476px;
}

