/* General page style. The scroll bar colours only visible in IE5.5+ */

body { 
	background-color: white;
}

/* General font families for common tags */
font,th,td,p    { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #000000; }
hr	        { height: 0px; border: solid white 1px; border-top-width: 1px; }
p, td		{ font-size : {T_FONTSIZE2}; color : {T_BODY_TEXT}; }
h1,h2		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000; }


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: white; border: 0px white solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: white; border: 0px white solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #E3F1D1; border-style: solid; border: white; border-width: 1px 1px 1px 1px;}
td.row2	{ background-color: #D8E8D4; border-style: solid; border: white; border-width: 1px 1px 1px 1px;}
td.row3	{ background-color: #D8E8D4; border-style: solid; border: white; border-width: 1px 1px 1px 1px;}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: white;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 12px; font-weight : bold; 
	background-color: white; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:white; border: white; border-style: solid; height: 25px;
}

td.cat,td.catHead,td.catBottom {
	height: 25px;
	border-width: 1px 1px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: white; border-style: solid; height: 25px;
}
td.row3Right,td.spaceRow {
	background-color: white; border: white; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border: #84BA34; border-style: solid; border-width: 0px 1px 1px 1px; }
th.thTop        { border: #84BA34; border-style: solid; border-width: 1px 0px 1px 0px; }
th.thCornerL    { border: #84BA34; border-style: solid; border-width: 1px 0px 1px 0px; }
th.thCornerR    { border: #84BA34; border-style: solid; border-width: 1px 0px 1px 0px; }
th.thOnlyTop    { border: #84BA34; border-style: solid; border-width: 1px 0px 0px 0px; }


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 12px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }

/* The news */
.news               { font-size : 12px; color : #000000; }
a.news              { text-decoration: none; color : #000000;  }
a.news:visited      { text-decoration: none; color : #000000; }
a.news:hover        { text-decoration: none; color : red; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #9F0002; }
a.mainmenu		{ text-decoration: none; color : #9F0002;  }
a.mainmenu:visited	{ text-decoration: none; color : #9F0002; }
a.mainmenu:hover        { text-decoration: none; color : red; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 0px; color : #006600; }
a.cattitle		{ text-decoration: none; color : #006600; }
a.cattitle:hover	{ text-decoration: underline; color : #006600; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006600; }
a.forumlink 	        { text-decoration: none; color : #006600; }
a.forumlink:hover       { text-decoration: underline; color : #006600; }

/* 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 : #006600;}
a.nav			{ text-decoration: none; color : #006600; }
a.nav:visited	        { text-decoration: none; color : #006600; }
a.nav:hover		{ text-decoration: underline; color : #006600;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 12px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: underline; color : #000000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 12px; color : #000000; }

/* The content of the posts (body of text) */
.postbody           { font-size : 12px; line-height: 15px; }
a.postlink:link     { text-decoration: none; color : green; }
a.postlink:visited  { text-decoration: none; color : green; }
a.postlink:hover    { text-decoration: underline; color : green; }

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; letter-spacing: 0px; line-height: 15px;
	background-color: #F4FAED; border: #84BA34; border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; line-height: 15px;
	background-color: #F4FAED; border: #84BA34; border-style: solid;
	border-width: 1px 1px 1px 1px;
}

/* Copyright and bottom info */
.copyright              { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; }
a.copyright		{ color: green; text-decoration: none;}
a.copyright:visited	{ color:green ; text-decoration: none;}
a.copyright:hover       { color: red; text-decoration: none;}

/* Form elements */
input, textarea, select {
        font-family : Verdana, arial, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : normal;
        color : #000000;
        BORDER-LEFT: 1px solid #006600;
        BORDER-RIGHT: 1px solid #006600;
        BORDER-TOP: 1px solid #006600;
        BORDER-BOTTOM: 1px solid #006600;
        background-Color: #FFFFFF;
        letter-spacing: 0px;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : white;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
	font-weight : normal;
}

.helpline { background-color: #E3F1D1; border-style: none; }

