@charset "UTF-8";
/* CSS Document */

/* CP registration form */


 
 /* form validation styles */

body {
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	/* background:#f2f2f2; */
}

body *	{
	margin:0;
	padding:0;
}

.centercoltext {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background:#f2f2f2;
}

#regForm{
	clear:both;
	width:600px;
	margin:0 auto;
	padding:10px 0px;
	background:#f2f2f2;

}

	
form#registration{

	padding:10px 0 0 0px;
	position:relative;
}

#registration input.formInput{
	background-color: #fff;
	/* background:url(fieldBg.jpg) top left repeat-x; */
	padding: 4px 1px 0 1px;
	border:1px solid #ccc;
	margin: 0 5px 6px 0;
	height: 22px;
	width:180px;
	color:#232324;
}

#registration input.formInput:focus{
	border:1px solid #999;
	background:#F7F7F7;
}

#registration textarea.formInput:focus{
	border:1px solid #999;
	background:#F7F7F7;
}

#registration .select{
	padding: 2px 1px 4px 1px;
	margin: 0 10px 6px 0;
	height: 24px;
	width:180px;
	color:#232324;
	
}


#address input.formInput, #presentco input.formInput,
#prevCo input.formInput, #prevCo2 input.formInput, 
#uploadResume input.formInput.file{
	width:370px;
}

#locationDetail input.formInput, #directContact input.formInput,
#directContact_wrap input.formInput, #directContact2_wrap input.formInput,
#portfolioURL input.formInput
{
	width:560px;
}

#hourlyRateMin input.formInput, #hourlyRateMax input.formInput,
#dayRateMin input.formInput, #dayRateMax input.formInput{
	width:45px;
	margin-right:0px;
}

div#radio,			div#referredBy,		div#firstname, 
div#lastname, 		div#nickname,		div#address, 
div#city, 			div#state, 			div#zip, 
div#country,		div#cellphone, 		div#homephone, 
div#workphone,		div#personalemail,	div#workemail, 
div#contactmethod,  div#type,
div#presentco, 		div#prevCo, 		div#prevCo2, 
div#presCoTitle, 	div#prevCoTitle,	div#prevCo2Title,
div#presCoFunction, div#prevCoFunction,	div#prevCo2Function,
div#presCoFrom, 	div#prevCoFrom,		div#prevCo2From,
div#presCoTo, 		div#prevCoTo,		div#prevCo2To,
div#presCoSalary, 	div#prevCoSalary,	div#prevCo2Salary,
div#presCoBonus, 	div#prevCoBonus,	div#prevCo2Bonus,
div#presCoBenefits, div#prevCoBenefits,	div#prevCo2Benefits,
div#pasteResume, 	div#locationDetail, div#hourlyRateMin,
div#hourlyRateMax, 	div#uploadResume,	div#dayRateMin,
div#dayRateMax, 	div#rates, 			div#desired,
div#timeframe,		div#travelradius,	div#directContact,
div#directContact_wrap, 				div#directContact2_wrap,
div#referenceName,	div#referenceCompany,div#referenceTitle,
div#referenceRelationship, 	div#referencePhone, div#referenceEmail,
div#referenceName1,	div#referenceCompany1,div#referenceTitle1,
div#referenceRelationship1, div#referencePhone1, div#referenceEmail1,
div#referenceName2,	div#referenceCompany2,div#referenceTitle2,
div#referenceRelationship2, div#referencePhone2, div#referenceEmail2,
div#jobtype, div#relocate, div#uploadPortfolio,
div#websiteURL, div#socialURL, div#portfolioURL, div#commencement
{
	position:relative;
	float:left;
	padding:4px 0 0 0;
	
}

#referredBy input.formInput {
	margin-top:-6px;
	padding:2px 1px 2px 8px;
	width:240px;
}

#pasteResume textarea.formInput{
	width:560px;
	border:1px solid #ccc;
}

label.overlabel {
	color:#232324;
}
label.overlabel-apply {
	position:absolute;
	top:8px;
	left:5px;
	z-index:1;
	color:#999;
	font-size:11px;
}

#referredBy label.overlabel-apply {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
	color:#999;
	font-size:11px;
}


#radioBtn, #checkBox{
		padding:0 0 0 0;
		margin:0 2px 0 0;
}

label.radioBtn, label.checkBox{
	padding:0 10px 0 2px;
}

#radio label, #freelancelocation label, #jobtype label{
	padding:0 10px 0 0;
}

#type label.radioBtn{
	padding:0 24px 0 0;
}

form em{
	font-weight: normal;
  	font-style: normal;
  	color: #8cc63f;
}


#regForm p{
	margin:5px 0 15px 0;
	width:560px;
	text-align:left;
}

#regForm h2{
	
}

#regForm  h3{
	padding:10px 0;
}

#regForm  h3 span{
	font-weight:normal;
}

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

/* Styles for the DomCollapse feature */

.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

.trigger{
	cursor:pointer;
}	

.trigger:hover{
	cursor:pointer;
}	
	
.expanded{
	cursor:pointer;
}

.expanded:hover{
	cursor:pointer;
}

.show{
     position:static;
     display: table;
}

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

.clear{
	clear:both;
}

.addItem{
	clear:both;
}

.addItem a:link, .terms a:link{
	padding:0;
	margin:0;
	color:#8cc63f;
	font-size:10px;
}

.terms{
	clear:both;
	padding:6px 0 0 0;
	margin:12px 0 0 0 ;
	
}

.terms p{
	font-size:10px;
	line-height:12px;
	color:#666666;
}

.agree{
	padding:6px 0;
	margin:0;
}

.separate{
	clear:both;
	height:4px;
	width:560px;
	background:url(../images/divSeparator.jpg) top center repeat-x;
	margin:10px 0;
}

/***  Sliders  ****/

.slide{
	width:562px;
	height:37px;
	margin:0 0 6px 0;
	background:url(../images/slideBg.jpg) top left no-repeat;
	color:#FF9933;
}

.skillTitle{
	float:left;
	width:120px;
	font-family:Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-transform:capitalize;
	font-stretch:condensed;
	font-size:16px;
	font-weight:normal;
	margin:8px 60px 0 24px;
}

.inactive{
	color:#999;
}


.skillSlider {
	width: 308px;
	height: 10px;
	position: relative;
	float:left;
	margin: 12px 18px 0 0;
	background:url(../images/cpSlider.jpg) top left no-repeat;
	float:left;
	
}

.inactive .skillSlider .indicator {
	position:absolute;
	top: -5px;
	width: 15px;
	height: 20px;
	background:url(../images/indicator_off.jpg) top left no-repeat;
}

.skillSlider .indicator {
	position:absolute;
	top: -5px;
	width: 15px;
	height: 20px;
	background:url(../images/indicator_on.jpg) top left no-repeat;
	
}


.skillValue{
	float:left;
	margin:8px 8px 0 0;
	font-family:Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
}

.closed_category {
	width:562px;
	height:37px;
	background:url(../images/categoryDown.jpg) top left no-repeat;
	margin:2px 0 4px 0;
}

.category{
	width:562px;
	height:46px;
	background:url(../images/categoryUp.jpg) top left no-repeat;
	margin:2px 0 4px 0;
	
}

.category h4, .closed_category h4{
	font-family:Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding:8px 0 0 24px;
	margin:0;
	text-transform:uppercase;
	color:#282828;
	font-style:normal;
}


#submitError{
	border:none;
	font-size:12px;
}

ul.missing{
	padding:6px 0;
	margin:0;
}

ul.missing li{
	padding:0;
	margin:0 6px 0 0;
	color:#990000;
	float:left;
	list-style-type:none;
}
	
ul.missing li:after { content: ",  " }

.skillSlider a{
	color:#fff;
}

.fname { 
	float: right; 
	margin-left: 1em; 
	display: block; 
	height: 18px; 
	background-color: #ccc;
	color:#666666;
}


label.cabinet { 
	float: left; 
}
