/* 
PANELIST REGISTRATION AND WELCOME PAGE CSS


-|-|GENERAL SECTION|-|- */ 

:focus {
	outline: 0;
}

body {
	background: #1d1d1d url(http://odb.giantrealm.com/d2/gr-bg2v2.gif) 0 0 repeat-x;
	font-family: Verdana, Trebuchet MS, Tahoma;
	font-size: 10px;
	color: #000;
}

#RegistrationPageContainer {
	background: #FFF;
	width: 600px;
	padding: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 55px auto;
}

.MandatoryTextContainer {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	margin-left: 60px;
}

#MultiViewPanel {
	width: 600px;
}

#ImageBar {
	width: 100%;
}

div.Mandatory {
	color: #000000;
	padding-top: 20px;
}

#GoNextContainer { /* Contains the 'register' and 'next step' buttons (next step only active when you have multipage registration form */
	float: left;
	width: 100%;
	text-align: right;
}

#ErrorPanel {
	margin-bottom: 0;
}

#LoginPanel {
	float: right;
	font-size: 10px;
	margin-right: 20px;
	visibility: visible;
}

#LoginPanel a {
	color: #C60B2B;
	font-weight: bold;
	font-size: 11px;
}
	
#CompanyLogoPanel {
	width: 275px;
	padding: 5px;
	background: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

select, input {
	width: 270px;
}

input[type="text"], input[type="password"], textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-x-system-font: none;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: Arial, sans-serif;
	padding: 10px 10px 9px 10px;
	font-weight: bold;
	color: #777;
	margin: 0 0 10px 0;
}

input:focus, textarea:focus {
	background: #FFF;
	border-color: #C60B2B;
	color: #C60B2B;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

div.Validators span {
	margin-left: 10px;
}

/* -|-|QUESTIONS SECTION|-|- */
.QuestionsContainer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.QuestionDiv {
	width: 600px;
	margin: 5px;
}

.QuestionText {
	padding: 10px 10px 5px 10px;
	font-size: 13px;
	font-weight: bold; 
	float: left;
	width: 260px;
}

.QuestionControl {
	padding:0;
	margin-top: 5px;
	margin-left: 10px;
	clear:both;
}

.IntroHeaderContainer {
	margin-left: 10px;
	margin-top: 10px;
}

/* -|-|PAGE NUMBERS: Only in use if you have enabled multipage registration form |-|- */
.PageNumbers {
	width: 590px;
	position: absolute;
	padding: 5px;
	*margin-left: -40px;
	*margin-top: 5px;
	background: #C60B2B;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.PageNumberContainer {
	text-align: center;
}

.PageNumberContainerActive {
	float:left;
}

a.PageNumberText {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	padding: 2px 8px 2px 9px;
	margin: 0 3px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a:hover.PageNumberText {
	color: #FFF;
	background: #a60a24;
}

a.PageNumberTextActive {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #C60B2B;
	padding: 2px 8px 2px 9px;
	margin: 0 3px 0 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF;
}

a:hover.PageNumberTextActive {
	background: #ffd0d8;
}

div.NextButton input {
	width:auto;
	float: left;
	margin: 15px 0 0 15px;
	padding: 6px 12px 6px 12px;
	font-weight: bold;
	border: 0;
	font-size: 13px;
	background: #C60B2B;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-x-system-font: none;
	cursor: pointer;
}

div.NextButton input:hover {
	background: #000;
	color: #FFF;
}

/* -|-|INTRODUTCION TEXT |-|- */
h1.IntroHeader {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: -10px;
	color: #d60025;
}

p.IntroHeader2 {
	font-size: 12px;
	font-weight: bold; 
	width: 670px;
	margin-left: -20px;
	padding: 5px;
	position: absolute;
}

div.IntroText {
	margin-left: 0px;
	line-height: 18px;
}

/* -|-|ABOUT PANEL (footer) TEXT |-|- */
#OutroHeaderContainer {}
h1.OutroHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #333;
	width: 620px;
	padding: 10px;
	position: absolute;
}

div.OutroText {
	line-height: 18px;
	padding: 20px;
	padding-top: 55px;
}

div.OutroText p {
	margin: 0;
	padding: 0;
}

.OutroContainer {
	margin-top: 40px;
	width: 640px;
	display:block;
	margin-left: -20px;
}

a.AboutPanelAnchor {
	visibility: hidden;
}

/* This contains the Cint Panel Access logo and text under it */
#CintLogoPanel {
	font-size: 10px;
	width: 620px;
}

div.RegisterButton input {
	width:auto;
	padding: 3px; 
	float: left; 
	margin-left: 15px;
	margin-top: 10px; 
	font-size: 10px; 
	font-weight: bold; 
	border: 1px solid #000000;
}

/*WELCOME PAGE */
body.WelcomePageBody {
	font-family: Verdana, Arial, Tahoma;
}

div.Welcome {
	width: 760px; 
	float: left; 
	font-size: 10px; 
	padding: 20px;
	color:#FFFFFF;
}

div.Welcome a {
	color: #c60b2b;
}

div.WelcomeHeader h1 {
	font-size: 15px;
	font-weight: bold; 
	font-family:Verdana, Arial, sans-serif; 
	color:#FFFFFF;
}

