/*-------------------------------------------------------------------
| General page style. The scroll bar colours only visible in IE5.5+ |
-------------------------------------------------------------------*/

body { 

	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: white;
	margin: 3px;
	}

/*---------------------------------------
| General font families for common tags |
---------------------------------------*/

font,th,td,p { font-family: Verdana,Arial,Helvetica,sans-serif; }

a:link,a:visited,a:active { font-weight: bold;color: #004B84; }

a:hover	{ font-weight: bold;text-decoration: underline; color : #ff3300; }



/*-------------------------------------------------------------------
| This is the border line & background colour round the entire page |
-------------------------------------------------------------------*/

.bodyline { background-color: #EAEAEA; border: 0px solid #A1B173; }

/*-------------------------------------------------
| This is the outline round the main forum tables |
-------------------------------------------------*/

.forumline { background-color: #F6F6F6; border: 3px ridge white; }

.otherline { background-color: #F6F6F6; border: 1px solid white; }

/*-----------------------------------------
| Main table cell colours and backgrounds |
-----------------------------------------*/

td.row1	{ background-color: #F6F6F6; }

td.row2	{ background-color: #EAEAEA; }

td.row3	{ background-color: #EAEAEA; }

/*---------------------------------------------------------
| Header cells - the blue and silver gradient backgrounds |
---------------------------------------------------------*/

th { color: black; font-size: 11px; font-weight: bold; background-color: #EAEAEA; height: 28px; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { background-color: #EAEAEA; height: 28px; }

/*-----------------------------------------------------------------
| Setting additional nice inner borders for the main table cells. |
| The names indicate which sides the border will be on.           |
| Don't worry if you don't understand this, just ignore it :-)    |
-----------------------------------------------------------------*/

td.cat,td.catHead,td.catBottom { height: 28px; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; height: 28px; }

td.row3Right,td.spaceRow { background-color: #EAEAEA; }

th.thHead,td.catHead { font-size: 12px; }

/*---------------------------------------------------------------------
| The largest text used in the index page title and toptic title etc. |
---------------------------------------------------------------------*/

.maintitle,h1,h2 { font: bold 22px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; text-decoration: none; color: black; }

/*--------------
| General text |
--------------*/

.gen { font-size: 12px; }

.genmed { font-size: 11px; }

.gensmall { font-size: 10px; }

.gen,.genmed,.gensmall { color: black; }

a.gen:link,a.gen:visited,a.gen:active,a.genmed:link,a.genmed:visited,a.genmed:active,a.gensmall:link,a.gensmall:visited,a.gensmall:active { color: #004B84; text-decoration: none; }

a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #ff3300; text-decoration: underline; }

/*--------------------------------------------------------------
| The register, login, search etc links at the top of the page |
--------------------------------------------------------------*/

.mainmenu { font-size: 11px; color: black; }

a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active { text-decoration: none; color: #004B84; }

a.mainmenu:hover { text-decoration: underline; color: #ff3300; }


/*-----------------------
| Forum category titles |
-----------------------*/

.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: black }

a.cattitle:link,a.cattitle:visited,a.cattitle:active { text-decoration: none; color: #004B84; }

a.cattitle:hover { text-decoration: underline; }

/*-------------------------------------------------------------
| Forum title: Text and link to the forums used in: index.php |
-------------------------------------------------------------*/

.forumlink { font-weight: bold; font-size: 12px; color: black; }

a.forumlink:link,a.forumlink:visited,a.forumlink:active { text-decoration: none; color: #004B84; }

a.forumlink:hover { text-decoration: underline; color: #ff3300; }

/*---------------------------------------------------------------------------------------
| Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum |
---------------------------------------------------------------------------------------*/

.nav { font-weight: bold; font-size: 11px; color: black; }

a.nav:link,a.nav:visited,a.nav:active { text-decoration: none; color: #004B84; }

a.nav:hover { text-decoration: underline; }

/*------------------------------------------------------------------
| Name of poster in viewmsg.php and viewtopic.php and other places |
------------------------------------------------------------------*/

.name { font-size: 11px; color: black; }

/*------------------------------------------
| Location, number of posts, post date etc |
------------------------------------------*/

.postdetails { font-size: 10px; color: black; }

/*-----------------------------------------
| The content of the posts (body of text) |
-----------------------------------------*/

.postbody { font-size: 12px; }

a.postlink:link,a.postlink:active { text-decoration: none; color: #004B84; }

a.postlink:visited { text-decoration: none; color: #004B84; }

a.postlink:hover { text-decoration: underline; color: #ff3300; }

/*---------------------
| Quote & Code blocks |
---------------------*/

.code { font: normal 11px Courier,'Courier New',sans-serif; color: black; background-color: #F6F6F6; border: 1px solid white; }

.quote { font: normal 11px/125% Verdana,Arial,Helvetica,sans-serif; color: black; background-color: #F6F6F6; border: 1px solid white; }

/*---------------------------
| Copyright and bottom info |
---------------------------*/

.copyright { font: normal 10px Verdana,Arial,Helvetica,sans-serif; color: black; letter-spacing: -1px; }

a.copyright:link,a.copyright:visited,a.copyright:active { color: #004B84; text-decoration: none; }

a.copyright:hover { color: #ff3300; text-decoration: underline; }

/*---------------
| Form elements |
---------------*/

input,textarea,select { color: black; font: normal 11px Verdana,Arial,Helvetica,sans-serif; border-color: white; }

/*-----------------------------------------
| 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 { background-color: F6F6F6; color: black; font: normal 11px Verdana,Arial,Helvetica,sans-serif; }

/*-------------------------------
| The main submit button option |
-------------------------------*/

input.mainoption { background-color: #F6F6F6; font-weight: bold; }

/*-------------------------
| None-bold submit button |
-------------------------*/

input.liteoption { background-color: #F6F6F6; 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: white; border-style: none; }


/* Set Image style */
img, .forumline img {
	border: 0;
}

/*--------------------------------------------------------------
| The register, login, search etc links at the top of the page |
--------------------------------------------------------------*/

.mainmenu1 { font-size: 12px; color: black; }

a.mainmenu1:link,a.mainmenu1:visited,a.mainmenu1:active { text-decoration: none; color: #004B84; }

a.mainmenu1:hover { text-decoration: underline; color: #ff3300; }


