a.button, input.button {
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 9px !important;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	display: block;
	padding-right: 9px;
	background-position: top right;
	height: 24px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 18px;
}

a.button:hover{
	text-decoration:none;
}

a.arrow{
	padding-right: 10px;
}

a.arrow span{
	margin-right: 10px;
}

a.button span{
	font-size: 9px !important;
	height:	22px;
	padding-left: 12px;
	padding-right: 2px;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	padding-top: 2px;
	color: #FFFFFF;
}

a:hover.button span {
	background-position: center left;
}

button.button { 
	padding: 0 9px 0 0; 
	height: 24px; 
  font-family: Arial;
	background-position: right top; 
	background-repeat: no-repeat;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	display: block;
}

button.hide{
	display:none;
}

button.button span{
	margin:0;
	padding:0;
	margin-left: -3px;
	display: block;
	height: 19px;
	line-height: 11px;
	padding-left: 13px;
	padding-top: 5px;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
	font-size: 9px;
	background-position: left top; 
	background-repeat: no-repeat;
	color:#ffffff; 
}

button{ 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner{
	border: none;  /* overrides extra padding in Firefox */
}

button span{ 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

button.arrow{
	padding-right: 10px;
}

button.arrow span{
	margin-right: 10px;
}

button.button:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right center; 
}
	
button.button:hover span, button.submitBtnHover span {
	background-position: left center;
}

a.button:hover, input.button:hover{
	background-position: center left;
	background-repeat: no-repeat;
}

a.button:active,input.button:active{
	background-position: bottom left;
}

a.blue, a.blue span, input.blue, button.blue, button.blue span {
	background-image: url('/media/default/layout/buttons/button_blue.gif');
}

a.arrow_blue, a.arrow_blue span, input.arrow_blue, button.arrow_blue, button.arrow_blue span{
	background-image: url('/media/default/layout/buttons/button_blue_arrow.gif');
}

a.grey, a.grey span, input.grey, button.grey, button.grey span {
	background-image: url('/media/default/layout/buttons/button_grey.gif');
}

a.grey_disabled, button.grey_disabled{
	background-image: url('/media/default/layout/buttons/button_grey.gif');
	background-position: bottom right;
	cursor: default;
}

a.grey_disabled span, button.grey_disabled span{
	background-image: url('/media/default/layout/buttons/button_grey.gif');
	background-position: bottom left;
}

a.grey_disabled:hover, a.grey_disabled:hover span, input.grey_disabled:hover, button.grey_disabled:hover, button.grey_disabled:hover span{
	background-image: url('/media/default/layout/buttons/button_grey.gif');
	background-position: bottom right;
}

a.grey_disabled:hover span, button.grey_disabled:hover span{
	background-image: url('/media/default/layout/buttons/button_grey.gif');
	background-position: bottom left;
}

a.arrow_grey, a.arrow_grey span, input.arrow_grey, button.arrow_grey, button.arrow_grey span{
	background-image: url('/media/default/layout/buttons/button_grey_arrow.gif');
}

a.red, a.red span, input.red, button.red, button.red span{
	background-image: url('/media/default/layout/buttons/button_red.gif');
}

a.arrow_red, a.arrow_red span, input.arrow_red, button.arrow_red, button.arrow_red span{
	background-image: url('/media/default/layout/buttons/button_red_arrow.gif');
}

a.green, a.green span, input.green, button.green, button.green span{
	background-image: url('/media/default/layout/buttons/button_green.gif');
}

a.arrow_green, a.arrow_green span, input.arrow_green, button.arrow_green, button.arrow_green span{
	background-image: url('/media/default/layout/buttons/button_green_arrow.gif');
}

a:hover.button{
	background-position: center right;
}

a:hover.disabled{
	background-position: bottom right;
}

button.button img.back{
	margin-right: 7px;
}

a.button img.back{
	margin-right: 7px;
}

button.toevoegen1{
	margin-left: 27px;
}

button.toevoegen2{
	margin-left: 57px;
}


/** input buttons **/

input.inputButton {
		height: 24px;
		border: none;
		background-color: transparent;
		text-transform: uppercase;
		padding: 0;
		cursor: pointer;
		margin-top: -3px;
		outline: none;
		color: white;
		font-size: 10px;
		font-weight: bold;
}

input.inputButton:focus{
	outline: none;
}

span.inputHolder{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: auto;
	text-align: center;
	float: left;
}

span.inputHolderDeeper, span.inputHolderDeeperHover{
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	display: block;
	width: auto;
	margin-left: 3px;
}

span.inputHolderDeeper:hover, span.inputHolderDeeperHover{
	background-position: right -24px;
}

/*-- grey arrows --*/
div.button_grey_arrowright span.inputHolder{
	background-image: url('/media/default/layout/buttons/button_grey_arrow.gif');
}

div.button_grey_arrowright span.inputHolder input{
	padding:0;
	padding-right: 20px;
	padding-left: 10px;
}

div.button_grey_arrowright span.inputHolderDeeper, div.button_grey_arrowright span.inputHolderDeeperHover {
	background-image: url('/media/default/layout/buttons/button_grey_arrow.gif');
}
	
div.button_grey_arrowleft span.inputHolder{
	background:none;
	background-position: right top;
	background-image: url('/media/default/layout/buttons/button_grey_arrow_back.gif');
	padding-right:13px;
}

div.buttonmarginright {
	margin-right: 10px;
}

div.button_grey_arrowleft span.inputHolder input{
	padding:0;
	padding-right: 13px;
	margin-right:-10px;
	padding-left: 10px;
}

div.button_grey_arrowleft span.inputHolderDeeper, div.button_grey_arrowleft span.inputHolderDeeperHover {
	margin-left: 0px;
	margin-right: 3px;
	padding-left: 10px;
}

div.button_grey_arrowleft span.inputHolderDeeper {
	background-position: 0px top;
	background-image: url('/media/default/layout/buttons/button_grey_arrow_back.gif');
}

div.button_grey_arrowleft span.inputHolderDeeperHover {
	background-position: 0px top;
	background-image: url('/media/default/layout/buttons/button_grey_arrow_back.gif');
}

div.button_grey_arrowleft span.inputHolderDeeper:hover, div.button_grey_arrowleft span.inputHolderDeeperHover{
	background-position: 0px -24px;
	width:auto;
}
	
/*-- blue arrows --*/
div.button_blue_arrowright span.inputHolder{
	background-image: url('/media/default/layout/buttons/button_blue_arrow.gif');
	
}
div.button_blue_arrowright span.inputHolderDeeper, div.button_blue_arrowright span.inputHolderDeeperHover {
	background-image: url('/media/default/layout/buttons/button_blue_arrow.gif');
	padding-right: 7px;
}

div.button_blue_arrowright span.inputHolder input{
	padding:0;
	padding-right: 20px;
	padding-left: 10px;
}

div.button_blue span.inputHolder{
	background-image: url('/media/default/layout/buttons/button_blue.gif');
	
}
div.button_blue span.inputHolderDeeper, div.button_blue span.inputHolderDeeperHover {
	background-image: url('/media/default/layout/buttons/button_blue.gif');
	padding-right: 7px;
}

div.button_blue span.inputHolder input{
	padding:0;
	padding-right: 10px;
	padding-left: 10px;
}
	
/*-- red arrows --*/
div.button_red span.inputHolder{
	background-image: url('/media/default/layout/buttons/button_red.gif');
}
div.button_red span.inputHolder { 
	width: 60px !important;
}

div.button_red span.inputHolder input{
	padding:0;
	padding-right: 10px;
	padding-left: 10px;
}

div.button_red span.inputHolderDeeper, div.button_red span.inputHolderDeeperHover {
	background-image: url('/media/default/layout/buttons/button_red.gif');
}

/**
 * new buttons
 */

.button-grey, .button-grey span{
	background-repeat: no-repeat;
	height: 24px;
	display: inline-block;
	width: auto;
	cursor: pointer;
}

.button-grey span{
	background-image: url(http://brunel.nl/media/default/layout/buttons/button_grey_right.gif);
	background-position: top right;
	text-transform: uppercase;
	font-weight:bold;
	color: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-right: 10px;
	padding-top: 2px;
	height: 22px;
}

.button-grey{
	background-image: url(http://brunel.nl/media/default/layout/buttons/button_grey_left.gif);
	background-position: top left;
	text-decoration: none;
	max-width: 510px;
	padding-left: 10px;
}

.button-grey:hover{
	background-position: bottom left;
}

.button-grey:hover span{
	background-position: bottom right;
}


.button_filter span{
	min-width: 110px;
}

* html .button_filter span{
	/*width: 110px;*/
}
 select.sort_list{
	float:left;
}

div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px solid #999999;
  border:1px solid #3f3f3f;
  margin:0px;
  margin-top:-1px;
  padding:0px;
	padding-top: 0px;
  font-size:11px;
  text-align:left;
	z-index: 0;
  overflow: hidden;
}

div.selectbox-wrapper ul{
	position:relative;
	left: 0px;
	list-style-type:none;
	font-size:11px;
  margin:0px;
  padding:0px;
	width: 248px;
	overflow:hidden;
}

div#_container ul{ 
	position:relative;
	left: 0px;
	list-style-type:none;
	font-size:11px;
  margin:0px;
  padding:0px;
	width: 248px;
	overflow:hidden;

}

div#_container ul li.current{ 
	background: #e5ecf4;
	padding-left: 5px;
}

div#_container ul li{
  list-style-type:none;
	color: #3F3F3F;
  margin:0;
  padding:0px;
  cursor:pointer;
	height:20px;
	padding-left: 5px;
	line-height: 18px;
	margin-left: 0px;
	margin-right: 0px;
	background: none;
}

div.selectbox-wrapper ul li span{
	margin: 0;
	padding:0;
	width: auto;
	height: 20px;
	background: blue;
}
div.selectbox-wrapper ul li{ 
	background: none !important;
	cursor:pointer !important;
	padding-left: 5px !important;
	line-height: 18px;
}
div.selectbox-wrapper ul li.selected{ 
	background: #e5ecf4 !important;
}
div.selectbox-wrapper ul li.current{ 
	background: #e5ecf4 !important;
	cursor:pointer !important;
	padding-left: 5px;
}

div.error div.selectbox-wrapper ul li.current{ 
	background: #feecec !important;
	cursor:pointer !important;
	padding-left: 5px;
}

div.error div.selectbox-wrapper ul li.selected{ 
	background: #feecec !important;
	cursor:pointer !important;
	padding-left: 5px;
}

input.selectbox, .profile-form input.selectbox  /* look&fell of  select box*/ {
	position: relative;
	margin:0 0px 0px 0px;
	padding:2px 7px 0 0;
	text-indent: 5px;
	padding-top:2px;
  font-family:Arial;
  font-size:11px;
  display : block;
  text-align:left; 
  background: #fff url('/media/default/layout/icons/arrow_down_dark_grey.gif') no-repeat scroll 232px 8px;
	width: 241px;
  cursor: pointer;
	border: none;
	border: 1px solid #999999;
	border: 1px solid #3f3f3f;
  color:#3F3F3F;
	height: 19px;
	z-index: 0;
}

input.selectbox-disabled, .profile-form input.selectbox-disabled /* look&fell of  select box*/{
	position: relative;
	margin:0 0px 0px 0px;
	padding:2px 7px 0 0;
	text-indent: 5px;
	padding-top:2px;
  font-family:Arial;
  font-size:11px;
  display : block;
  text-align:left; 
  background: #fff url('/media/default/layout/icons/arrow_down_grey.gif') no-repeat scroll 232px 8px;
	width: 241px;
  cursor: pointer;
	border: none;
	border: 1px solid #999999;
	border: 1px solid #9A9A9A;
  color:#9A9A9A;
	height: 19px;
	z-index: 0;
}

div.selectbox-extradiv{
	float:left;
	position:relative;
  background: url('/media/default/layout/misc/bg_select.gif') top left;
	width: 5px;
	left:0px;
	height: 20px;
	margin-left:0px;
}

select{
	margin: 0;
	padding:0;
}

div.sort_list_holder,div.sort_list_holder_error{
	float:left;
	margin-bottom: 10px;
	width: 250px;
	position:relative;
}/* 
 * The state classes are a little bit complex, because of the doubble class bug in IE6
 * The state class looks like this:
 * 
 * .ui-radio-state[-checked][-disabled][-hover] or .ui-checkbox-state[-checked][-disabled][-hover]
 * 
 * Examples:
 * 
 * .ui-radio-state-checked (simply checked) 
 * .ui-radio-state-checked-hover (checked and hovered/focused)
 * .ui-radio-state-hover (unchecked and hovered/focused)
 * 
 */
.ui-radio-state-disabled, .ui-radio-state-checked-disabled, .ui-radio-state-disabled-hover, .ui-radio-state-checked-disabled-hover{
	color: #999;
}

span.ui-radio{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin: 5px 5px 0 0;
	background: url('/media/default/layout/misc/checkbox-radio.gif') -22px -22px no-repeat;
	overflow: hidden;
	cursor: pointer;
}

div.error span.ui-radio{
	background: url('/media/default/layout/misc/checkbox-radio.gif') -11px -22px no-repeat;
}

span.ui-checkbox{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	margin: 5px 5px 0 0;
	background: url('/media/default/layout/misc/checkbox-radio.gif') -22px 0px no-repeat;
	overflow: hidden;
	cursor: pointer;
}

div.error span.ui-checkbox{
	background: url('/media/default/layout/misc/checkbox-radio.gif') -11px 0px no-repeat;
}

span.ui-helper-hidden{
	display: none;
}

span.ui-checkbox-state-hover{
	background-position: -22px 0px;
}

span.ui-checkbox-state-focus{
	background:none;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-checkbox-state-hover-focus{
	background:none;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-checkbox-state-hover{
	background-position: -11px 0px;
}

div.error span.ui-checkbox-state-focus{
	background-position: -12px -1px !important;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-radio-state-hover{
	background-position: -22px -22px;
}

span.ui-radio-state-focus{
	background-position: -23px -23px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-radio-state-hover-focus{
	background-position: -23px -23px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-radio-state-hover{
	background-position: -11px -22px;
}

div.error span.ui-radio-state-hover-focus{
	background-position: -12px -23px;
}

div.error span.ui-radio-state-focus{
	background-position: -12px -23px;
}

span.ui-checkbox-state-checked{
	background-position: -22px -11px;
}

span.ui-checkbox-state-checked-focus{
	background-position: -34px -12px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-checkbox-state-checked-hover-focus{
	background-position: -34px -12px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-checkbox-state-checked{
	background-position: -11px -11px !important;
}

div.error span.ui-checkbox-state-checked-hover-focus{
	background-position: -12px -12px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-checkbox-state-checked-hover-focus{
	background-position: -12px -12px !important;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error  span.ui-checkbox-state-checked-focus{
	background-position: -12px -12px  !important;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error  span.ui-checkbox-state-hover-focus{
	background-position: -12px -1px  !important;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-checkbox-state-checked-hover{
	background-position: -22px -11px;
}

div.error span.ui-checkbox-state-checked-hover{
	background-position: -11px -11px  !important;
}

span.ui-radio-state-checked-disabled-hover,
span.ui-radio-state-checked-disabled,
span.ui-radio-state-checked {
	background-position: -22px -33px;
}

div.error span.ui-radio-state-checked-disabled-hover,
div.error span.ui-radio-state-checked-disabled,
div.error span.ui-radio-state-checked{
	background-position: -11px -33px;
}

span.ui-radio-state-checked-hover{
	background-position: -22px -33px;
}

span.ui-radio-state-checked-focus{
	background-position: -23px -34px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

span.ui-radio-state-checked-hover-focus{
	background-position: -23px -34px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-radio-state-checked-hover-focus{
	background-position: -12px -34px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-radio-state-checked-focus{
	background-position: -12px -34px;
	width: 9px;
	height: 9px;
	border: 1px dotted #3F3F3F;
}

div.error span.ui-radio-state-checked-hover{
	background-position: -11px -33px;
}

.ui-helper-hidden-accessible{
	position: absolute;
	left: -999em;
}.form input.formstyle, .form select{
	width: 200px;
	margin-right: 20px;
}

h2{
	color: #3f3f3f;
	font-size: 16px;
}

.form input.selectbox{
	width: 200px !important;
	background-position: 192px 8px !important;
}

.form .selectbox-wrapper{
	width: 207px;
}

.form .sort_list_holder{
	width: 209px;
	margin-right: 20px;
}

.form{
	margin-top:20px;
}


.form .predefined_value{
	float: left;
	width: 209px;
	margin-right: 20px;
}


.formHead span{
	color: #004990;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

#fileTypeFileSize{
	width: 400px;
	height: 23px;
	padding: 15px 0px 20px 10px;
	margin-bottom: 5px;
	background-color: #F2F2F2;
}

#fileTypeFileSize img{
	float: left;
	margin-right: 10px;
}

#fileTypeFileSize p{
	float: left;
}

#cvUpload{
	width: 410px;
}

#removeCV_floater{
	float: right;
	width: 130px;
}

#removeCV_floater .button_red{
	margin-right: 10px;
}
	
.imageName{
	clear: both;
	float: right;
	margin-top: -60px;
	position: relative;
	right: 0;
}

.imagePane{
	width: 45px;
	height: 52px;
	border: solid 1px #999999;
	float: right;
	marign-top: 0px;
	margin-right: 2px;
}

.postresumedisclaimer{
	color:#3F3F3F;
	float:left;
	margin:0 0 0 20px;
	position:relative;
}

.formErrorMessage{
	float: left;
}
#sortHeaders{
	border: solid 1px #000000;
	height: 28px;
}

#sortHeaders a{
	font-weight: bold;
	text-decoration: none;
	color: #3F3F3F;
	padding-right: 13px;
}

#searchResults{
	min-height: 500px;
}

td{
	height: 27px;
}

td.first{
	width: 320px;
	padding-left: 10px;
}

td.second{
	width: 110px;
}

td.third{
	width: 100px;
	padding-top: 0px;
}

td.last{
	width: 140px;
}

/* Modifi by cpid the width of the colums*/
.cpid_1 td.first{
	width: 360px;
}

.cpid_1 td.second{
	width: 70px;
}

.cpid_17 td.first, .cpid_23 td.first{
	width: 420px;
}

#sortHeaders a.Ascending {
	background: url('/media/default/layout/icons/arrow_darkGrey_up_7x4.gif') no-repeat right 6px;
}

#sortHeaders a.Descending {
	background: url('/media/default/layout/icons/arrow_darkGrey_down_7x4.gif') no-repeat right 6px;
}

.jobs{
	margin-top: 5px;	
}

.jobs a{
	text-decoration:none;
	color:#3F3F3F;
}

.jobs a:hover{
	color: #004990;
	font-weight: bold;
}

.jobs tr:hover.trJobResult td a {
	color: #274c8d;
	font-weight: bold;
}

.jobs tr.even{
	background: #F2F2F2;
}

.jobs tr.odd{
	background: #FFFFFF;
}/*ERROR loading file jobsearchfilters.css*/

