/* 
PANELIST REGISTRATION AND WELCOME PAGE CSS

-|-|GENERAL SECTION|-|- */ 
body {background-color: #DBE0E2; font-family: Verdana, Trebuchet MS, Tahoma; font-size: 10px;}
#RegistrationPageContainer {background-color: #DBE0E2; width: 620px; padding: 20px;}
.MandatoryTextContainer {margin-bottom: 20px; margin-top: 20px; font-weight: bold; margin-left: 35px;}
#MultiViewPanel { width: 620px;}
#ImageBar {width: 100%;}
div.Mandatory {color: #000000; padding-top: 20px;}
#GoNextContainer {float: left; width: 100%; text-align: right;} /* Contains the 'register' and 'next step' buttons (next step only active when you have multipage registration form */
#ErrorPanel {margin-bottom: 0;}
#LoginPanel {float: right; margin-top: -25px; font-size: 10px; margin-right: 20px; visibility: visible;}
#LoginPanel a {color: #DBE0E2; font-weight: bold; font-size: 11px;}
#CompanyLogoPanel {background-color: #DBE0E2;}
select, input {width: 270px;}
div.Validators span {margin-left: 10px;}

/* -|-|QUESTIONS SECTION|-|- */
.QuestionsContainer {background-color: #DBE0E2; width: 620px; margin-left: 20px; margin-bottom: 20px; padding-top: 50px;}
.QuestionDiv {width: 620px; margin: 5px;}
.QuestionText {padding: 10px; color: #000000; font-size: 10px; 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: 620px; position: absolute; margin-left: -20px; *margin-left: -40px; padding-left: 50px; background-color: #DBE0E2; padding-top: 20px; *margin-top: 5px;}
.PageNumberContainer {float:left; padding: 2px; text-align: center; width: 20px; }
.PageNumberContainerActive {float:left; padding: 2px; text-align: center; width: 20px; background-color: #ffffff;}
a.PageNumberText {color: #000000; text-decoration: none; font-weight: bold;}
a.PageNumberTextActive {color: #A1BD8D; text-decoration: none; font-weight: bold;}
div.NextButton input {width:auto; float: left; margin-left: 15px; padding: 3px; background-color: #ffffff; margin-top: 10px; font-size: 10px; font-weight: bold; border: 1px solid #000000;}

/* -|-|INTRODUTCION TEXT |-|- */
h1.IntroHeader {font-size: 12px; font-weight: bold; color: #447CF7; margin-bottom: 20px; margin-top: 20px; margin-left: -10px;}
p.IntroHeader2 {font-size: 12px; font-weight: bold; color: #DBE0E2; background-color: #A1BD8D; width: 620px; margin-left: -20px; padding: 5px; position: absolute;}
div.IntroText {margin-left: 0px; line-height: 18px; color: #000000; }

/* -|-|ABOUT PANEL (footer) TEXT |-|- */
#OutroHeaderContainer {}
h1.OutroHeader {font-size: 12px; font-weight: bold; color: #DBE0E2; background-color: #DBE0E2;width: 700px; padding: 5px; position: absolute;}
div.OutroText {line-height: 18px; color: #000000; background-color:#DBE0E2; padding: 20px; padding-top:30px;}
.OutroContainer {margin-top: 40px; width: 620px; display:block; margin-left: -20px;}
a.AboutPanelAnchor {visibility: hidden;}

/* This contains the Cint Panel Access logo and text under it */
#CintLogoPanel {float: left; font-size: 10px; color: #777a77; width: 100%; background-color: #DBE0E2;}

div.RegisterButton input {width:auto; padding: 3px; background-color: #ffffff; float: left; margin-left: 15px; margin-top: 10px; font-size: 10px; font-weight: bold; border: 1px solid #000000;}

/*WELCOME PAGE */
body.WelcomePageBody {background-color: #DBE0E2; font-family: Verdana, Arial, Tahoma;color: #000000;}
div.Welcome {background-color: #DBE0E2; width: 760px; float: left; font-size: 10px; padding: 20px;}
div.Welcome a {color: #447CF7;}
div.WelcomeHeader h1 {font-size: 15px; font-weight: bold; font-family:Verdana, Arial, sans-serif; color: #447CF7;}