/*ERROR loading file style.css*/

#logo{
	margin-left: 8px;
	float: left;
}

#topNavigation{
	margin-right: 8px;
}

#breadcrumbs{
	margin-top: 15px;
	margin-left: 10px;
}*{
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#3f3f3f;
	line-height:18px;
}

b{
	font-weight: bold;
}

.red{
	color: #EE2E24;
}

.blue{
	color: #004990;
}

.bold{
	font-weight: bold;
}

strong{
	font-weight: bold;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.margin-right-10{
	margin-right: 10px;
}

.clear{
	clear: both;
	line-height: 0;
	font-size: 0;
}

img{
	border: none;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.left{
	float: left;
}

.right{
	float: right;
}

h1, h6{
	margin-bottom: 5px;
	margin-top: 8px;
}

hr{
	height: 1px;
	border: 0 none;
	background-color: #d8d9da;
	color: #d8d9da;
}

hr.title{
	margin-bottom: 10px;
}

.hr{
	border-bottom: solid 1px #d8d9da;
	height: 1px;
	padding-top: 4px;
	line-height: 0;
	font-size: 0;
}

.dotted-hr{
	border-bottom: 1px dotted #D8D9DB;
	height: 1px;
	padding-top: 4px;
	line-height: 0;
	font-size: 0;
}


table{
	border-collapse: collapse;
}

.corner{
	height: 20px;
	background: url(/media/default/layout/icons/arrow_gray_20x20.gif) no-repeat right top;
	border-bottom: solid 1px #D8D9DA;
	margin-bottom: 5px;	
	display: block;
}

.pagequote{
	background: #fff;
	clear: right;
	color: #004990;
	float: right;
	font-family: arialblack, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 10px;
	padding: 8px 12px 16px 25px;
	position: relative;
	right: 0;
	vertical-align: text-top;
	width: 183px;
}

.pagequote p{
	color: #004990;
	font-family: arialblack, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.pagequote .leftarrow, .pagequote .rightarrow{
	background: no-repeat 0px 0px;
	position: absolute;
	width: 6px;
	height: 6px;
}
.pagequote .leftarrow{ background-image: url('/media/default/layout/icons/quote_arrow_left.gif'); left: 13px; top: 3px; }
.pagequote .rightarrow{ background-image: url('/media/default/layout/icons/quote_arrow_right.gif'); right: 5px; bottom: 10px; }

ul li{
	background:url("/media/default/layout/icons/blue_dot_4x4.gif") no-repeat scroll 0 7px transparent;
	list-style-type:none;
	padding-left:15px;
}

.promoContainer{
	height: 124px;
	width: 239px;
	display: block;
	position:relative;
	z-index: 1;
}

.promoContainer .promo{
	position:relative;
}
.promoContainer .promoCorner{
	position:absolute;
	top: 104px;
	left: 219px;
	width: 20px;
	height: 20px;
	display: none;
	z-index: 100;
	background: transparent url('/media/default/layout/icons/arrow_gray_20x20.gif') no-repeat scroll 0px 0px;
}

.promoContainer.height_249 .promoCorner{
	top: 229px;
}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;*/
}
 /*ERROR loading file menuleft.css*/

/*ERROR loading file sIFR-screen.css*/

/*ERROR loading file jobPopup.css*/

