 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #e9e9e9;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color:  #292163;
	scrollbar-track-color: #DDDDDD;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3dlight-color: #C1C1C1;
	scrollbar-shadow-color: #A0A0A0;
	scrollbar-darkshadow-color: #292163;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a { text-decoration: underline; color: #525E6E;}
a:visited	{ text-decoration: underline; color: #525E6E; }
a:hover		{ text-decoration: none; color: #FDB509; }
a:active	{ text-decoration: none; color: #FDB509; }
hr	{ height: 0px; border: solid #525E6E 0px; border-top-width: 1px;}


.maintable	{ background-color: #FFFFFF; border: 0px; border-style: none;}
/* This is the outline round the main forum tables */
.outerborder,.spacerGray,.noTopBorder,.spacerGrayNoTop,.spacerWhiteBottomBorder,.spacerWhiteRightBorder,.spacerWhiteBottomRightBorder,.background_image2 {
 border: thin solid #000000;
 border-collapse: collapse;
 border-width: 1px;
}
.noTopBorder,.spacerGrayNoTop,.spacerWhiteBottomBorder,.spacerWhiteRightBorder,.spacerWhiteBottomRightBorder,.background_image2 {
	border-top: none;
}
.spacerWhiteBottomBorder,.spacerWhiteRightBorder,.spacerWhiteBottomRightBorder,.background_image2 {
	border-left: none;
}
.spacerWhiteBottomBorder,.background_image2 {
	border-right: none;
}
.spacerWhiteRightBorder {
	border-bottom: none;
}
td.background_image1 {
	background-image: url(../images/layout/background1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
td.background_image2 {
	background-image: url(../images/layout/background2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
table.trans {
	background: transparent;
}
td.spacerGray,td.spacerGrayNoTop{ background-color: #CCCCCC;}
td.spacerWhite,.spacerWhiteBottomBorder,.spacerWhiteRightBorder,.spacerWhiteBottomRightBorder { background: transparent; }
td.content{ background-color: transparant;}
td.lijnGeel{ 
	background-color: #FFFFFF;
	background-image: url(../images/layout/lijngeel.gif);
	background-repeat: repeat-x;
}
/* Main table cell colours and backgrounds */
td.row1,td.row1_content	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.content, td.row1_content{
	padding: 0px 5px 0px 5px;
}
td.subcontent{
	padding: 0px 5px 0px 10px;
}
td.indentcontent{
	padding: 0px 5px 0px 20px;
}
td.subtitle{
	padding: 0px 5px 3px 5px;
}
td.subsubcontent{
	padding: 0px 5px 0px 15px;
}
td.subsubtitle{
	padding: 0px 5px 3px 10px;
}
table.hour{
	border-collapse: collapse;
}
td.hour{
	width: 110px;
	text-align: center;
}
td.hour_top{
	border-bottom: 1px solid #FDB509;
	width: 110px;
	text-align: center;
	padding: 0px 0px 2px 0px;
}
td.day{
	width: 120px;
	border-right: 1px solid #FDB509;
}
td.day_top{
	width: 120px;
	border-bottom: 1px solid #FDB509;
	border-right: 1px solid #FDB509;
	padding: 0px 0px 2px 0px;
}

th, td.th	{
	color: #525E6E; font-size: 12px; font-weight: bold;
	background-color: #DFE7EE; height: 26px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#9EB3C5; height: 28px;
}

td.th2 { background-color:#9EB3C5; height: 20px; color: #FFFFFF; }

td.spaceRow { background-color: #9EB3C5; }


.title{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
}
.maintitle	{
			font-weight: bold; font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height: 120%; color: #FFFFFF;
}
.subtitle	{
	font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.subsubtitle	{
	font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
span.subtitle{
border-bottom: 1px solid #FDB509;
padding:0px 0px 2px 0px;
}
span.subsubtitle{
border-bottom: 1px dashed #FDB509;
padding: 0px 0px 2px 0px;
}

/* General text */
.gen, .boldgen, .genValue { font-size : 12px; }
.boldgen, .genLangBold {font-weight:bold}
.genmed, .genLang, .genLangBold { font-size : 11px; }
.gensmall, .gensmall2, .genValueSmall { font-size : 10px; }
.gentiny { font-size: 9px; }
.genValue, .genValueSmall { font-style:italic; }
.gen,.genmed,.gensmall, .boldgen, .genValue, .genLang, .genLangBold, .genValueSmall { color : #000000; }
a.genLang, .genLangBold { color: #000000; text-decoration: none;}
a.genLang:hover, .genLangBold:hover {	color: #000000; text-decoration: none;}
a.genLang:visited, .genLangBold:visited { color: #000000; text-decoration: none;}
a.gen,a.genmed,a.gensmall { text-decoration: underline; color: #000000;}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #CCCCCC; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #525E6E; text-decoration: underline; }


/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #E9E9E9; letter-spacing: -1px;}
a.copyright, a.copyright:visited { color: #525E6E; text-decoration: none;}
a.copyright:hover { color: #CCCCCC; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 0px; }

input.button {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
Alles voor het draggen voor de volgorde te bepalen
*/
.todrag {
	background: transparent; margin: 5px; position:relative ; height: 20px; z-index: 10;
}

.dragTable	{
	background: transparent;
	margin: 0px 0px 0px 0px; 
}
.handle {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px;
	PADDING-TOP: 3px;
	position: inherit;
	cursor: move;
}
.handle_m {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	position: absolute;
	
}
.handle_img {
	position: relative; margin: 0px; font: caption; color: captiontext; cursor: pointer;
}
