/* Major layout properties */

body {
	margin-top: 0px;
	background-color: #F3F3F3;
	text-align: center;
}

/* (the main table forms the inner content page with shadow borders around it) */
table.maintable {
	/* 850 + 2x41 */
	width: 932px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}

td.mainbody {
	margin-left:0px;
	margin-right:0px;
	text-align: left;
	background-color: white;
	width: 860px;
}

div.innercontentwithbar,
div.innercontent {
	font-family: Verdana;
	font-size: 9pt;
	color: #333333;
	vertical-align: top;
	line-height: 160%;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

div.innercontentwithbar {
	/* 731 - 20 - 20 */
	width: 691px;
	float:left;
	padding-top: 15px;
	border-left: 1px solid #b0b0b0;
}

/* Generic content properties */

.clear {
	clear:both; 
}

img {
	border-style: none;
}

img.bullet {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 2px;
}

.bulletindent {
	margin-left: 24px;
}

a {
	color: #0099FF;
}

a:hover {
	color: #999999;
}

a:visited {
	color: #333333;
}

sup.reference {
	line-height: 1px;
}

sup.reference a.reference {
	color: #333333;
	text-decoration: none;
}

div.youarehere {
	border-bottom: 1px solid #b0b0b0;
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.submenuleft {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.submenuleft {
	float: left;
	font-family: Verdana;
	font-size: 9pt;
	width:125px; 
	color: #666666;
	padding-top: 15px;
	line-height: 24px;
}

a.submenuleft,
a.submenuleft:visited {
	display:block;
	color: #666666;
	text-decoration:none;
	margin-left: 10px;
	padding-left: 10px;
	width: 95px;
	line-height: 24px;
	border-bottom: 1px solid #e0e0e0;
}

.selected,
a.submenuleft:hover {
	/*background:#eeeeee;*/
	color: #0099FF;
}

table.invisible {
	border-collapse: collapse;
}

table.invisible td {
	vertical-align: top;
}

table.spaced td {
	padding-right: 8px;
	vertical-align: top;
}

/* Page shadow */
td.rightfade,
td.leftfade {
	background-image: url(/img/FadeL.jpg);
	background-repeat: repeat-y;
	width: 41px;
}

td.rightfade {
	background-image: url(/img/FadeR.jpg);
}

td.bottomfade {
	background-image: url(/img/FadeB.jpg);
	background-repeat: repeat-x;
	height: 41px;

	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	color: #999999;
	vertical-align: top;
}

td.bottom_right_fade,
td.bottom_left_fade {
	background-image: url(/img/FadeHoekL.jpg);
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
}

td.bottom_right_fade {
	background-image: url(/img/FadeHoekR.jpg);
}


/* ---- Hover popup related ----
 <a href="#" class="popbase">Hover cue<div class="popup">Popup text</div></a>
 N.B. href MUST be filled in or it won't work in IE6 
*/

a.popbase {
	position: relative;
	text-decoration: none;
}

a.popbase:hover {
	/* IE6 fix: the hover style of the LINK must set border, display, position, overflow or background to work */
	border: 0px;
}
	
a.popbase div.popup {
	display: none;
	visibility: hidden;

	position: absolute;
	left: -200px;
	top: 12px;

	border: 1px solid grey;
	background: #ffffcc;
	padding: 5px;
	width: 300px;
	color: #333333;

	font-size: 10pt;
	z-index: 200;

	white-space:normal;
	line-height: 140%;
}

a.popbase:hover div.popup {
	display: block;
	visibility: visible;
}

/* Generic layout elements */
.textcolumn3 {
	float: left;
	padding-left: 20px;
	width: 250px;
}

.textcolumn2,
.textcolumn2h {
	float: left;
	padding-left: 20px;
	width: 335px;
}

.textcolumn2h {
	padding-left: 0px;
}

.textcolumn1 {
	padding-left: 20px;
}

.header {
	font-size: 11pt;
	color: #0099FF;
	margin-bottom: 5px;
}

.smallheader {
	font-size: 9pt;
	color: #0099FF;
	width: 200px;
	line-height: 140%;
}

.marked {
	font-style: italic;
	font-size: 9pt;
}

/* special layout elements */

.founder,
.smallcontent {
	font-size: 8pt;
	color: #333333;
	line-height: 140%;
}

.founder {
	float:right;
}

.employee,
.employeeh {
	border: 1px solid #dddddd;
	float: left;
	margin-left: 10px; 
	padding: 5px;
	width: 210px;
}

.employeeh {
	margin-left: 0px;
}

.jobtitle {
	font-style: italic;
}

