* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #663300;
}
body {
	margin: 0px;
	overflow: hidden;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: none;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #663300;
	scrollbar-highlight-color: #663300;
	scrollbar-shadow-color: #663300;
}
.pageTitle {
	font-size: 25px;
	letter-spacing: 20px;
	text-align: center;
	text-align: expression("justify");
	text-justify: distribute-all-lines;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 55px;
	height: expression("60px");
	width: 100%;
	filter: "progid:DXImageTransform.Microsoft.Shadow(color='#C3C3C3', Direction=135, Strength=4)";
}
.showMe {
	height: 78%;
	width: 90%;
	overflow: auto;
	position: absolute;
	top: 89px;
	left: 5%;
	scrollbar-base-color: lightblue;
	background-color: #FDE3BD;
	padding: expression("10px");
}
.showMe DIV {
	padding: 10px;
	padding: expression("0px");
}
.hideMe {
	display: none;
}

.photoText {
	font-size: 7pt;
}
.foto {
	margin: 10px;
}
.grotekop {
	font-size: 18px;
	font-weight: bold;
}
.clickLink {
	cursor: pointer;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #663300;
}
.buttons {
	color: #FFFFFF;
	background-color: #663300;
}
.oproep {
	border-style: solid;
	border-width: 1px;
	border-color: #663300;
	padding: 4px;
	line-height: 2;
	width: 80%;
}
/* ------------ Agenda blok ------------ */
.agenda {
	border-collapse: collapse;
	border-width: 0px;
	width: 80%;
}
.agenda TD {
	border-style: solid;
	border-width: 1px;
	border-color: #663300;
	padding: 4px;
}
.agenda .rtextlicht {
	text-align: right;
}
.agenda .rtextdonker {
	background-color: #FFAA2B;
	text-align: right;
	width: 80px;
}
.agenda .blankline td {
	border-width: 0px;
}
/* --------------message block------------- */
.message {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}
.message TD {
	background-color: #F9C06B;
	border-right: #FDE3BD solid 5px;
	text-align: center;
	vertical-align: top;
}
.message .rightmostCell {
	border-right: #FDE3BD solid 0px;
}
/* =================== Styles for tabbed menu =================== */
.divTabs {
	position: absolute;
	top: 70px;
	left: 5%;
	height: 19px;
	width: 90%;
	display:block;
	clear:both;
	font-size:10pt;
	background:url(tabBg.gif);
}
.divTabs ul {
	display:block;
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:100%;
}
.divTabs li {
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	background:url(tab.gif) no-repeat 0px 0px; 
}
.divTabs li a {
	display:block;
	float:left;
	text-align:center;
	width:107px;
	padding-top:2px;
	height:18px;
	color: #663300;
	font-size:10pt;
	font-weight: normal;
	text-decoration: none; 
}
.divTabs li a:hover {
	display:block;
	float:left;
	width:107px; 
	height:17px !important;
	background:url(tab.gif) no-repeat 0px -20px; 
	text-decoration:none;
	color: #663300;
	font-weight: normal;
	font-size:10pt;
}
.divTabs li a:visited {
	display:block;
	float:left;
	text-align:center;
	width:107px;
	padding-top:2px;
	height:19px !important;
	color: #663300;
	font-size:10pt;
	font-weight: normal;
	text-decoration: none; 
}
.divTabs li a:visited:hover {
	display:block;
	float:left;
	text-align:center;
	width:107px;
	padding-top:2px;
	height:19px !important;
	background:url(tab.gif) no-repeat 0px -20px; 
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none; 
}
.divTabs li a.selected {
	display:block;
	float:left;
	text-align:center;
	width:107px;
	padding-top:1px;
	height:18px !important;
	background:url(tab.gif) no-repeat 0px -20px;
	color: #663300;
	font-weight: bold;
	font-size:10pt;
}
.divTabs li .a.selected:hover {
	display:block;
	float:left;
	width:107px;
	padding-top:1px;
	height:18px !important;
	background:url(tab.gif) no-repeat 0px -20px;
	text-decoration:none;
	color: #663300;
	font-weight: bold;
	font-size:10pt;
	cursor: default;
}
.divTabs li .a.selected:visited {
	display:block;
	float:left;
	width:107px;
	padding-top:1px;
	height:18px !important;
	color:#900;
	text-decoration:none;
	color: #663300;
	font-weight: bold;
	font-size:10pt;
}
