/*
  AdeccoForm.css 
  
  Basic form styles
	
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected secondary menu
  Grey tint 3		#d0cbbf highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
*/

.adform fieldset {
	margin-bottom: 25px;
}

.adform legend {
	padding: 2px;
	font-weight:bold;
	margin-left: 7px;
	_margin-left: -2px;
	font-size: 1.1em;
	border: 1px solid #c0c0c0;
	background: #fff;
	margin-bottom: 10px;
}

.adform fieldset label {
	display: block;
	float: left;
	line-height: 1.8em;
	padding: 0 10px;
	text-align:right;
	width: 184px; /* Width of labels */
	font-weight: bold;
	color: #666;
	font-size: 0.95em;
}

.adform fieldset br {
	clear:left;
}

select, input {
font-size: 0.95em;
padding: 2px;
}

.adform em {
	font-weight: bold;
	font-style:normal;
	color: #ea2026;
}
/*\*//*/ .adform legend {display: inline-block;} /* IE Mac legend fix */



/* Custom form styles */
.adform {
font-size: 1em;
width:527px;
}
 
  
.adform fieldset{
	background-color: #e9e7e1;
	border: none;
	border-top: 1px solid #d0cbbf;
	border-bottom: 1px solid #ddd9d0;	
	border-right: 1px solid #ddd9d0;		
	padding-bottom: 10px;
	display: block;
	border-left: 6px solid #d0cbbf;
	background: #ffffff url(../js/jquery.tabs/fadebgform.gif) repeat-x;
}

.adform legend {
	color: #000000;
	padding: 2px 6px;
	/*background: url(../img/arrowbutt.gif) left top no-repeat;*/
}

/* form elements */
.adform input, .adform textarea, .adform select {
	border: 1px solid #b6af9d;
}

.adform textarea, .adform select, .adform input {
	margin-bottom: 5px;
}

.adform input.large, textarea {
	width: 201px;
	padding: 2px;
}

.adform input.small {
	width: 60px;
}

.adform .error {
	font-size: 0.85em;
	color: #ea2026;
}

em.error {
padding-left: 4px;
line-height: 1.8em;
font-size: 90%;
color: #ea2026;			
}

li label.error {
color: #000000 !important;
}
input.error { border: 1px solid red; }	

/* voor zoekformulieren bv zoekopties.asp */

.searchform {
margin: 10px 0 0 0;
}

.searchform label{
font-weight: bold;
display: block;
margin-bottom: 0.2em;
color: #a9a18c;
}

.searchform input, .searchform select {
padding: 0px;
}

.searchform .button {
padding: 3px 4px;
margin-top: 10px;
}

.searchform p {
margin-bottom: 7px;
}

input:focus, textarea:focus, select:focus, select:focus,input.sffocus, textarea.sffocus {
	/*background: #EFEFEF;*/
	border-color: #090;
}

fieldset p {
margin-left: 5px;
}

p.desc {
margin-left: 205px;
}

/* button onder aan form */
p.buttonbelowform {
margin-left: 210px;
}

input.radio, input.check {
border: none;
}

/* 
	The following section is for reversing the display of CHECKBOX and RADIO INPUTs.
	Surround the section of items with <fieldset class="checks"></fieldset> or <div class="checks"></div>.
*/
.adform .checks label {
	/*
		Overrides for previously defined
		Left margin must be 10pixels
	*/
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 1.4em;
	padding-top: 0;
	margin-bottom: 0;
}

.adform .checks label:after, .adform.checks label:after, .checks label:after  { 
	/* 
		Makes the ":" not generated after the LABEL. 
	*/
content: ""; 
} 

.adform .checks input {
	/*
		Left margin is the same value as ".awesomeform input, .awesomeform select" etc.
	*/
	float: left;
	text-align: right;
	width: auto;
	margin-left: 100px;	
}

p.explain {
color: gray;
margin-bottom: 30px;
margin-top: 10px;
height: 1%;
}

.oplBox, compBox {
position: relative;
}

span.deleteLink {
position: absolute;
top: 0;
right: 0;
background:url(../js/img/remove.png) no-repeat 0 50%;
padding-left: 18px;
margin-right: 10px;
}

#tOpl, #tLang, #tWerk, #tComp {
background:url(../js/img/plus.png) no-repeat 0 50%;
padding-left: 20px;
}

.stepLink {
border-top: 1px solid #DFDFD1;
border-left: 1px solid #DFDFD1;
border-right: 1px solid #AFAFA4;
border-bottom: 1px solid #AFAFA4;
background:#efefef url(../js/img/arrow-adecco.gif) no-repeat right 50%;
color: #000000;
padding:5px;
padding-right: 25px;
}

.oplBox, compBox, contactbox, cvbox {
clear: both;
width: 100%;
}

.textarea {
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
}

.select120 {
width: 100px;
}

.adform span.radio {
vertical-align: middle;
font-size: 0.95em;
}
.adform span.radio .radio {
vertical-align: middle;
}

.currentpaging {
font-weight: bold;
font-size: 105%;
}

/* extra styles for reageer form */

#messageBox.ajax-loading {
	padding: 20px 0;
	border: 1px solid green;
	background-color:#EFEFEF;
	padding: 10px;
	}
	
	.adform label.error {
	display: inline;
	color: red;
	background:url(static/js/img/16-em-cross.png) no-repeat top left;
}
	#uploaded_file {
	text-align: left;	
	}
	
	#messageBox {
	width: 500px;
	}
	.succes {
	color: green;
	}

	#uploadbox input{
	float: left;
	}
	
	#uploadbox {
	display: block;
	margin-left: 15px;
	/*display: none;*/
	margin-bottom: 5px;
	}
	.displaynone {
	display:none !important;
	}
	
	
	em.type {
	font-style: normal;
	color: #999999;
	}
	
	span.resetBekend {
	font-size: 0.75em;
	font-weight: bold;
	}
	
	p.warning {
	font-size: 1em;
	color: #666
	/*background:url(../js/img/warning2.png) no-repeat 0 0;
	padding-top: 25px;*/
	}
	
	.displaynone {
	display:none !important;
	visible: none !important;
	}
	
	#divBekend h3 {
	color: #008B00;
	}
	
	.recommended {
	color: #009900;
	}	
	
/* extra styles for ctabs */

	div#errorBox {
	border: 3px solid #FF0000;
	width: 75%;
	background-color: #FEECEC;
	padding: 5px;
	padding-left:20px;
	display:none;
	margin-bottom: 10px;
	}
	div#errorBox H2 {
	font-family: verdana
	font-size: 16px;
	color: #FF0000;
	}

	#tOpl3, #tOpl2 {
	display: block;
	margin-bottom: 15px;
	}
	
/* tooltip styles */

	a.tooltip {color:#c00;}
	a.tooltip b {display:none;}
	a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
	a.tooltip:hover b {display:block; position:absolute; top:20px; left:-20px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px; font-size: 90%;}
	a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(../js/img/tooltip.gif) 0 0; display:block; font-size:1px;}
	
/* tooltip dynamic styles */


#cluetip {
  background: red url(../js/img/shadow2.png) no-repeat right bottom;
  float:right;
  clear: right;
  font-size: 0.95em;
  text-align: left;
  background: #ffc;
  border: 1px solid silver;
}
#cluetip-outer {
  background: #ffc;
}
a#cluetip-close { 
  float: right;
  margin: 0 5px 5px;
  color: #900;
}
h3#cluetip-title {
  margin: -5px -5px 5px;
  padding: 5px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}

#cluetip-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
#cluetip-inner {
  padding: 5px;
  display: inline-block;
}
/* backslash hack hides from IE Mac \*/
	* html #cluetip-inner {height: 1%;}
	#cluetip-inner {display: block;}
/* end backslash hack */

/* formatting paragraphs in cvhelp file */
.cvhelp p {
margin-bottom: 3px;
}

dl dt {
font-weight: bold;
}

dl dd {
color: gray;
}

/* added Pascal */

.radiotext {
font-weight: bold;
color: #666;
font-size: 0.9em;
padding-bottom: 5px;
}

div.radioset {
display: inline;
height: 1.8em;
}

.radioset input {
margin-top: -1px;
vertical-align: middle;
}
.radioset span {
margin-top: -1px;
vertical-align: middle;
}

/* end added Pascal */