/* Normal, standard links. */

a:link, a:visited

{

	color: #577028;

	text-decoration: none;

}

a:hover

{

	color: #3C4C1C;

	text-decoration: underline;

}



/* Navigation links - for the link tree. */

.nav, .nav:link, .nav:visited

{

	color: #000000;

	text-decoration: none;

}

a .nav:hover 

{

	color: #cc3333;

	text-decoration: underline;

}

/* Tables should show empty cells too. */

table

{

	empty-cells: show;

}



body 

{

	font-size: 12px;

	font-family: verdana, arial, helvetica, serif;

	background: #3c4b1d;

	padding: 0;

	margin: 0;

}



/* By default (td, body..) use Verdana in black. */

td

{

	font-size: 13px;

	color: #000000;

	font-family: verdana, arial, helvetica, serif;

}



/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea

{

	font-size: 9pt;

	color: #000000;

	font-family: verdana, arial, helvetica, serif;

	background-color: #dbe8b8;

	border: 1px solid #577028;

	margin-bottom: 2px;

}



/* Checkboxes shouldn't have a background color. */

input.check

{

	background-color: transparent;

	border: 0;

}



/* Selects are a bit smaller, because it makes them look even better 8). */

select

{

	font-size: 8pt;

	font-weight: normal;

	color: #000000;

	font-family: verdana, arial, helvetica, serif;

	background-color: #dbe8b8;

	border: 1px solid #577028;

}



/* Standard horizontal rule.. */

hr

{

	height: 1px;

	border: 0;

	color: #000000;

	background-color: #000000;

}

/* A more colorful hr.. */

.hrcolor

{

	height: 1px;

	border: 0;

	color: #000000;

	background-color: #000000;

}



/* A quote, perhaps from another post. */

.quote

{

	color: #000000;

	background-color: #f0f6e0;

	border: 1px solid #000000;

	margin: 1px;

	padding: 1px;

	font-size: x-small;

	line-height: 1.4em;

}



/* A code block - maybe even PHP ;). */

.code

{

	color: #000000;

	background-color: #dddddd;

	font-family: "courier new", "times new roman", monospace;

	font-size: x-small;

	line-height: 1.3em;

	/* Put a nice border around it. */

	border: 1px solid #000000;

	margin: 1px auto 1px auto;

	padding: 1px;

	width: 99%;

	/* Don't wrap its contents, and show scrollbars. */

	white-space: nowrap;

	overflow: auto;

	/* Stop after about 24 lines, and just show a scrollbar. */

	max-height: 24em;

}



/* The "Quote:" and "Code:" header parts... */

.quoteheader, .codeheader

{

	color: #000000;

	text-decoration: none;

	font-style: normal;

	font-weight: bold;

	font-size: x-small;

	line-height: 1.2em;

}



/* Generally, those [?] icons. */

.help

{

	cursor: help;

	background-color: transparent;

}



/* /me uses this a lot. */

.meaction

{

	color: red;

	background-color: transparent;

}



/* The main post box - this makes it as wide as possible. */

.editor

{

	width: 100%;

}



/* Highlighted text - such as search results. */

.highlight

{

	background-color: yellow;

	font-weight: bold;

	color: black;

}



/* Alternating backgrounds... */

.windowbg

{

	color: #000000;

	background-color: #e9f1d5;

}

.windowbg2

{

	color: #000000;

	background-color: #dbe8b8;

}



.windowbg3

{

	color: #000000;

	background-color: #C9DF8B;

}

.windowbg4

{

	color: #000000;

	background-color: #aaaaaa;

}



/* Titles - such as table headers. */

.titlebg, tr.titlebg td, .titlebg a, .titlebg2, tr.titlebg2 td, .titlebg2 a

{

	font-weight: bold;

	color: #e9f1d5;

}

.titlebg, .titlebg2

{

	background-color: #577028;

	background-image: url(images/gradient2.jpg);

}

/* The category headers, page indexes, and such things. */

.catbg, .catbg2, .catbg3

{

	font-weight: bold;

	background-image: url(images/gradient1.jpg);

	color: #3c4c1c;

}

.catbg a, .catbg2 a, .catbg3 a

{

	font-weight: bold;

	color: #3c4c1c;

}



/* The borders around things. */

.bordercolor

{

	background-color: #577028;

}

.tborder

{

	border: 1px solid #577028;

}

.tborder2

{

	border: 1px solid #4a7ca2;

}



/* Default font sizes. */

.smalltext

{

	font-size: x-small;

}

.normaltext

{

	font-size: small;

}

.largetext

{

	font-size: large;

}



/* Posts and personal messages displayed throughout the forum. */

.post, .personalmessage

{

	width: 100%;

	overflow: auto;

	line-height: 1.3em;

}



/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */

.signature

{

	width: 100%;

	overflow: auto;

	padding-bottom: 3px;

	line-height: 1.3em;

}



/* Sometimes there will be an error when you post */

.error

{

	color: red;

}



/* definitions for the main tab, active means the tab reflects which page is displayed */

.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last

{

	color: white;

	text-transform: uppercase;

	vertical-align: top;

}

.maintab_back, .maintab_active_back

{

	color: white;

	text-decoration: none;

	font-size:  9px;

	vertical-align: top;

	padding: 2px 6px 6px 6px;

	font-family: tahoma, sans-serif;

}



.maintab_first

{

	background: url(images/maintab_first.gif) left bottom no-repeat;

	width: 10px;

}

.maintab_back

{

	background: url(images/maintab_back.gif) left bottom repeat-x;

}

.maintab_last

{

	background: url(images/maintab_last.gif) left bottom no-repeat;

	width: 8px;

}

.maintab_active_first

{

	background: url(images/maintab_active_first.gif) left bottom no-repeat;

	width: 6px;

}

.maintab_active_back

{

	background: url(images/maintab_active_back.gif) left bottom repeat-x;

}

.maintab_active_last

{

	background: url(images/maintab_active_last.gif) left bottom no-repeat;

	width: 8px;

}



/* how links behave in main tab. */

.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited

{

	color: white;

	text-decoration: none;

}



.maintab_back a:hover, .maintab_active_back a:hover

{

	color: #e0e0ff;

	text-decoration: none;

}

/* definitions for the mirror tab */

.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last

{

	color: white;

	text-transform: uppercase;

	vertical-align: top;

}

.mirrortab_back, .mirrortab_active_back

{

	color: white;

	text-decoration: none;

	font-size: 9px;

	vertical-align: bottom;

	padding: 6px 6px 2px 6px;

	font-family: tahoma, sans-serif;

}



.mirrortab_first

{

	background: url(images/mirrortab_first.gif) no-repeat;

	width: 10px;

}

.mirrortab_back

{

	background: url(images/mirrortab_back.gif) repeat-x;

}

.mirrortab_last

{

	background: url(images/mirrortab_last.gif) no-repeat;

	width: 6px;

}

.mirrortab_active_first

{

	background: url(images/mirrortab_active_first.gif) no-repeat;

	width: 6px;

}

.mirrortab_active_back

{

	background: url(images/mirrortab_active_back.gif) repeat-x;

}

.mirrortab_active_last

{

	background: url(images/mirrortab_active_last.gif) no-repeat;

	width: 8px;

}



/* how links behave in mirror tab. */

.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited

{

	color: white;

	text-decoration: none;

}



.mirrortab_back a:hover, .mirrortab_active_back a:hover

{

	color: #e0e0ff;

	text-decoration: none;

}





/* No image should have a border when linked */

a img

{

   border: 0;

}



#wrapper

{

	background: #AFD572 url(images/forumback.jpg) repeat-x;

}



#header

{

	background: #DDE8F1 url('images/headerback.jpg') repeat-x;

	height: 125px;

	margin: auto auto;

}



#logo h1, #logo h2

{

	position: absolute;

	left: -100em;

	top: -100em;

	background: #DEE8F1;

}



#userinfo

{

	padding-left: 30px;

}



#menu

{

	vertical-align: top;

	border-top: 1px solid #4a7ca2;

	background: #8296AA;

}



#menu ul

{

	padding: 0;

	margin: 0;

	list-style: none;

}



#menu ul li

{

	float: left;

}



#menu ul li a

{

	display: block;

	padding: 4px 6px 4px 6px;

	font-weight: bold;

	background-color: #88ABC9;

	border-right: 1px solid #4a7ca2;

	text-decoration: none;

	color: #395e7b;

}



#menu ul li a:hover, #menu #actief a

{

	background-color: #9DB96C;

	color: #FFFFFF;

}



#nieuws

{

	padding: 3px;

	background: #DEE8F1;

	width: 95%;

	margin: auto auto;

	border-width: 1px 0 0 0;

}



#nieuws span

{

	font-size: 14px;

	font-weight: bold;

}



#footer

{

	background: url('images/footer.jpg') bottom left repeat-x;

	text-align: center;

	padding-top: 60px;

	height: 90px;

}



/* The AJAX notifier */

#ajax_in_progress

{

	background: #32CD32;

	color: white;

	text-align: center;

	font-weight: bold;

	font-size: 18pt;

	padding: 3px;

	width: 100%;

	position: fixed;

	top: 0;

	left: 0;

}