
/* start with the general link pseudotypes */
a:link ,a:link.wiki0 {
	text-decoration: underline;
	color: rgb(134,87,125);	
	}

a:visited  {
	text-decoration: underline;
	color: #333;
	}

a:hover ,a:hover.wiki0 {
	text-decoration: underline;
	color: red;	
	}

a:active ,a:active.wiki0 {
	text-decoration: underline;
	color: rgb(134,87,125);	
	}

a:hover.wiki10,a:hover.wiki20,a:hover.wiki30,a:hover.wiki40,a:active.wiki10,a:active.wiki20,a:active.wiki30,a:active.wiki40,a:link.wiki10,a:link.wiki20,a:link.wiki30,a:link.wiki40,a:visited.wiki10,a:visited.wiki20,a:visited.wiki30,a:visited.wiki40 {
	text-decoration: none;
	color: black;	
	cursor: default;	/* no pointer cursor */
	}

html	{
	width: 100%;
	height: 100%;
	}

small {
	font-size: small;
	}

.centralBody {
	font-family: Verdana, Sans, sans-serif;
	background-color: rgb(227,213,224);
	margin: 0px;
	height: 100%;
	font-size: medium;
	}	

.centraltable {
	clear: left;
	}

.indextable {
	background-color: rgb(198,168,191);
	}

.loginbutton {
	background-color: rgb(134,87,125);
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
	}

.loginbutton a {
	text-decoration: none;
	color: black;
	}

.loginbutton a:hover {
	font-weight: bold;
	color: black;
	}

.blockquote {
	background-color: rgb(134,87,125);
	border-color: rgb(227,213,224);
	border-width: 1px;
	border-style: solid;
	padding: 1em;
	width: 80%;
	}

.classBlauw {
	color: blue;
	}

.classBlauwbg {
	background-color: blue;
	}

.classRood {
	color: red;
	}

.classRoodbg {
	background-color: red;
	}

.classGroen {
	color: green;
	}

.classGroenbg {
	background-color: green;
	}

.classGeel {
	color: yellow;
	}

.classGeelbg {
	background-color: yellow;
	}

.classSmall {
	font-size: smaller;
	}

.classLarge {
	font-size: larger;
	}

/* CSS style for JavaScript tooltips */
div.tooltip {
        position: absolute;
        display: none;
  	text-align: left;
        background-color: rgb(227,213,224);
        color: black;
	width: 35%;
	border: solid 2px rgb(134,87,125);
	padding: 5px;
	}

iframe.tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
    	}

/* CSS style for blocks of specific links at the left */
div.links {
	border-style: solid;
	border-width: 3px 0 0 3px;
	margin: 10px;
	padding: 10px;
	border-color: rgb(134,87,125);
	float: right;
 	}

/* CSS style for table blocks */
table.tableblock {
	border-style: solid;
	margin: 0px;
	padding: 0px;
	border-color: rgb(227,213,224);
	background: rgb(134,87,125);
	color: black;
	}

tr.tableblock {
	background: rgb(227,213,224);
	text-decoration: bold;
	text-align: center;
	}

/* CSS Style for Event elements */
.eventheader {
	background: rgb(134,87,125);
	color: black;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	padding: 5px 5px 15px 5px;
	font-family: Verdana, Arial, Helvetica, Sans,sans-serif;
	font-weight: bold;
	font-size: 20px;
	}

.eventelement {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: black;
	background: rgb(227,213,224);
	padding: 5px;
	}

.eventdate {
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: black;
	font-style: bold;
	padding: 5px;
	}

.eventdescr {
	font-family: Verdana, Arial, Helvetica, Sans,sans-serif;
	}

.eventtitle {
	font-size: large;
	font-style: bold;
	}

.eventlocation {
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, Sans,sans-serif;
	}

.eventopt {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: black;
	text-align: top;
	padding: 5px;
	}

/* CSS style for polls */
.poll {
	background-color: rgb(227,213,224);
	}

.pollheader {
	font-size: large;
	background-color: rgb(227,213,224);
	}

.pollcontent {
	background-color: rgb(227,213,224);
	}

.polloptions {
	background-color: rgb(227,213,224);
	}

.pollresulttable {
	background-color: rgb(227,213,224);
	}

.pollresults {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: black;
	background-color: rgb(227,213,224);
	}

.pollresults2 {
	border-width: 0px;
	background-color: rgb(227,213,224);
	}

.pollbar {
	border-width: 0;
	background-color: rgb(134,87,125);
	}



/* 
 * CSS style for navigational menu 
 *
 * Special thanks to http://www.htmldog.com/articles/suckerfish/dropdowns/
 *
 * First the behaviour of the menu list blocks
 */
#nav, #nav ul {
	list-style: none;	/* no bullets */
	padding: 0px;
	margin: 0px;
	float: right;		/* menu from the right*/
	line-height: 1.2em;	/* to get proper alignment */
}

/* Behaviour and look of links in the menu */
#nav a {
	display: block;
	width: 12em;
	w\idth: 10em;
	padding: 0px 0.5em;
	margin: 0px 0px 0px 1em;
	line-height: 1.2em;	/* to get proper alignment */
}

#nav ul a.submenu {
	background: url(images/icons/submenu.gif) center left no-repeat;
}

/* The way list elements display (borders, margins, padding) */
#nav li {
	width: 12em;
	w\idth: 11em;
	text-align: center;
}

/* moving items on and off the page for the dropdown menu */
#nav li ul {
	margin: 0em;
	position: absolute;	/* move invisible items away */
	left: -999em;		/* start as moved-off-page */
	background-color: rgb(227,213,224);
}

#nav ul ul {
	margin: -1.2em 0px 0px -11em;
	position: absolute;	/* move invisible items away */
	left: -999em;		/* start as moved-off-page */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;		/* move invisible sub-items away */
}

/* items appear below the menu items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul,  #nav li.sfhover ul,  #nav li li.sfhover ul,  #nav li li li.sfhover ul,  #nav li li li li.sfhover ul
{
	left: auto;		/* move visible items on the page */
	width: 12em;
	w\idth: 11em;
	border: 2px solid rgb(134,87,125);
}






/* CSS Style for element blocks and block frames */
table.block {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	}

img.block {
	display: block;
	}

td.blocktop {
	background-color: rgb(227,213,224);
	background-image: url(images/frames/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

td.blocktopheader {
	background-color: rgb(134,87,125);
	background-image: url(images/frames/topleftb.gif);
	background-repeat: repeat-x;
	background-position: top;
	}


td.blockleft {
	background-color: rgb(134,87,125);
	background-image: url(images/frames/left.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 2px 2px 2px 7px;
	}

td.blockleft2 {
	background-color: rgb(227,213,224);
	background-image: url(images/frames/leftr.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 2px 2px 2px 7px;
	}

td.blockright {
	background-color: rgb(227,213,224);
	background-image: url(images/frames/right.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 2px 7px 2px 2px;
	}

td.blockright2 {
	background-color: rgb(134,87,125);
	background-image: url(images/frames/rightr.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 2px 7px 2px 2px;
	}

td.blockbottomheader {
	background-color: rgb(134,87,125);
	background-image: url(images/frames/bottomleftb.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

td.blockbottom {
	background-color: rgb(227,213,224);
	background-image: url(images/frames/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

img.wiki {
	padding: 5px;
	margin: 5px;
	}

td.kavelred {
	color: red;
	}

td.kavelredline {
	color: red;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	}

td.kavelblack {
	color: black;
	}

td.kavelblackline {
	color: black;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	border-style: solid;
	}

.replyHeader {
	font-size: 90%;
	background-color: rgb(134,87,125);
	color: rgb(227,213,224);
	}
.replyHeaderTimestamp {
	font-size: 80%;
	font-style: italic;
	text-align: right;
	}
.replyBody {
	font-size: 90%;
	padding: 0.5ex 1ex 1.5ex;
	}

td.d0	{
	background-color: rgb(180,150,175);
	}

td.d1	{
	background-color: rgb(227,213,224);
	}
tr.d0	{
	background-color: rgb(180,150,175);
	}

tr.d1	{
	background-color: rgb(227,213,224);
	}

