/*
  The original vdh Theme for phpBB version 2+
  Created by OZ Website Services
  revision 1.0.3 4/16/2006
  http://www.oz-web.net
*/
/*
scrollbar-darkshadow-color: #98AAB1; 
} 

*/
/* Member Area Styles */


/* This is the border line & background colour around the entire page */
.bodyline	
{ 
	background-color: #CFCFCF; 
	border: 2px #008000 solid; 
}

/* This is the outline around the main forum tables */
.forumline	
{ 
	background-color: #FFFFFF; 
	border: 2px #008000 solid; 
}


/* Main table cell colours and backgrounds */
td.row1	
{ 
	background-color: #EEEEEE; 
}

td.row2	
{ 
	background-color: #DDE7DE; 
}

td.row3	
{ 
	background-color: #D0DCD2; 
}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
*/
td.rowpic 
{
	background-color: #FFFFFF;
	background-image: url(images/cellpic2.jpg);
	background-repeat: repeat-y;
}

/* Header cells - the green backgrounds */
th	
{
	background-color: #008000; 
	height: 25px;
	background-image: url(images/cellpic3.gif);
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight : bold;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom 
{
	background-color:#D0DCD1; 
	height: 28px;
	background-image: url(images/cellpic1.gif);
	border: #FFFFFF; 
	border-style: solid; 
}


/*
  Setting additional nice inner borders for the main table cells.
*/
td.cat,td.catHead,td.catBottom 
{
	height: 29px;
	border-width: 0px 0px 0px 0px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR 
{
	height: 28px; 
	color: #FFFFFF; 
	border: #FFFFFF; 
	border-style: solid; 
	font-weight: bold;
} 

td.row3Right,td.spaceRow 
{
	background-color: #D0DCD1; 
	border: #FFFFFF; 
	border-style: solid; 
}

th.thHead,td.catHead 
{ 
	border-width: 1px 1px 0px 1px; 
	font-size: 12px; 
}

th.thSides,td.catSides,td.spaceRow	 
{ 
	border-width: 0px 1px 0px 1px; 
}

th.thRight,td.catRight,td.row3Right	 
{ 
	border-width: 0px 1px 0px 0px; 
}

th.thLeft,td.catLeft 
{ 
	border-width: 0px 0px 0px 1px; 
}

th.thBottom,td.catBottom  
{ 
	border-width: 0px 1px 1px 1px; 
}

th.thTop 
{ 
	border-width: 1px 0px 0px 0px; 
}

th.thCornerL 
{ 
	border-width: 1px 0px 0px 1px; 
}

th.thCornerR 
{ 
	border-width: 1px 1px 0px 0px; 
}

/* The register, login, search etc links at the top of the page */
.mainmenu 
{ 
	color : #008000; 
	font-size : 11px; 
	font-weight : normal;
	text-decoration: none;
}
a.mainmenu
{ 
	color : #008000; 
	font-size : 11px; 
	font-weight : normal;
	text-decoration: none;
}
a.mainmenu:visited
{ 
	color : #06801D; 
	font-size : 11px; 
	font-weight : normal;
	text-decoration: none;
}

a.mainmenu:hover
{ 
	color : #008800; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration: none;
}

a.mainmenu:active
{ 
	color : #008800; 
	font-size : 11px; 
	font-weight : bold;
	text-decoration: none;
}

/* Forum category titles */

.cattitle 
{ 
	color : #004000;
	font-size: 12px ; 
	font-weight: bold; 
	text-decoration: none; 
	letter-spacing: 1px; 
}

a.cattitle 
{ 
	color : #008000; 
	text-decoration: none; 
}

a.cattitle:visited
{ 
	color : #06801D;
	text-decoration: none; 
}

a.cattitle:hover
{ 
	color : #008800;
	text-decoration: underline; 
}
a.cattitle:active
{ 
	color : #008800;
	text-decoration: underline; 
}


/* Forum title: Text and link to the forums used in: index.php */

.forumlink 
{ 
	color : #004000; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none; 
}

a.forumlink 
{ 
	color : #008000; 
	text-decoration: none; 
}

a.forumlink:visited
{ 
	color : #03AF0F; 
	text-decoration: none; 
}

a.forumlink:hover
{ 
	color : #00DE10; 
	text-decoration: underline; 
}

a.forumlink:active
{ 
	color : #00DE10; 
	text-decoration: underline; 
}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav
{ 
	color : #004000;
	font-size: 11px; 
	font-weight: bold; 
}

a.nav
{ 
	color : #008000; 
	text-decoration: none; 
}

a.nav:visited
{ 
	color : #03AF0F; 
	text-decoration: none; 
}

a.nav:hover	
{ 
	color : #00FF00; 
	text-decoration: underline; 
}

a.nav:active
{ 
	color : #00FF00; 
	text-decoration: underline; 
}

/* titles for the topics: */

.topictitle
{ 
	color : #004000; 
	font-size: 11px; 
	font-weight: bold; 
}

a.topictitle:link
{ 
	color : #008000; 
	text-decoration: none; 
}

a.topictitle:visited 
{ 
	color : #53B555; 
	text-decoration: none; 
}

a.topictitle:hover	
{ 
	color : #00DE10; 
	text-decoration: underline; 
}
a.topictitle:active	
{ 
	color : #00DE10; 
	text-decoration: underline; 
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name
{ 
	color : #047E04;
	font-size : 11px; 
}

/* Location, number of posts, post date etc */

.postdetails
{ 
	color : #047E04; 
	font-size : 10px; 
}


/* The content of the posts (body of text) */

.postbody 
{ 
	color : #004000; 
	font-size : 12px;
}

a.postlink:link	
{ 
	color : #008000;
	font-weight: normal; 
	text-decoration: none; 
}

a.postlink:visited 
{ 
	color : #53B555; 
	font-weight: normal; 
	text-decoration: none; 
}

a.postlink:hover 
{ 
	color : #00DE10
	font-weight: bold; 
	text-decoration: underline; 
}

a.postlink:active 
{ 
	color : #00DE10
	font-weight: bold; 
	text-decoration: underline; 
}

/* Quote & Code blocks */

.code 
{
	border-left:1px solid #D0DCD1; border-right:1px solid #D0DCD1; border-top:1px solid #D0DCD1; border-bottom:1px font-family: Courier, Courier New, sans-serif solid #D0DCD1; background-color: #FAFAFA; 
	color: #006600;
	font-size: 11px 
}

.quote 
{
	border-left:1px solid #D0DCD1; border-right:1px solid #D0DCD1; border-top:1px solid #D0DCD1; border-bottom:1px line-height: 125% solid #D0DCD1; background-color: #FAFAFA; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #444444; 
	font-size: 11px 
}


/* Copyright and bottom info */

.copyright
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #444444; 
	font-size: 10px; 
	font-weight: normal; 
	letter-spacing: -1px;
}

a.copyright	
{ 
	color: #008000; 
	font-weight: normal; 
	text-decoration: none;
}

a.copyright:visited 
{ 
	color: #04A004; 
	font-weight: normal; 
	text-decoration: none;	
}

a.copyright:hover 
{ 
	color: #008800; 
	font-weight: bold; 
	text-decoration: underline;
}

a.copyright:active 
{ 
	color: #008800; 
	font-weight: bold; 
	text-decoration: underline;
}

/* Form elements */

input,textarea, select 
{
	border-color : #004000;
	color : #004000;
	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 : 2px; 
}


/* The buttons used for bbCode styling in message post */

input.button 
{
	background-color : #E3FFE3;
	color : #008000;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption 
{
	background-color : #E3FFE3;
	font-weight : bold;
}

/* None-bold submit button */

input.liteoption 
{
	background-color : #E3FFE3;
	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 
{ 
	background-color: #DDE7DE; 
	border-style: none; 
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */

@import url("formIE.css");