 /* General page style. The scroll bar colours only visible in IE5.5+ */
body  { background-color: #e5ebf4; }

/* General font families for common tags */
font,th,td,p,frame,h1  { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
A:link     { color: #0a50a1; text-decoration: none }
A:active     { color: #0a50a1; text-decoration: none }
A:visited     { color: #6699cc; text-decoration: none }
A:hover     { color: #f87400; text-decoration: underline }
hr	   { visibility: hidden }


/* This is the border line & background colour round the entire page */
.bodyline	     { }

/* This is the outline round the main forum tables */
.forumline	            { /*border-bottom: 40px solid white*/ }


/* Main table cell colours and backgrounds */
td.row1	     { }
td.row2	     {background-color: #dee7f4; }
td.row3	     { }


/*
  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       { }

/* Header cells - the blue and silver gradient backgrounds */
th	       { /*color: white;*/ font-size: 9px; /*text-align: left;*/ /*height: 40px;*/ /*visibility: hidden*/ }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom     { height: 25px }


/*
  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     { }
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR    { font-weight: bold; height: 28px }
td.spaceRow        { height: 60px }
td.row3Right  { }
th.thHead      { font-size: 13px }
td.catHead  { font-size: 13px }
th.thSides,td.catSides,td.spaceRow	    { }
th.thRight,td.catRight,td.row3Right	    { }
th.thLeft,td.catLeft	     { }
th.thBottom,td.catBottom     { }
th.thTop	    { }
th.thCornerL    { }
th.thCornerR    { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	 { color: #white; font-weight: bold; font-size: 22px; line-height: 120%; text-decoration: none }


/* General text */
.gen  { font-size: 14px }
.genmed  { font-size: 13px }
.gensmall  { font-size: 12px }
.gen,.genmed,.gensmall  { }
a.gen,a.genmed,a.gensmall  { text-decoration: none }
a.gen:hover,a.genmed:hover,a.gensmall:hover	 { text-decoration: underline }


/* The register, login, search etc links at the top of the page */
.mainmenu		  { font-size: 14px }
a.mainmenu		 { text-decoration: none }
a.mainmenu:hover { text-decoration: underline }


/* Forum category titles */
.cattitle		  { font-weight: bold; font-size: 14px }
a.cattitle		 { text-decoration: none }
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 }
a.forumlink 	 { text-decoration: none }
a.forumlink:hover { text-decoration: underline }


/* 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 }
a.nav			 { text-decoration: none }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			  { font-weight: bold; font-size: 12px }
a.topictitle:link    { text-decoration: none }
a.topictitle:visited  { text-decoration: none }
a.topictitle:hover	 { text-decoration: underline }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			   { font-size: 11px }

/* Location, number of posts, post date etc */
.postdetails		      { font-size: 11px }


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


/* Quote & Code blocks */
.code     { /*color: #7fc31c;*/ font-size: 12px; font-family: Courier, "Courier New", sans-serif; /*background-color: white; border: solid 1px #7fc31c*/ }

.quote      { color: #0a50a1; font-size: 12px; line-height: 125%; border: solid 1px #0a50a1 }


/* Copyright and bottom info */
.copyright		          { font-size: 11px }
a.copyright		 { text-decoration: none }
a.copyright:hover  { text-decoration: underline }

/* Form elements */
input,textarea, select {
	color : black;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : black;
}

/* 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 : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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: #e5ebf4; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
