/**
 * Global page style
 * -----------------
 */

html, body, * {
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;	
}

html, body, form {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url('/img/design2/window_bg.png');
	background-repeat: repeat-x;
	text-align: center;
	background-color: #a0a0a0;
	font-size:13px;
	line-height:17px;
}

#page_center {
	width: 985px;
	text-align: left;
	margin: 0 auto;
	background-image: url('/img/design2/page_center_bg.png');
	background-repeat: repeat-y;
	position: relative;
}

/* Top header */
#header_top {
	height: 26px;
	border-bottom: 1px solid #000000;
	background-image: url('/img/design2/header_top_bg.png');
	background-repeat: repeat-x;
}

#header_top a,.header_top {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	border-left: 1px solid #3d7bbb;
	border-right: 1px solid #103257;
	padding: 0px 5px;
	font-size: 12px;
	color: #91b2d5;
	text-decoration: none;
}

#header_top a:hover {
	text-decoration: underline;
}
#header_top_left {
	float: left;
}

/*#header_top div.header_top {
	float: left;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	border-left: 1px solid #3d7bbb;
	border-right: 1px solid #103257;
	padding: 0px 5px;
	font-size: 12px;
	color: #91b2d5;
	text-decoration: none;
}*/

#header_top_left_edge {
	height: 26px;
	width: 1px;
	border-left: 1px solid #3d7bbb;
	float: left;
}

#header_top_right_edge {
	height: 26px;
	width: 1px;
	border-right: 1px solid #103257;
	float: left;
}

#header_top_right {
	float: right;
	clear: right;
}

.bold {
	font-weight: bold;
}

/* Middle header */
#header_middle {
	display: block;
	height: 149px;
	width: 985px;
}

/* Bottom header */
#header_bottom {
	width: 985px;
	height: 38px;
	background-image: url('/img/design2/header_bottom_bg.png');
	background-repeat: repeat-x;
}

#header_bottom .header_bottom_item {
	height: 38px;
	display: block;
	float: left;
}

#header_bottom_jobseeker {
	background-image: url('/img/design2/header_bottom_jobseeker.png');
	background-repeat: no-repeat;
	width: 127px;
}

#header_bottom_employer {
	background-image: url('/img/design2/header_bottom_employer.png');
	background-repeat: no-repeat;
	width: 120px;
	_margin-right: -3px;
}

#header_top a.bold {
	font-style: bold;
}

/* Balloons */
#balloon_jobseeker {
	position: absolute;
	top: 79px;
	left: 650px;
}

#balloon_employer {
	position: absolute;
	top: 79px;
	left: 748px;
}

/* Left body */
#body_left {
	width: 222px;
	background-color: #f1f1f1;
	float: left;
	font-size: 12px;
	color: #0c2a48;
	padding: 20px 15px;
	_padding-right: 11px;
}

#body_left h1 {
	font-size: 16px;
	font-weight: bold;
}

#body_left a {
	text-decoration: none;
	display: block;
	margin: 5px 0px;
}

#body_left a:hover {
	text-decoration: underline;
}


#body_left a.featured_header {
	color: #0c2a48;
	font-weight: bold;
}

#body_left a.featured_employer {
	color: #0c2a48;
	font-style: italic;
}

#body_left div.featured_job {
	position: relative;
	margin-bottom: 10px;
	line-height:13px;
}

#featured_jobhere {
	color: #2e69a6;
	font-size: 13px;
	font-weight: bold;
}


/* Right body */
#body_right {
	width: 733px;
	background-color: #e4e4e4;
	float: left;
}

#body_right_content {
	width: 544px;
	margin: 15px 16px 15px 16px;
	padding: 10px;
	background-color: #ffffff;
	clear: left;
	float: left;
	overflow: hidden;
	position: relative;
	_margin: 15px 16px 15px 8px;
}

#body_right_content h1 {
	color: #0c2a48;
}

/* Right body, skyscraper banner */
#skyscraper {
	margin: 15px 0px;
	width:123px;
	height:600px;
	display: block;
	float: left;
	clear: right;
}


/* Grey tab sections */
div.tabpanel_header {
	background-color: #ffffff;
	background-image: url('/img/design2/tab_bg.png');
	background-repeat: no-repeat;
	
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	width: 522px;
	height: 22px;
	position: relative;
}

div.tabpanel_header h2 {
	color: #8195a3;
	font-size: 14px;
}

div.tabpanel_header a {
	display: block;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.tabpanel {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	padding-top: 5px;
	/*padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;*/
	padding: 5px 10px;
	width: 522px;
}

div.search_result_left {
	background-color: #f5f5f5;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 366px;
	height: 68px;
	float: left;
	clear: left;
}

div.search_result_right {
	background-color: #ffffff;
	margin-bottom: 10px;
	float: left;
}

div.search_result_image {
	padding: 5px;
	width: 130px;
	height: 68px;
	line-height: 68px;
	text-align: center;
}

div.search_result_links {
	font-size: 10px;
	text-align: center;
}

div.search_result_image img {
	vertical-align: middle;
}

div.search_result_resume {
	background-color: #f5f5f5;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 522px;
	float: left;
	clear: left;
}

#print_header {
	display: none;
}

#print {
	display: block;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#recruiter {
	display: block;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	right: 25px;
	font-weight: bold; color: #888888;
}

#print_resume {
	float: right;
	margin-top: -35px;
}


.message_block {
	color: #ffffff;
	width: 522px;
	padding: 10px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

.message_block_info {
	background-color: #1b4899;
}

.message_block_warning {
	background-color: #79681b;
}

.message_block_error {
	background-color: #90210f;
}

#simple_search, #simple_search2 {
	background-image: url('/img/design2/simple_search_bg.png');
	background-repeat: no-repeat;
	width: 524px;
	height: 96px;
	padding: 20px;
	margin-left: -10px;
	margin-top: -10px;
	border-bottom: 10px #e4e4e4 solid;
	
}
#simple_search2 {
	background-image: url('/img/design2/simple_search_bg2.png');
	height: 116px;
}
#simple_search h1, #simple_search2 h1 {
	margin: 3px 20px 6px 4px;
}
#alphabet {
	margin: 10px 0;
}
#simple_search_left {
	width: 255px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	clear: left;
}

#simple_search_right {
	margin-top: 5px;
	float: left;
	width: 240px;
	text-align: right;
}

#simple_search .keywords, #simple_search2 .keywords {
	width: 250px;
	color: #aaaaaa;
	padding: 2px;
}

#simple_search select, #simple_search2 select {
	width: 230px;
	padding: 2px;
}

#simple_search a, #simple_search2 a{
	font-weight: bold;
}

.align_right {
	text-align: right;
}


#banner_block_left1 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/job_posting_special.jpg');
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 3px;
	position: relative;
}

#banner_block_left1 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_left1 div, #banner_block_left2 div  {
	z-index: 10;
	position: absolute;
	top: 144px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_right1 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/search_resumes.jpg');
	background-repeat: no-repeat;
	float: left;
	/*clear: right;*/
	margin-top: 10px;
	position: relative;
}

#banner_block_right1 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_right1 div {
	z-index: 10;
	position: absolute;
	top: 144px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_left2 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/maritime_events.jpg');
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 3px;
	position: relative;
}

#banner_block_left2 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_left2 div {
	width: 240px;
	text-align: center;
	top: 143px;
}

#banner_block_left2 p {
	margin: 7px 0px;
}

#banner_block_right2 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/training_courses.jpg');
	background-repeat: no-repeat;
	float: left;
	/*clear: right;*/
	margin-top: 10px;
	position: relative;
}

#banner_block_right2 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_right2 div {
	z-index: 10;
	position: absolute;
	top: 144px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_right3 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-color: #f1f1f1;
//	background-image: url('/img/design2/partners_block.jpg');
	background-repeat: no-repeat;
	float: left;
	/*clear: right;*/
	margin-top: 10px;
	position: relative;
}

#banner_block_right3 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_right3 div {
	z-index: 10;
	position: absolute;
	top: 137px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_left3 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/mar_com.jpg');
	background-color:#F1F1F1;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 3px;
	font-size: 12px;
	color: #000000;
	position: relative;
}

#banner_block_left3 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_left4 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/design2/partners_block.jpg');
	background-color:#F1F1F1;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 3px;
	font-size: 12px;
	color: #000000;
	position: relative;
}

#banner_block_left4 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_left4 div {
	z-index: 10;
	position: absolute;
	top: 130px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_right4 {
	width: 243px;
	padding: 10px;
	height: 160px;
	background-image: url('/img/design2/banner_block_right2.jpg');
	background-repeat: no-repeat;
	float: left;
	/*clear: right;*/
	margin-top: 10px;
	position: relative;
}

#banner_block_right4 a {
	width: 263px;
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#banner_block_right4 div {
	z-index: 10;
	position: absolute;
	top: 143px;
	left: 0px;
	height: 27px;
	line-height: 27px;
	width: 192px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding: 0px 8px;
}

#banner_block_bottom {
	width: 542px;
	text-align: center;
	font-size: 12px;
	color: #aaaaaa;
	
		
	/*background-image: url('/img/design2/banner_block_bottom.png');
	background-repeat: no-repeat; */
	
	/*height: 80px;*/
	margin-top: 10px;
	float: left;
	
	/*clear: right;*/
}

#banner_welcome_content {
	width: 542px;
	text-align: left;
	font-size: 12px;
	color: #aaaaaa;
	margin-top: 10px;
	float: left;
}

#banner_block_bottom img {
/*	display: block;
	float: left;*/
	vertical-align: middle;
	margin: 0px 0px;
}


#wiqet_panel {
	display: none;
	position: fixed;
	top: 10%;
	left: 30%;
	width: 500px;
	height: 400px;
	z-index: 6000;
	/*background-color: #ffffff;
	border: 0px solid #eeeeee;*/
}

img.thinkmaritime {
	display: block;
	margin-top: 30px;
}

ul.thinkmaritime {
	margin-left: 0px;
	padding-left: 20px;
}

ul.thinkmaritime li a {
	font-weight: bold;
	color: #0c2a48;
	line-height:16px;
}



div.subpanel_white {
	font-size: 13px;
	border: 0px solid #eeeeee;
	background-color: #ffffff;
	margin: 0px;
	width: 543px;
	overflow: hidden; 
	text-overflow: ellipsis;
}


fieldset.sponsored {
	float: none;
	clear: both;
	border: 1px solid #eeeeee;
}

fieldset.sponsored legend {
	color: #aaaaaa;
}

img {
	border: 0;
}
img.menu {
	/*width: 471px;
	height: 140px;*/
	margin-bottom: 30px;
}

.pngfix {
	behavior: url('../js/iepngfix.htc');
}

p {
	margin: 10px 0px;
	*margin: 0;
}
a {
	color: #00308c;
}
div.flash_error {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	
	color: #bb0000;
	border: 1px solid #880000;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	
}
#job_description, #description, #comment {
	height: 200px;
}
#credits {
	margin-top: -13px; 
	margin-right: 2px; 
	/*border: 1px solid black; */
	height: 10px;
}
#menu_link {
	float: right;
	margin-top: -17px;
	margin-right: 3px;
}
#geen_credits {
	float: left; 
	margin-left: 189px; 
	margin-top: -20px; 
	z-index: 100; 
	position: absolute;
	font-size: 13px;
}
div.flash_info {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	
	color: #00bb00;
	border: 1px solid #00bb00;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}

div.subpanel_featured {
	float: none;
	clear: both;

	padding: 5px;
}

div.logo {
	position: relative;
	z-index: 2;
}

div.header {
	background-image: url('/img/new/header.jpg');
	background-repeat: repeat-x;
	height: 145px;
	position: relative;
}

div.bar_recent {
	background-color: #ffffff;
	background-image: url('/img/new/bar_recent.png');
	background-repeat: repeat-x;
	width: 270px;
	height: 19px;
	float: left;
	z-index: 4;
}

div.bar_vacature {
	background-color: #ffffff;
	background-image: url('/img/new/bar_vacature.png');
	background-repeat: repeat-x;
	width: 715px;
	height: 19px;
	float: left;
	clear: right;
	z-index: 4;
}
div.bar_home {
	background-color: #ffffff;
	background-image: url('/img/new/bar_recent.png');
	background-repeat: repeat-x;
	width: 715px;
	height: 19px;
	float: left;
	clear: right;
	z-index: 4;
}

div.bar_cvs {
	background-color: #ffffff;
	background-image: url('/img/new/bar_cvs.png');
	background-repeat: repeat-x;
	width: 715px;
	height: 19px;
	float: left;
        clear: right;
        z-index: 4;
}

div.bar_aanmelden {
	background-color: #ffffff;
	background-image: url('/img/new/bar_aanmelden2.gif');
	background-repeat: repeat-x;
	width: 715px;
	height: 19px;
	float: left;
    clear: right;
    z-index: 4;
}

div.recent {
	background-color: #d9dacd;
	width: 252px;
	_width: 247px;
	float: left;
	margin-right: 32px;
}

div.recent_vac {
	display: block;
	background-image: url('/img/new/bg_vacature.png');
	background-repeat: repeat-x;
	height: 25px;
	line-height: 25px;
	padding-left: 7px;
	vertical-align: middle;
	font-size: 13px;
	position: relative;
}
textarea {
	font-size: 13px;
	resize: none;
}
div.recent div a {
	color: #000000;
	text-decoration: none;
}


div.recent div a:hover {
	text-decoration: underline;
}

div.spacer {
	width: 32px;
	float: left;
}

div.content {
	background-color: #d9dacd;
	width: 543px;
	_width: 523px;
	float: left;
	display: block;
	min-height: 158px;
	overflow: visible;
	_margin-bottom: 20px;
	line-height: 18px;
	*padding-bottom: 25px;
	_padding-bottom: 0;
}

div.content_box {
	background-image:url('/img/new/bg_contentbox.gif');
	background-repeat:repeat-y;
	left:0px;
	margin: 30px 24px 21px 24px;
	*margin: 30px 24px 100px 24px;
	position:relative;
	float: left;
	_margin: 30px 12px 21px 23px;
}

div.content_box_with_menu {
	margin-bottom: 70px;
	top: 50px;
}



#content_box_top {
	background-color: #d9dacd;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#content_box_middle {
	position: relative;
	z-index: 2;
	padding: 10px;
	margin: 0;	
	font-size: 13px;
	width: 476px;
}

#content_box_bottom {
	background-color: #d9dacd;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	_bottom: -1px;
}
#breadcrumbs {
	
	font-size:12px;
	margin-left: 5px;

	
	width: 545px;
	margin-bottom: 11px;
	position: relative;
}


#breadcrumb_current {
	font-weight: bold;
}

#back_button {
	position: absolute;
	top: -3px;
	right: 10px;
}

div.banners {
	width: 158px;
	_width: 158px;
	float: left;
}

div.testimonial {
	background-color: #D9DACD;
	width: 138px;
	font-size:12px;
	padding: 10px;
	float: left;
}

img.logo {
	position: absolute;
	top: 0px;
	left: 215px;
}

img.tip {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 13px;
	width: 21px;
	_margin-right: 11px;
}

#tab_recent {
	background-image: url('/img/new/tab_recent.gif');
	left: 26px;
	bottom: 0px;
	width: 147px;
	height: 27px;
	font-weight:bold;
}

#tab_recent {
	_bottom: -1px;
}

#tab_vacatures {
	background-image: url('/img/new/tab_vacatures.gif');
	left: 360px;
	bottom: 0px;
	width: 120px;
	height: 27px;
	font-weight:bold;
}

#tab_vacatures {
	_bottom: -1px;
}

#tab_cvs {
	background-image: url('/img/new/tab_cvs.gif');
	left: 485px;
	bottom: 0px;
	width: 120px;
	height: 27px;
	font-weight:bold;
}

#tab_cvs {
	_bottom: -1px;
}

#tab_education {
	background-image: url('/img/new/tab_education.gif');
	left: 610px;
	bottom: 0px;
	width: 120px;
	height: 27px;
	font-weight:bold;
}

#tab_education {
	_bottom: -1px;
}

#tab_aanmelden_werkgever, #tab_aanmelden_werknemer {
	background-image: url('/img/new/tab_aanmelden_wg.gif');
	left: 860px;
	bottom: 0px;
	width: 120px;
	height: 27px;
	font-weight:bold;
	_bottom: -1px;
}
#tab_aanmelden_werknemer {
	background-image: url('/img/new/tab_aanmelden_wn.gif');
	left: 735px;
}

#tab_aanmelden {
	_bottom: -1px;
}

.tab {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	line-height: 27px;
	text-align: center;
	font-size: 13px;
	color: #002466;
}

.tab a {
	color: #002466;
	text-decoration: none;
}

.tab a:hover {
	text-decoration: underline;
}

#footer {
	margin-bottom: -5px;
	*margin-top: 20px;
}

#language_switch {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 30px;
}

#menu {
	position: absolute;
	top: 0px;
	right: 19px;
	height: 30px;
}

#menu_links {
	float: left;
	/*top: 0px;
	left: 321px;*/
}

#banner_postfree {
	margin-left: 28px;
	margin-top: 20px;
}

#menu_midden {
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	line-height: 26px;
	font-size: 13px;
	color: #ffffff;
}
#menu_midden a {
	text-decoration: none;
	color: #ffffff;
}
#menu_midden a:hover {
	text-decoration: underline;
}

#menu_rechts {
	/*position: absolute;
	top: 0px;
	right: 0px;*/
	float: left;
	clear: right;
}

#login { 
	background-repeat: no-repeat;
	margin: 7px 5px 0 5px;
	padding: 6px 10px 0 10px;
	
	font-size: 11px;
	line-height: 15px;
	background-image: url('/img/new/login_box_back.png');
	width: 220px;
}

.login_bottom {
	height: 16px;
	width: 240px;
	background: url('/img/new/login_box_bottom.png') no-repeat;
	margin-left: -10px;
	margin-top: -4px;
	background-color: #D9DACD;
	margin-right: -10px;
}

.login_bottom2 {
	margin-bottom: -2px;
}

div.logged_in {
	background-image: url('/img/new/bg_reg.gif');
	height: 67px;
}

div.logged_out {
    background-image: url('/img/new/bg_login.gif');
	height: 150px;
}

#login p {
	margin: 7px 0px;
}

#news {
	background-image: url('/img/new/login_box_back.png');
	background-repeat: no-repeat;
	margin: 5px 5px 0 5px;
	padding: 6px 10px 0 10px;
	height: 93px;
	font-size: 11px;
	line-height: 15px;

}

#news p {
	margin: 7px 0px;
}

#news2 {
	background-image: url('/img/new/bg_login.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px -10px;
	padding: 6px 10px;
	height: 159px;
	font-size: 11px;
	line-height: 15px;
	float: left;
}

#news2 p {
	margin: 7px 0px;
}
input {
	/*background-color: #FFF;*/
}

select.search_combo {
	border: 1px solid #C5C6BA;
	width: 225px;
	*width: 222px;
	_width: 223px;
	overflow: auto;
	background-color: #FFF;
	*margin-bottom: 4px;
	_margin-bottom: 3px;
	margin-left: 3px;
	_margin-left: -2px;
}

select.login {
	border: 1px solid #C5C6BA;
	width: 342px;
	*width: 248px;
	_width: 340px;
	overflow: auto;
	background-color: #FFF;
	_margin-bottom: 3px;
}

textarea.login {
	background-color: #FFF;
	border: 1px solid #C5C6BA;
	width: 338px;
	*width: 335px;
	_width: 334px;
	height: 100px;
	_margin-bottom: 3px;
}

div.checkboxes {
	background-color: #FFF;
	border: 1px solid #C5C6BA;
	overflow: auto;
	width: 275px;
	height: 150px;
	font-size: 12px;
	
	/*width: 275px;
	*width: 272px;
	_width: 273px;
	height: 100px;
	_margin-bottom: 3px;*/
}
/* job seeker styles:
select.login {
	border: 1px solid #C5C6BA;
	width: 280px;
	*width: 283px;
	_width: 280px;
	overflow: auto;
	background-color: #FFF;
	_margin-bottom: 3px;
}

textarea.login {
	background-color: #FFF;
	border: 1px solid #C5C6BA;
	width: 278px;
	_width: 274px;
	height: 100px;
	_margin-bottom: 3px;
}
*/
tinymce {
	_width: 281px;
}
input.login {
	border: 1px solid #C5C6BA;
	width: 330px;
	_width: 326px;
	background-color: #FFF;
	_margin-bottom: 3px;
	padding: 5px;
}

input.login2 {
	border: 1px solid #C5C6BA;
	width: 218px;
	background-color: #FFF;
	padding: 5px;
}

input.zipcode {
	width: 60px;
	background-color: #FFF;
}

input.city {
	width: 152px;
	background-color: #FFF;
}

input.login_submit {
	border: none;
	/* width: 58px; */

	
}
input.login_submit img {
	height: 17px;
}
img.banner {
margin-bottom: -4px;
}

img.bg_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

h1 {
	font-size: 20px;
	margin: 5px 20px 16px 0px;
}

h2 {
	font-size: 17px;
	color: #002566;
	margin: 5px 0px;
}

h3 {
	font-size: 15px;
	margin: 5px 0 3px 0;
}

h4 {
	font-size: 15px;
	color: #011b6e;
}

.job_header {
	font-size: 18px;
	margin: 10px 0 10px 0;
	color:#001133;
	font-weight:bold;
}

label {
	display: block;
	float: left;
	clear: left;
	width: 178px;
	font-weight: bold;
	position: relative;	
}


div.submenu_item {
	float: left;
	margin: 3px;
	/* font-weight: bold; */
}

#error_box {
	background-image:url('/img/new/bg_contentbox_error.gif');
	background-repeat:no-repeat;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	margin:21px 24px 0px 24px;
	padding:0px 5px;
	width:489px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	_margin-left: 12px;
}

#info_box {
	background-image:url('/img/new/bg_contentbox_info.gif');
	background-repeat:no-repeat;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	margin:21px 24px 0px 24px;
	padding:0px 5px;
	width:489px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	_margin-left: 12px;
}

#submenu_box {
	background-image:url('/img/new/bg_contentbox_menu.gif');
	background-repeat:no-repeat;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	margin:21px 24px 0px 24px;
	padding:0px 3px;
	width:489px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	 _margin-left: 12px;
}

#content_area {
	clear: left;
	z-index: 1;
	_margin-left: -24px;
	
}

div.subpanel {
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 463px;
}



div.subpanel_vac {
	border: 1px solid #eeeeee;
	background-color: #DDE1EC;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 463px;
	overflow: hidden; 
	text-overflow: ellipsis;
	clear: both;
}

#mainpanel_search {
	width: 543px;
	height: 550px;
	margin-top: 10px;
}

div.label_search_left {
	width: 263px;
	height: 16px;
	clear: left;
	float: left;
	margin: 3px 10px 3px 0px;
}

div.label_search_right {
	width: 263px;
	height: 16px;
	/* clear: right;*/
	float: left;
	margin: 3px 0px 3px 3px;
}

div.subpanel_search_left {
	width: 263px;
	height: 88px;
	overflow: auto;
	clear: left;
	float: left;
	font-size: 12px;
	margin: 3px 10px 20px 0px;
}

div.subpanel_search_left2 {
	width: 263px;
	/*height: 150px;*/
	overflow: hidden;
	clear: left;
	float: left;
	font-size: 12px;
	margin: 3px 10px 6px 0px;
	padding-bottom: -1px;
	*padding: 5px 3px 6px 3px;
	_margin-top: 3px;
	*width: 226px;
	min-height: 56px;
	*min-height: 46px;
}

div.subpanel_search_inline {
	width: 232px;
	*width: 232px;
	margin: 0px;
	*margin-left: -3px;
	height: 90px;
	overflow: auto;
	font-size: 12px;
}

div.subpanel_search_right {
	width: 263px;
	height: 88px;
	overflow: auto;
	/*clear: right;*/
	float: left;
	font-size: 12px;
	margin: 3px 0px 20px 3px;
}

textarea.subpanel_search_left {
	width: 232px;
	height: 75px;
	overflow: auto;
	clear: left;
	float: left;
	font-size: 12px;
	margin: 3px 3px 6px 0px;
}

textarea.subpanel_search_right {
	width: 263px;
	*width: 230px;
	height: 56px;
	*height: 55px;
	_height: 54px;
	overflow: auto;
	/* clear: right;*/
	float: left;
	font-size: 12px;
	margin: 3px 0px 6px 3px;
}

.subpanel_search_border {
	border: 1px solid #cccccc;
	background-color: #FFF;
}

.subpanel_search_border_horizontal {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFF;
}

p.regions_special {
	margin: 0px 3px;
	vertical-align: middle;
	text-align: center;
	line-height: 84px;
	color: #888888;
}

div.center {
	text-align: center;
}

div.banner_top {
	margin: 0px 5px 9px 5px;
}

#search_button {
	float: right;
	margin: 2px 34px 0px 47px;
}

#search_div_resume {
	margin-top: -3px;
}

#lang_nl {
	border: 0;
	position: absolute;
	top: 0px;
	left: 7px;
}
#lang_en {
	border: 0;
	position: absolute;
	top: 0px;
	left: 37px;
}
#lang_de {
	border: 0;
	position: absolute;
	top: 0px;
	left: 69px;
}
#icoon {
	/*height: 50px;*/
	min-height: 40px;
	margin-bottom: 10px;
}

#icoon img {
	float: left;
	/*display: table-cell;
	vertical-align: middle;*/
	margin-right: 15px;
}

#icoon h1 {
	padding-top: 9px;
	/*float: left;*/
	/*display: table-cell;
	vertical-align: middle;*/
	/*height: 39px;*/
}

p.search {
	margin: 3px 0px;
}

table.job_opening {
	clear: both;
	width: 463px;
}

table.job_opening th {
	background-color: #ecf6fe;
}

table.job_opening td {
	border: 1px solid #ecf6fe;
	background-color: #ffffff;
	line-height: 24px;
}

hr {
	height: 1px;
	background-color: #eeeeee;
	color: #eeeeee;
	margin: 0;
	padding: 0;
	border: 0;
}

div.subpanel_vac hr {
	height: 1px;
	background-color: #BFC7DC;
	color: #BFC7DC;
	margin: 0;
	padding: 0;
	border: 0;

}


div.summary_left {
	width: 220px;
	float: left;
}

div.summary_right {
	width: 220px;
}

table.summary td.left {
	width: 225px;
}

table.summary td.center {
	width: 150px;
}

table.summary td.right {
	width: 75px;
}

a.job_title {
	font-size: 14px;
	color: #011b6e;
	font-weight: bold;
	line-height: 20px;
}

span.jo_label_big {
	font-size: 12px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	float: left;
	clear: left;
	width: 100px;
}

span.jo_text_big_search {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight:normal;
	float: left;
	clear: right;
}
span.jo_text_big {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight:normal;
}

span.jo_label_small {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
	float: left;
	clear: left;
	width: 100px;
}

span.jo_text_small {
	font-size: 11px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
	float: left;
	clear: right;
}

div.jo_text_small {
	width: 360px;
	margin-left: 100px;
}

/* Terms of use */
#terms p.article_header {
	font-size: 17px;
	color: #002566;
	margin: 5px 0px;	
}

#terms p {
	margin: 7px 0px;
}

#terms p label {
	width: 100px;
}

#terms li {
	margin: 7px 0px;
}
.div_cv {
	width: 287px;
	margin-left: 180px;
	*margin-top: -17px;
	min-height: 20px;
	line-height: 20px;
	padding-bottom: 5px;
}
.checkall_checkbox {
	float: right;
	margin-top: -27px;
	*margin-top: -19px;
	_margin-top: -19px;	
	margin-right: -2px;
}
p.select_all {
	margin-top: -12px ;
	text-align: right;
	margin-right: 15px;
	font-size: 10px;
}

a.promotion {
display: block;
position: absolute;
font-weight: bold;
top: 14px;
right: 10px;	
color: #3284bf;
}

.error_msg {
	width: 235px;
	margin-left: 180px;
	text-align: right;
	color: #CC0000;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: 1000px;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.85;
	opacity: .85;
	filter: alpha(opacity=85);	
}
#info_card, #job_posting_card {
	display: none;
	position: fixed;
	top: 40%;
	left: 40%;
	z-index: 6000;
	width: 700px;
	height: 400px;
	margin: -220px 0 0 -250px;
	text-align: left;
	padding: 24px 15px 20px 15px;
	background-color: #FFF;
	_position: absolute;
	font-size: 14px;
	/*background: url('/img/new/fake_pop_up_background2.gif');*/
}
#job_posting_card table td {
	padding-left: 5px;
	padding-right: 5px;
	height: 46px;
	font-size: 13px;
}
.top_spots_prices, .contract_prices {
	background-color: #f5f5f5;
}
.contract_prices {
	height: 24px;
	font-size: 13px;
	font-weight: bold;
}
.contract_prices td {
	padding-left: 5px;
	padding-right: 5px;
}
.contract_prices tr {
	
}
#job_posted h1 {
	float: left; 
	width: 200px;
}
#job_posted h1.h1_center {
	float: none;
	width: 600px;
}
#job_posted span {
	float: left;
	margin-top: 12px;
	font-size: 15px;
	font-weight: bold;
}
#extra_options input {

}
/*#job_posting_card {
	background-color: #C3CF21;
}*/
#info_card table td.left_cell {
	width: 190px;
}
#info_card p, #info_card h1 {
	font-size: 16px;	
}
#info_card h1 {
	font-size: 20px;
}
#infocard_logo {
	height: 150px;
	width: 200px;
	display: block;
	float: right;
}
#account_picture {
	/*float: left;*/
}
#title_contactgegevens {
	margin-top: 20px;
	clear: both;
}


a#delete_picture:hover { 
	background: url('/img/new/delete_red.gif');
}
a#delete_upload { 
	height: 16px;
	width: 16px;
	background: url('/img/new/delete.gif');
	display: block;
	/*border: 1px solid black;*/
	float: right;
	margin-top: -16px;
	margin-right: 40px;
}
a#delete_upload:hover { 
	background: url('/img/new/delete_red.gif');
}
#password_reset {

}
#contact_visible {
	margin-right: 112px;
}
.pages {
clear:left;
font-size:12px;
margin-top: 1em;
margin-bottom: 1em;
margin-left: -12px;
padding:1em;
}
.pages span, .pages a {
	float: left;
	margin-left: 1px;
}
.pages a, .pages span.other {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #FFFFFF;
display:block;
float:left;
padding:0.2em 0.3em;
}
.pages span.actieve {
background:#2E6AB1 none repeat scroll 0%;
border:1px solid #2E6AB1;
color:#FFFFFF;
font-weight:bold;
}
.pages a {
border:1px solid #9AAFE5;
text-decoration:none;
}
.pages a:hover {
border-color:#2E6AB1;
}
.pages a.nextprev {
font-weight:bold;
}
.pages span.nextprev {
color:#666666;
padding: 1px 1px;
}
.pages span.nextprev {
border:1px solid #DDDDDD;
color:#999999;
}
.pages .nextprev-next {
float:right;
}
.pages span.puntjes_no_link {
	display:block;
	float:left;
	margin-right:0.1em;
	padding:0.2em 0.5em;
}

#input_file {
	float: right;
	margin-right: 61px;
	*margin-right: 25px;
	margin-left: 10px;
}
#document {
	border: 1px solid #C5C6BA;
	width: 250px;
	background-color: #FFFFFF;

}
div.top_banner {
float:right;
padding-top:30px;
padding-right:16px;
}
#think_maritime img.alignright {
	float: right;
}
#think_maritime img.alignleft {
	float: left;
}
#think_maritime p {
	margin-bottom: 10px;
}
#think_maritime p.intro_text {
	color: #0C2A48;
	font-weight: bold;
}

div.partner_bronze_column {
	float: left;
	width: 252px;
	font-size: 11px;
}

div.partner_bronze_column ul {
	margin-left: 0px;
	padding-left: 15px;
}

div.partner_bronze_column ul li {
	margin-bottom: 15px;
}

div.partner_header {
	position: relative;
}

div.partner_header select {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
}

div.partner_logos {
	clear: both;
	height: 100px;
}

div.partner_logos a {
	display: block;
	float: left;
	margin: 5px 10px 5px 0px;
}

div.partner_extra {
	clear: both;
	margin: 10px 0px 5px 0px;
	padding: 10px;
	border: 1px solid #dddddd;
}

div.partner_column {
	width: 252px;
	float: left;
	margin: 10px;
	_margin-left: 5px;
	_margin-right: 8px;
}

div.partner_block {
	margin: 10px 0px;
	/*border: 1px solid #dddddd;*/
	padding: 10px;
}

fieldset.partner_block {
	display: block;
	margin: 10px 0px;
	float: none;
	clear: both;
	border: 1px solid #dddddd;
	_padding: 10px;
}

fieldset.partner_block legend {
	color: #aaaaaa;
}

fieldset.partner_block label {
	width: 60px;
	font-weight: normal;
}

fieldset.partner_extra {
	display: block;
	margin: 10px;
	padding: 10px;
	clear: both;
	border: 1px solid #dddddd;
}

fieldset.partner_extra legend {
	color: #aaaaaa;
}

h3.gold {
	color: #bb6d0a;
}

h3.silver {
	color: #7c7a77;
}

h3.bronze {
	color: #c0865e;
}

#back_button_partners {
	position: absolute;
	top: 25px;
	right: 0px;
}

#back_button_jobs {
	position: absolute;
	top: 18px;
	right: 10px;
}

#partner_map {
	width: 500px;
	height: 400px;
}

#partner_map_directions_entry {
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #dddddd;
	background-color: #f9f9f9;
	
}





/**
 * New purchase form
 */
#contract_form fieldset {
	margin: 20px 0px 10px 0px;
	border: 0;
}
#contract_form fieldset legend {
	font-size: 17px;
	color: #063873;
}

#contract_form fieldset legend span {
	font-size: 13px;
	font-style: italic;
}

#contract_form fieldset div {
	background-color: #f4f4f4;
	margin: 7px 0px;
	padding: 7px;
	position: relative;
	height: 33px;
}

#contract_form fieldset div#job_promotion {
	font-weight: bold;
	height: auto;
}

#contract_form fieldset div input {
	width: 20px;
	text-align: center;
}

#contract_form fieldset div span.package_name {
	position: absolute;
	left: 45px;
	top: 8px;
	font-weight: bold;
}


#contract_form fieldset div span.package_description {
	position: absolute;
	left: 45px;
	top: 24px;
	font-style: italic;
}

#contract_form fieldset div span.package_price_old {
	position: absolute;
	right: 8px;
	top: 6px;
	text-decoration: line-through;
	font-size: 12px;
}

#contract_form fieldset div span.package_price {
	position: absolute;
	right: 8px;
	top: 24px;
	font-weight: bold;
}

#contract_form fieldset div span.package_price_tip {
	position: absolute;
	right: 8px;
	top: 8px;
	font-weight: bold;
}

#contract_form fieldset#voucher {
	float: left;
	width: 260px;
	margin-top: 0px;
	height: 50px;
	padding-right: 3px;
	
	position: absolute;
	left: 10px;
	bottom: 64px;
}

#contract_form fieldset#voucher div#voucher_closed {
	font-size: 12px;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
}

#contract_form fieldset#voucher div#voucher_opened {
	font-size: 12px;
	line-height: 33px;
	vertical-align: middle;
}


#contract_form fieldset#voucher div#voucher_opened input {
	width: 75px;
	font-size: 11px;
	text-align: left;
}

#contract_form fieldset#voucher div#voucher_opened span {
	color: #008800;
	position: absolute;
	right: 7px;
	top: 0px;
	*top: 3px;
	display: block;
	line-height: 47px;
	vertical-align: middle;
	height: 47px;
}

#contract_form fieldset#total_costs {
	float: left;
	width: 260px;
	margin-top: 0px;
	height: 50px;
	padding-left: 3px;
	position: absolute;
	right: 10px;
	bottom: 64px;
}

#contract_form fieldset#total_costs div {
	font-size: 17px;
	font-weight: bold;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
}



#contract_form fieldset#submit_footer {
	clear: both;
	margin-top: 80px;
	position: relative;
	height: 35px;
}

#contract_form fieldset#submit_footer img {
	position: absolute;
	top: 10px;
	left: 7px;
}

#contract_form fieldset#submit_footer input {
	position: absolute;
	top: 7px;
	right: 25px;
	background-color: #3c8319;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 24px;
	vertical-align: middle;
}