@import url("backend/supporting/content.css");

/*
#####
Styles that influence:
Whole HTML document
#####
*/


/* NIEUWE CLEARFIX STYLE */

	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }
	
/* OUDE CLEARFIX STYLE *

	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix {display:inline-block;}
	.clearfix {display:block;}
	* html .clearfix { height: 1%; }
	
*/
	


/* Set paddings and margins to zero as default */
* {
  padding:0;
  margin:0;
}

body {
  font-family:arial, sans-serif;
  font-size:12px;
  background-color:#f3f4f8;
  text-align:justify;
}


a:link,
a:visited {
  text-decoration:none;
}

a:hover,
a:active {
  text-decoration:underline;
}

img{
	border:0;

}

img, #logo, #header_overlay, #bottom{
	/*behavior:url("/iepngfix.htc");*/
}
	


h1 {
  font-size:22px;
  color:#002664;
  font-weight:normal;
  margin:10px 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom:1px solid #f2f5fb;
}

a.arrow,
a.middlearrow {
  padding-left:10px;
  background-image:url("images/arrow_orange.gif");
  background-position:left center;
  background-repeat:no-repeat;
}

p {
  margin-bottom:15px;
}

#container {
  width:980px;
  margin:0 auto;
  padding:0 6px;
  background-image:url("images/bg_shade.png");
  background-repeat:repeat-y;
  background-position:top center;
}

div.redtitle,
div.bluetitle {
  font-weight:bold;
  
  padding:3px 10px 1px 10px;
  margin:10px;
  width:189px;
}

div.redtitle {
  color:#fff;
  background-color:#9e3039;
  border-right:1px solid #6e2228;
  border-bottom:1px solid #6e2228;
}

div.redtitle a {
	display: block; background: url(images/arrow_white.gif) no-repeat right 5px; color: #FFF !important;
}

div.bluetitle {
  color:#002664;
  background-color:#e0eefb;
  border-right:1px solid #cae2f9;
  border-bottom:1px solid #cae2f9;
}

div.right {
  width:100%;
  text-align:right;
}

div.center {
  width:100%;
  text-align:center;
}

/*
#####
Container - Head
#####
*/

#head {
  width:100%;
  height:90px;
  color:#fff;
  font-weight:bold;
  font-size:11px;
  background-image:url("images/head_bg.jpg");
	position: relative;
}

#head div.sublogo {
  /*margin:49px 0 0 19px;*/
  position:absolute;
	left: 19px;
	top: 49px;
  font-size:10.5px;
}

/*
#####
Container - Head - Navigation & Rightupnav
#####
*/

#navigation {
  position:absolute;
	left: 229px;
	bottom: 0px;
  line-height:20px;
  border-left:1px solid #5581a6;
  z-index: 100;
  color: #075093;
  text-align:left;
}

#navigation ul,
#rightupnav ul,
#navigation li,
#rightupnav li {
	list-style: none;
}

#navigation ul li,
#rightupnav ul li {
  border-right: 1px solid #5581a6;
	display: block;
	float: left;
	position: relative;
}

#navigation ul li:hover
{
	background: #FFF;
}
#navigation ul li:hover ul li:hover
{
	background: #FFF url(images/arrow_orange.gif) no-repeat 6px 9px;
}
#navigation ul li:hover ul li:hover ul li:hover
{
	background: #e8ecf8 url(images/arrow_orange.gif) no-repeat 6px 9px;
}
#navigation ul li:hover a, 
#navigation ul li:hover ul li:hover a 
{
  text-decoration: left !important;
  color: #075093 !important;
}
#navigation ul li:hover ul li:hover ul li:hover a 
{
  text-decoration: left !important;
  color: #006 !important;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#rightupnav ul li a:link,
#rightupnav ul li a:visited {
  color:#fff;
	display: block;
  line-height:14px;
  padding:3px 9px;
}

#navigation ul li.nav_active,
#navigation ul li:hover ul li.nav_active {
  background: #fff url(images/arrow_orange.gif) no-repeat 6px 9px;
}

#navigation ul li.nav_active a:link,
#navigation ul li.nav_active a:visited,
#navigation ul li:hover ul li.nav_active a:link,
#navigation ul li:hover ul li.nav_active a:visited {
  color:#006;
}

#navigation ul li ul, #navigation ul li:hover ul li ul {
	display: none;
}

#navigation ul li:hover ul {
	display: block;
	position: absolute;
	width: 130px;
	top: 20px;
	left: 0px;
	background: #e8ecf8;
}

#navigation ul li:hover ul li {
	display: block;
  padding: 0px 0px 0px 10px;
	background: #e8ecf8 url(images/arrow_orange.gif) no-repeat 6px 9px;
	border-bottom: 1px solid #bccce3;
	width: 120px;
  border-right: none;
}

#navigation ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	width: 130px;
	top: 0px;
	left: 130px;
	background: #FFF;
  border-top: 1px solid #bccce3;
  border-left: 1px solid #bccce3;
  border-right: 1px solid #bccce3;
}

#navigation ul li:hover ul li:hover ul li {
	display: block;
  padding: 0px 0px 0px 10px;
	background: #FFF url(images/arrow_orange.gif) no-repeat 6px 9px;
	border-bottom: 1px solid #bccce3;
	width: 120px;
  border-right: none;
}

#navigation ul li:hover ul li a:link,
#navigation ul li:hover ul li a:visited,
#rightupnav ul li:hover ul li a:link,
#rightupnav ul li:hover ul li a:visited {
	display: block;
  line-height:14px;
  padding:4px 9px;
	font-weight: normal !important;
}

#rightupnav {
  position:absolute;
	right: 0px;
	top: 0px;
}

#rightupnav ul li.noborder {
  border:none;
}

/*
#####
Container - Body
#####
*/

#body:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; }

#body {
  /*min-height:435px;
  height:auto !important;
  height:435px;*/
  width:980px;
}

/*
#####
Container - Body - Leftcol
#####
*/
* html div#leftcol {
	padding-bottom: 90px;
}

#leftcol {
  width:230px;
  float: left;
  min-height:430px;
  height:auto !important;
  
}

#leftcol div.menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#leftcol div.menu {
  padding:10px 10px 5px 10px;
  background-color:#e8ecf8;
  overflow:hidden;
}

#leftcol div.myperspective,
#leftcol div.myperspective_shorter {
  height:182px;
  padding:14px 16px;
  color:#fff;
  background-image:url("images/my_perspective_bg_color.png");
  overflow:hidden;
}

#leftcol div.myperspective_shorter {
  height:122px;
  text-align:center;
}

#leftcol div.myperspective a:link,
#leftcol div.myperspective a:visited {
  color:#fff;
}

#leftcol div.lcbody {
  width:100%;
  text-align:left;
}

#leftcol div.lcbody img {
  margin-top:10px;
}

#leftcol div.lcbody li.main_item,
#leftcol div.lcbody li.main_item_active {
  padding:7px 7px 7px 17px;
  border-bottom:1px solid #e7ecf8;
  color:#007ca1;
  font-size:11px;
  background-image:url("images/arrow_orange_longer.gif");
  background-position:left center;
  background-repeat:no-repeat;
  display:block;
}

#leftcol div.lcbody li a:link,
#leftcol div.lcbody li a:visited {
  color:#007ca1;
}

#leftcol div.lcbody li.sub_item {
  padding:7px 7px 7px 37px;
  background-color:#f1f4fc;
  border-bottom:1px solid #e7ecf8;
  color:#007ca1;
  font-size:11px;
  display:block;
}

#leftcol div.lcbody li.main_item_active {
  background-image:url("images/arrow_orange_down.gif");
}

/*
#####
Container - Body - Midcol
#####
*/

#midcol {
	width: 520px;
	float: left;
	
	
}

#midcol div.mchead {
  width:520px;
  height:210px;
  background-image:url("images/banner_personality.jpg");
  background-repeat:no-repeat;
  color:#fff;
  font-size:11px;
}

#midcol div.mchead_shorter {
  width:520px;
  height:150px;
  background-image:url("images/banner_shorter.jpg");
}

#midcol div.mchead p {
  padding:147px 0 0 15px;
}

#midcol div.mcbody {
  /*width:478px;*/
	width: 480px;
  min-height:480px;
  height:auto !important;
  padding:10px 20px;
  /*border-left:1px solid #e7ecf8;
  border-right:1px solid #e7ecf8;*/
	background: url(images/midcol_borders.gif) repeat-y left;
  color:#555;
	overflow-x: hidden;
}

#midcol div.mcbody div.leftcol {
  position:relative;
  /*width:234px;*/
	width: 235px;
  margin:0 10px 10px 0;
}

#midcol div.mcbody div.rightcol {
  position:absolute;
  /*width:234px;*/
	width: 235px;
  margin:0 0 10px 245px;
}

#midcol div.mcbody div.heading {
  background: #fa9a00 url(images/arrow_white.gif) no-repeat 94% 50%;
  font-weight:bold;
  color:#fff;
  /*width:219px;*/
	width:220px;
  padding:1px 10px 2px 5px;
}
#midcol div.mcbody div.no_arrow_head {
	background-image: none;
}

#midcol div.mcbody div.heading a {
  display:block;
  width:100%;
  height:100%;
}

#midcol div.mcbody div.heading span,
#midcol div.mcbody div.heading a:link,
#midcol div.mcbody div.heading a:visited {
  color:#fff;
}

#midcol div.mcbody div.body {
  padding:5px;
}

#midcol div.mcbody div.title,
#midcol div.mcbody p.description,
#midcol div.mcbody p.date,
span.title {
  font-size:11px;
}

#midcol div.mcbody p.block_descr {
  font-size:11px;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 2px;
}

#midcol div.mcbody div.title,
span.title {
  color:#007c92;
  font-weight:bold;
  text-align: left;
}

#midcol div.mcbody div.title a:link,
#midcol div.mcbody div.title a:visited {
  color:#007c92;
  text-align: left;
}

#midcol div.mcbody p.date {
  color:#999;
  margin-bottom:0;
}

#midcol div.mcbody p.description {
  margin-bottom:5px;
}

#midcol div.mcbody p.more {
  margin-top:18px;
  font-size:12px;
}

#midcol div.mcbody p.block_more {
  font-size:11px;
}

#midcol div.mcbody p.block_more a:link,
#midcol div.mcbody p.block_more a:visited,
#midcol div.mcbody p.more a:link,
#midcol div.mcbody p.more a:visited {
  color:#007c92;
}

#midcol div.mcbody div.breadcrumbs {
  color:#007c92;
  font-size:11px;
}

#midcol div.mcbody p.smaller {
  font-size:11px;
}

#midcol div.mcbody a:link,
#midcol div.mcbody a:visited {
  color:#007c92;
}





#midcol .mchead_landing { width:520px; height:210px; background: url(images/banner_personality2.jpg) no-repeat; color:#fff; font-size:11px; }
#midcol #landing_body { width:518px; padding:10px 0px 0px 0px; /*min-height:265px; height:auto !important; height:265px;*/ }
#midcol #landing_body h1 { border: none; padding: 0px 14px 5px 14px; font-weight: bold; }
#midcol #landing_body p { padding: 0px 14px 10px 14px; }

div#landing_choice { width: 518px; overflow: hidden; }
div.lc_cont { width: 258px; float: left; background: #fafbff; padding: 0px 0px 20px 0px; }
div.lc_cont h2 { font-size: 12px; font-family: Arial; font-weight: bold; color: #FFF; display: block; margin: 0px; padding: 2px 0px 3px 14px; }
div.lc_cont p { padding: 6px 14px 15px 14px !important; }
div.lc_cont a.arrow { position: relative; left: 14px; color: #747476 !important; }

div#lc_grad { margin-right: 1px; }
div#lc_grad h2 { background: #fc9900 url(images/arrow_white.gif) no-repeat 247px 8px; }
div#lc_grad a:hover,
a:active {
  text-decoration:none;
}
div#lc_exp { margin-left: 1px; }
div#lc_exp h2 { background: #017991 url(images/arrow_white.gif) no-repeat 247px 8px; }
div#lc_exp a.arrow { background-image: url(images/arrow_green.gif); }



div.search_opps_wrap { width:478px; padding-top: 10px; }
	
	div.input_holder { width: 478px; overflow: hidden; margin: 0px 0px 6px 0px; }
		div.input_holder label, div.input_holder input, div.input_holder select.so_sslc_input, div.input_holder span { display: block; float: left; }
	
		div.input_holder label { width: 120px; padding: 4px 0px 0px 0px; }
		div.input_holder input.so_txt_input, div.input_holder select.so_sslc_input { width: 200px; border: 1px solid #809dbb; font-size: 13px; font-family: Arial; color: #000; }
		div.input_holder input.so_txt_input { width: 190px; padding: 2px 4px; }
		div.input_holder select.so_sslc_input { width: 200px; padding: 1px 0px; }
		div.input_holder span { padding: 4px 0px 0px 5px; }
		div.input_holder span a { text-decoration: underline; color: #00359d !important; }
		div.input_holder span a:hover { text-decoration: none; }

	div.submit_holder { width: 478px; margin: 25px 0px; }
		div.submit_holder input.so_submit { width: 150px; position: relative; left: 172px; }

div.car_ev_nl_wrap { width:456px; background: #f2f6f9; border: 1px solid #075094; padding: 10px 10px 4px 10px; margin-bottom: 100px; }
	div.car_ev_nl_wrap p { margin: 0px; padding: 0px; }
	div.car_ev_nl_wrap div.input_holder { width: 456px; }
		.car_ev_nl_wrap input.gobutton { float: left; position: relative; top: 4px; background-color: #f2f6f9 !important; }

img.intxt_img { float: left; margin: 0px 5px 5px 0px; }
p.spacious { line-height: 18px; }


#midcol div.mcbody p b {
	color: #007d9e;
}

a.center_start_btn { outline: none; }
a.center_start_btn img { display: block; margin: 0px auto; border: none; }



/*
#####
Container - Body - Rightcol
#####
*/

#rightcol {
  width:230px;
  float: right;
  overflow: hidden;
}

#rightcol div.menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

#rightcol div.menu {
  padding:10px 10px 5px 10px;
  background-color:#e8ecf8;
  overflow:hidden;
}

#rightcol div.menu a.arrow {
  color:#007c92;
  padding:8px 10px 7px 10px;
  border-bottom:1px solid #bbcde4;
  display:block;
}

/*#rightcol div.menu img {
  margin-top:5px;
	float: left;
}

#rightcol div.menu div.rightpart {
  margin: 5px 10px 0 7px;
	width: 127px;
	float: left;
}

#rightcol div.menu a.smaller_arrow{
  padding-left:10px;
  background-image:url("images/arrow_orange.gif");
  background-position:left center;
  background-repeat:no-repeat;
  display:block;
}

#rightcol div.menu p {
  padding-left: 10px;
  width: 117px;
  margin: 0;
}
*/

#rightcol div.menu div.blog_post { width: 210px; margin: 10px 10px 0 0px; } 
#rightcol div.menu div.blog_post a.blog_img_lnk { float: left; } 
#rightcol div.menu div.blog_post a.blog_img_lnk img { float: left; } 
#rightcol div.menu div.blog_post p { padding: 0px 0px 0px 7px; float:
right; width: 140px; background: url(images/arrow_orange.gif) no-repeat 0px 5px; margin: 0 !important; } 
#rightcol div.menu div.blog_post p a.blog_post_title { display: block; }


#rightcol a:link,
#rightcol a:visited {
  color:#007c92;
}

#rightcol div.menu em {
  font-weight:bold;
  color:#9f2f3d;
  text-transform:uppercase;
  font-style:normal;
}

#rightcol p {
  width:190px;
  font-size:11px;
  color:#666;
  margin:10px auto 0px auto;
}

#rightcol a.middlearrow {
  font-size:11px;
  line-height:26px;
  margin:10px;
}

#rightcol form {
  margin-left:20px;
  font-size:11px;
  color:#555;
}

.car_ev_nl_wrap input.gobutton,
#rightcol input.gobutton {
  padding-left:10px;
  background-image:url("images/arrow_orange.gif");
  background-position:left center;
  background-repeat:no-repeat;
  color:#007c92;
  border:none;
  background-color:#fff;
  font-size:11px;
  margin-left:5px;
}

#rightcol input.field {
  width:145px;
  border:1px solid #555;
}

/*
#####
Container - Foot
#####
*/

#foot {
  width:940px;
  height:42px;
  border-top: 1px solid #e7ecf8;
  padding:22px 20px 20px 20px;
}

#foot div.joinusat {
  width:210px;
  margin:-113px 0 0 -15px;
  position:absolute;
}

#foot div.joinusat img{
  margin:12px 0 0 15px;
  padding:0;
}

#foot div.text {
  position:absolute;
  width:710px;
  font-size:11px;
  color:#c3c3c3;
}

#foot img.topemployer {
  position:relative;
  float:right;
}



#inputfield
{
	font-size:11px !important;
	
}

/*==========================================================================================================================
 NEW CSS For Ambassadors
============================================================================================================================*/

#midcol div.mcbody a:link,
#midcol div.mcbody a:visited {
  color:#002664;
}
 
div.bluetitle {
  color:#012863;
  background-color:#eff6fe;
  border-top:1px dashed #c7d0ed;
  border-bottom:1px dashed #c7d0ed;
  width:auto;
  margin:10px 0 10px 0;
  padding: 5px 0 5px 10px;
}
 
div.LoginControlBox{
 padding:5px 0 0 5px;
}
div.LoginControlBox input{
 margin:3px;
}
div.LoginControlBox input.text{
 height:18px;
 width:215px;
 border:1px solid #cccccc;
 vertical-align:top;
 line-height:15px;
 text-align: left;
 padding-left:5px;
 padding-top:2px;
}
div.LoginControlBox input.inSuggestion{
 color:#cccccc;
}
div.LoginControlBox label.suggestion{
 display:block;
 overflow:hidden;
 width:1px;
 height:1px;
 text-indent:-1000px;
}
#Repeater1 div.blok {
 width:100px;
 height:200px;
 border:1px solid #085195;
 text-align:center;
 background-color:white;
}
#Repeater1 div.blok  img {
 border-width: 0px;
 height: 120px;
 width: 90px;
}
#Repeater1 div.pic{
 height:70px;
 overflow:visible;
}
#Repeater1 div.name{
 margin-top:55px;
 height:35px;
 width:100px;
 overflow:hidden;
 font-weight: bold;
 color:#002664;

}
#Repeater1 div.school{
 width:90px;
 height:25px;
 margin-left:5px;
 padding-top:2px;
 border-top:1px dashed #c7d0ed;
 color:#002664;
}


#Repeater1 .ambassador {
 border-top:1px dashed #c7d0ed;
}
#Repeater1 .ambassador td{
 padding-top:15px;
 padding-bottom:15px;
  vertical-align:top;
}

#Repeater1 .ambassador  img{
 width:200px;
 height:130px;
 border:1px solid #085195;
}
#Repeater1 .ambassador  strong{
 display:block;
 float:left;
 font-weight:normal;
 color:#0a508e;
}
#Repeater1 .ambassador  .description{
 margin-top: 20px;
}


.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}

.popup
{
    width:600px;
    padding:10px 10px;
    background-color:#E3E3E3;
    height:400px;
    z-index: 1000;
	position:relative;
}