 /* General page style. The scroll bar colours only visible in IE5.5+ */
BODY
{
	scrollbar-3dlight-color: #252e36;
	scrollbar-shadow-color: #252e36;
	scrollbar-base-color: #252e36;
	scrollbar-track-color: #052645;
	scrollbar-arrow-color:  #FF0000;
        background-color: #ffffff;
	font: verdana;
	font-size: 12px;
	color: #052645;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	//background-image: url(images/pagina_achtergrond.gif);
}
/* Main table cell colours and backgrounds */

//tr.tr_ro { background-image: url(images/nieuws_net.gif); }
table.top
{
	background-image: url(images/bkg_sea.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
.nieuws_boven
{
	border-top : 1px solid #0A4676;
	border-bottom : 1px solid #0A4676;
}
.paneel_midden
{
	font-size: 12px;
	//border-right : 1px solid #0A4676; 
	//border-left : 1px solid #0A4676;
	//background-image: url(images/nieuws_net.gif);
}
td
{
	font-family: Verdana;
	font-size: 14px;
}
.paneel_hoofdmenu_links
{
	border-top : 1px solid #134C7A;
	border-right : 1px solid #134C7A;
	border-left : 1px solid #134C7A;
	border-bottom: 1px solid #134C7A;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: bold;
}
.paneel_onder
{
	//background-image: url(images/paneel_o.gif);
	font-family: Lucida Console;
	color: #009F34;
	font-size: 10px;
	text-decoration: none;
	cursor: hand;
}
.menu_top
{
	color: #009F34;
	letter-spacing: 2px;	
	font-size: 12px;
}

.menu_txt
{
	color: #009F34;
	font-size: 12px;
	padding-left: 4px;	
}
.nieuws_titel
{
	//background-image: url(images/nieuws_titel.gif);
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
}
.nieuws_info
{
	color: #009F34;
	font-size: 14px;
}
.nieuws_inhoud
{
	//background-image: url(images/nieuws_net.gif);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;	
}
.nieuws_onder
{
	//background-image: url(images/nieuws_onder.gif);
	background-repeat: repeat-x;
	color: #79B8F9;	
	font-size: 10px;
	padding-left: 10px;	
	padding-right: 10px;
	height: 20px;
}

th {
	font-weight: bold;
	height: 25px;
	font-size : 12px;
	border: #0E3350;
	border-style: solid;
	border-width: 1px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 24px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #9900cc;
}


/* General text */
.gen { font-size : 14px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 12px; }
.gen,.genmed,.gensmall { color : #052645; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #ff007c; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{color: #5aa620; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ text-decoration: none; }

hr
{
	border-style: solid;
	border-color: #083457;
        //border-color: #083457;
	height: 2px
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active { color : #ff0072; text-decoration: none; }
a:visited		{ color: #ff007c; text-decoration: none;}
a:hover		{ color: #73BEFF; text-decoration: none;}

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 14px ; letter-spacing: 1px; color : #00af26}
a.cattitle		{ text-decoration: none; color : #00af26; }
a.cattitle:visited {color: #5aa620; text-decoration: none;}
a.cattitle:hover {  color: #73BEFF; text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px;}
a.forumlink 	{ text-decoration: none;}
a.forumlink:visited {color: #ff007c; text-decoration: none;}
a.forumlink:hover { text-decoration: none;}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{font-weight: bold; font-size: 12px; color : #ec5a11;}
a.nav			{color : #ec5a11; text-decoration: none;}
a.nav:visited {color: #5aa620; text-decoration: none;}
a.nav:hover		{ text-decoration: none;}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 14px; color : #00af26; }
a.topictitle:link   { text-decoration: none; color : #ec5a11; }
a.topictitle:visited { text-decoration: none; color: #5aa620; }
a.topictitle:hover	{ text-decoration: none;}


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 15px; color : #ff007c;}

/* Location, number of posts, post date etc */
.postdetails		{ 
	font-size : 12px; color : #009F34;
 }


/* The content of the posts (body of text) */
.postbody {
	font-size : 14px;
}
a.postlink:link	{ text-decoration: none; color : #FFCC00; }
a.postlink:visited { text-decoration: none; color: #5aa620; }
a.postlink:hover { text-decoration: none;}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px; color: #18F018;
	background-color: #000000;
	border: #BFBFBF;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #00af26; 
	background-color : #052645; 
	border-right : 1px solid #0E3350; 
	border-top : 1px solid #0E3350;
	border-left : 1px solid #0E3350; 
	border-bottom: 1px solid #0E3350; 
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFCC; letter-spacing: -1px;}
a.copyright		{ color: #FFCC00; text-decoration: none;}
a.copyright:link   { color : #FFCC00; text-decoration: none;}
a.copyright:hover { text-decoration: none;}


/* Form elements */
SELECT
{
	color : #009F34; 
	background-color: #9fcdf9;
	border-width: 1px;
	border-color: #495869;
	border-style: inset;
}
.GO
{
letter-spacing: 4px;
margin-left: 2 px;
margin-right: 2 px;
margin-top: 2 px;
margin-bottom: 2 px;
font-family: Verdana;
font-size: 12 px; color: #ff007c; 
background-color: #93c5f3;
border: 1px solid;
border-color: #0D1114;
cursor: pointer;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	color : #009F34; 
	background-color: #9fcef9;
	border-width: 1px;
	border-color: #3a4d77;
	border-style: inset;
	font-family: Verdana;
	font-size: 14px;
}
.paneel_txt
{
	color : #009F34;
	background-color: #9fcef9;
	border-width: 1px;
	border-color: #3a4d77;
	border-style: inset;
	width: 170px;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 4px;
}
TEXTAREA
{
	color : #009F34; 
	background-color: #B1D7FA;
	border-width: 1px;
	border-color: #3a4d77;
	border-style: inset;
}
.paneel_txt_area
{
	color : #009F34; 
	background-color: #B1D7FA;
	border-width: 1px;
	border-color: #3a4d77;
	border-style: inset;
	width: 170px;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 4px;	
}
/* The buttons used for bbCode styling in message post */
input.button {
margin-left: 2 px;
margin-right: 2 px;
margin-top: 2 px;
margin-bottom: 2 px;
font-family: Verdana;
font-size: 12 px; color: #ff007c; 
background-color: #93c5f3;
border: 1px solid;
border-color: #0D1114;
cursor: pointer;
}

/* The main submit button option */
input.mainoption {
margin-left: 2 px;
margin-right: 2 px;
margin-top: 2 px;
margin-bottom: 2 px;
font-family: Verdana;
font-size: 12 px; color: #ff007c; 
background-color: #93c5f3;
border: 1px solid;
border-color: #0D1114;
cursor: pointer;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
margin-left: 2 px;
margin-right: 2 px;
margin-top: 2 px;
margin-bottom: 2 px;
font-family: Verdana;
font-size: 12 px; color: #5aa620; 
background-color: #93c5f3;
border: 1px solid;
border-color: #0D1114;
cursor: pointer;
font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline {
margin-left: 2 px;
margin-right: 2 px;
margin-top: 2 px;
margin-bottom: 2 px;
font-family: Verdana;
font-size: 12 px; color: #5aa620; 
background-color: #93c5f3;
border: 1px solid;
border-color: #0D1114;
}
td.forum_menu a
{
	display: block;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;	
	color: #A8C9E2;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	height: 16px;
	text-decoration: none;
}
td.forum_menu a:hover
{
	display: block;
	background-color: #00426E;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;	
	color: #50B0F9;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	height: 16px;
	text-decoration: none;
}

td.header_menu a
{
	display: block;
	text-align: center;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	color: #603913;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	height: 20px;
	text-decoration: none;
}
td.header_menu a:hover
{
	display: block;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	color: #5aa620;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;	
	height: 20px;
	text-decoration: none;
}


td.nieuws_onder a
{
	color : #009F34; 
}
td.nieuws_onder a:hover
{
	color : #73BEFF; 
}
td.topic_review
{
	border-right : 1px solid #0E3350; 
	border-top : 1px solid #0E3350;
	border-left : 1px solid #0E3350; 
	border-bottom: 1px solid #0E3350; 
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

