	body {
		color:#333333;
		font-family:Arial,Verdana,sans-serif;
		font-size:13px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height:100%;
		line-height:normal;
		margin:0;
		padding:0;
	}
	
	label, td {
		color:#333333;
		font-family:Arial,Verdana,sans-serif;
		font-size:13px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:normal;
		margin:0;
		padding:0;
	}

	body table {
		width:100%;
		font:inherit;
	}

	img {
	border: 0px;
	}

h1 {
	color: #4B4B4B;
	font-size: 14pt;
}

h2 {
	color: #0A3564;
	font-size: 12pt;
	border-bottom: 1px solid #7BB4F2;
}


.dh2 {
	color: #0A3564;
	font-size: 12pt;
}
/*
.memo-block {
	display: none;
}

.memo-text {
	background: #FDDC02;
	padding: 5px;
}

.memo-text-edit {
	padding: 0px;
	background: #000;
}


.has-memo {
	background: #FDDC02;
	width: 20px;
	height: 10px;

	display: block;
}

.no-memo {
	background: #CCCCCC;
	width: 20px;
	height: 10px;
	display: block;
}
*/
	
	
	a {
		color:#1074E4;
	}
	
	#logo {
		padding-left:15px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		display: block;
	}
	
	#menu {
		background: transparent url('images/menu_background.gif') repeat scroll 0 0;
		font-size:16px;
	}
	
	#menu ul {
		margin:0px;
		padding:0px;
		list-style:none;
		list-style-position:outside;
	}
	
	#menu li {
		float:left;
		background-image:url('images/menu_item_seperator.gif');
		background-position:top left;
		background-repeat:no-repeat;
		display:block;
	}

	#menu li a {
		display:block;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		padding:0px 30px 4px 30px;
	}

	#menu li a:hover {
		background-image:url('images/menu_item_over.gif');
		color:#ffffff;
		font-weight:bold;
		text-decoration:none;
	}
	
	#submenu {
		background:#EAF3FD;
		background-image:url('images/menubg.png');
		font-size:13px;
		padding:0px;
		margin:0px;
		z-index: 9;
	}
	
	.breadcrumb {
		background:#EAF3FD;
	}
	
	.breadcrumb h1 {
		margin:0px;
		padding-top:10px;
		padding-left:20px;
		padding-bottom:10px;
		font-size:20px;
	}
	
	#submenu ul {
		display:block;
		margin:0px;
		margin-left:20px;
		padding:0px;
		list-style:none;
		list-style-position:outside;
	}
	
	#submenu ul li {
		display:block;
		float:left;
		padding-right:15px;
	}
	
	#submenu ul li a {
		display:block;
		padding:5px;
	}

	#submenu a.active {
			border-collapse:separate;
		top:1px;
		background:#fff;
		border-top:#7BB4F2 1px solid;
		border-left:#7BB4F2 1px solid;
		border-right:#7BB4F2 1px solid;

		font-weight:bold;
		color:#1B1B1B;
		text-decoration:none;
		z-index: 10;
	}
	
	#content {
		padding-top:15px;
		padding-bottom:15px;
		padding-left:30px;
		padding-right:40px;
	}
	
	#footer {
		border-top:#7BB4F2 1px solid;
		background:#EAF3FD;
		text-align:center;
		font-size:11px;
		padding:3px;
	}

.form {
	
}

.form td {
	padding: 3px;
}

.saving-sign {
	color: #fff;
	font-weight: bold;
	background: #CE0F0F;
	padding: 2px;
}

table.tabel {
	border-spacing: 0px;
	border-collapse: collapse;
	
	page-break-inside: avoid;

}

.tabel th,td {
	text-align: left;
	padding:1px;
}

.tabel th.first,td.first {
	width: 10px;
}

.tabel .columns {
	border-bottom: 1px solid #CCCCCC;
	font-size: 11pt;
	font-weight: bold;
	background: #EAF3FD;
}

.tabel .columns td {
	border-bottom: 1px solid #CCCCCC;
/*	link: #000000;   */
}

.tabel select {
	float: left;
}

.memo-block {
	display: none;
}

.memo-text {
/*	background: #FDDC02;*/
	background: #FFFF99;
	
	padding: 10px;
}

.memo-text-edit {
	padding: 0px;
	background: #FFFF99;
}

.not-qualified-candidate {
	background: #E80000;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
}

.qualified-candidate {
	background: #48DC0E;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
}

.new-candidate {
	background: #0D6FDC;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
	text-align: center;
}

.has-memo {
/*	background: #FDDC02;*/
	background:#FFFF99;
/*
	width: 20px;
	height: 10px;
*/
	height: 100%;
	display: block;
}

.no-memo {
	background: #CCCCCC;
/*
	width: 20px;
	height: 10px;
*/
	height: 100%;
	display: block;
}

.new {
	border:1px dashed #2EB001;
	font-weight:bold;
	/*color:#fff;*/
}

.big-link {
	color: #1074E4;
	font-size: 14pt;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

#model-overlay {
  background-color:#000;
  cursor:wait;
}

#modal-container {
  height:400px;
  width:600px;
  left:50%;
  top:15%;
  margin-left:-300px; /* half the width, to center */
  background-color:#fff;
  border:3px solid #ccc;
}


.button {
	border-spacing:0px;
	background-color:#0F73E3;
	/*background-image:url('/images/button_background.gif');*/
	color:#fff;
	border:none;
	font-size:10pt;
	font-weight:bold;
	padding:2px;
}

.button1 {
	border-spacing:0px;
	background-color:#DD0000;
	/*background-image:url('/images/button_negation_background.gif');*/
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	border:none;
	padding:2px;
}

.button2 {
	border-spacing:0px;
	background-color:#FF6600;
	/*background-image:url('/images/button_negation_background.gif');*/
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	border:none;
	padding:2px;
}





.placeline
{
	border-bottom: 1px solid #7BB4F2;
}

.jobbox
{
	border: 1px solid #7BB4F2;
	background-color: #EAF3FD;
}

#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 1px solid #7BB4F2;
	padding: 10px;
	background-color: #EAF3FD;
	visibility: hidden;
	z-index: 100;
}

 #popupmemo
 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
border: 1px solid #7BB4F2;
background-color: #EAF3FD;
  width: 630px;
  height: 410px;
 }
 

html {
     overflow: -moz-scrollbars-vertical;
}

p
{
  margin: 0;
}




.zwart .kader_boven { background-image:url('/images/logink/boven.png'); background-repeat:repeat-x; }
.zwart .kader_onder { background-image:url('/images/logink/onder.png'); background-repeat:repeat-x; }
.zwart .kader_rechts { background-image:url('/images/logink/rechts.png'); background-repeat:repeat-y; }
.zwart .kader_links { background-image:url('/images/logink/links.png'); background-repeat:repeat-y; }
.zwart .kader_lboven { background-image:url('/images/logink/linksboven.png'); height: 29px; width: 28px; background-repeat:no-repeat;}
.zwart .kader_londer { background-image:url('/images/logink/linksonder.png'); height:  28px; width: 28px; background-repeat:no-repeat;}
.zwart .kader_rboven { background-image:url('/images/logink/rechtsboven.png'); height: 29px; width: 30px; background-repeat:no-repeat;}
.zwart .kader_ronder { background-image:url('/images/logink/rechtsonder.png'); height: 28px; width: 30px; background-repeat:no-repeat;}



.blauw .kader_boven { background-image:url('/images/login/boven.png'); background-repeat:repeat-x; }
.blauw .kader_onder { background-image:url('/images/login/onder.png'); background-repeat:repeat-x; }
.blauw .kader_rechts { background-image:url('/images/login/rechts.png'); background-repeat:repeat-y; }
.blauw .kader_links { background-image:url('/images/login/links.png'); background-repeat:repeat-y; }
.blauw .kader_lboven { background-image:url('/images/login/linksboven.png'); height: 29px; width: 28px; background-repeat:no-repeat; }
.blauw .kader_londer { background-image:url('/images/login/linksonder.png'); height:  28px; width: 28px; background-repeat:no-repeat; }
.blauw .kader_rboven { background-image:url('/images/login/rechtsboven.png'); height: 29px; width: 30px; background-repeat:no-repeat; }
.blauw .kader_ronder { background-image:url('/images/login/rechtsonder.png'); height: 28px; width: 30px; background-repeat:no-repeat; }


