/**/ /* General page style. The scroll bar colours only visible in IE5.5+ */body {	background-color: #032B2C;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	color : #009999;	border : 0px solid Black;	margin : 0px 0px 0px 0px;	}/* General font families for common tags */font,th,td,p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size : 10px;  color : #009999;   }a:link,a:active,a:visited { color : #00CC00;  text-decoration : underline;  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;     }a:hover		{ text-decoration: underline; color : #00CCCC; }hr	{ height: 0px; border: 0px solid #0D4A4A; border-top-width: 1px;}/* This is the border line & background colour round the entire page */.bodyline	{ background-color: #003333;  border-top : 4px solid #003333;    border-bottom : 4px solid #003333;  border-left : 4px solid #003333;  border-right : 4px solid #003333;       }/* This is the outline round the main forum tables */.forumline	{ background-color: #000000; border: 0px #006699 none; }/* Main table cell colours and backgrounds */td.row1	{ background-color: #002829;  border-top : 1px solid #0D4A4A; }td.row2	{ background-color: #003333;  border-top : 1px solid #0D4A4A; }td.row3	{ background-color: #032B2C;  border-top : 1px solid #0D4A4A;  }/*  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: #001E1E; border-top : 1px solid #0D4A4A; border-right : 1px solid #0D4A4A;}/* Header cells - the blue and silver gradient backgrounds */th	{	color: #008989; font-size: 10px; 	background-color: #001E1E; height: 20px; border-top : 1px solid #336666;	padding-left : 5px;}td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {			background-color:#001E1E; border: #0D4A4A; border-style: solid; height: 20px;padding-left : 5px;}/*  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: 20px;	border-width: 0px 0px 0px 0px;padding-left : 5px;}th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {	font-weight: bold; border: #0D4A4A; border-style: solid; height: 20px;padding-left : 5px; }td.row3Right,td.spaceRow {	background-color: #032B2C; border: #0D4A4A; border-style: solid;padding-left : 5px; }th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }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 {border-width: 0px 0px 0px 1px;	}td.catLeft	  { border-width: 1px 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 largest text used in the index page title and toptic title etc. */.maintitle	{ font-weight: bold; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif;			text-decoration: none; line-height : 120%; color : #009999; }/* General text */.gen { font-size : 10px; }.genmed { font-size : 10px; }.gensmall { font-size : 10px; }.gen,.genmed,.gensmall { color : #33CCCC; }a.gen,a.genmed,a.gensmall { color: #33CCCC; text-decoration: underline; }a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #00CC00; text-decoration: underline; }/* The register, login, search etc links at the top of the page */.mainmenu		{ font-size : 10px; color : #33CCCC }a.mainmenu		{ text-decoration: underline; color : #00CC00;  }a.mainmenu:hover{ text-decoration: underline; color : #00CC00; }/* Forum category titles */.cattitle		{ font-weight: 900; font-size: 10px ; letter-spacing: 5px; color : #33CCCC}a.cattitle		{ text-decoration: underline; color : #00CC00; }a.cattitle:hover{ text-decoration: underline; color: #00CC00; }/* Forum title: Text and link to the forums used in: index.php */.forumlink		{  font-weight: 900; font-size: 10px ; letter-spacing: 2px; color : #33CCCC }a.forumlink 	{ text-decoration: underline; color : #00CC00; }a.forumlink:hover{ text-decoration: underline; color : #00CC00; }/* 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 : #33CCCC;}a.nav			{ text-decoration: none; color : #00CC00; }a.nav:hover		{ text-decoration: underline; color: #00CC00; }/* titles for the topics: could specify viewed link colour too */.topictitle			{ font-weight: bold; font-size: 10px; color : #008989; }a.topictitle:link   { text-decoration: underline; color : #00CC00; }a.topictitle:visited { text-decoration: underline; color : #00CC00; }a.topictitle:hover	{ text-decoration: underline; color : #00CC00; }/* Name of poster in viewmsg.php and viewtopic.php and other places */.name			{ font-size : 10px; color : #00FFFF;}/* Location, number of posts, post date etc */.postdetails		{ font-size : 10px; color : #00FFFF; }/* The content of the posts (body of text) */.postbody { font-size : 11px; color: #33CCCC;}a.postlink:link	{ text-decoration: underline; color : #00CC00 }a.postlink:visited { text-decoration: underline; color : #00CC00; }a.postlink:hover { text-decoration: underline; color : #00CC00}/* Quote & Code blocks */.code {	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #33CCCC;	background-color: #004A4A;	border : 1px solid Black;	padding : 5px 5px 5px 5px;	font-weight : 500;	     }.quote {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #33CCCC; background-color: #004A4A;     font-weight : normal;	border : 1px solid Black;	padding : 5px 5px 5px 5px;	line-height : 100%;}/* Copyright and bottom info */.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #004A4A; letter-spacing: -1px;}a.copyright		{ color: #33CCCC; text-decoration: none;}a.copyright:hover { color: #00CC00; text-decoration: underline;}/* Form elements */input,textarea, select {	background-color : #004A4A;	color : #33CCCC;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight : normal;}/* The text input fields background colour */input.post, textarea.post, select {	background-color : #004A4A;	color : #33CCCC;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight : normal;}input { text-indent : 2px; }/* The buttons used for bbCode styling in message post */input.button {	background-color : #004A4A;	color : #008989;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight : normal;}/* The main submit button option */input.mainoption {	background-color : #004A4A;	color : #008989;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight : normal;}/* None-bold submit button */input.liteoption {	background-color : #004A4A;	color : #008989;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	background-color : #EBEBEB;	color : #008989;	border : 1px solid Black;	padding : 2px 2px 2px 2px;	font-size : 10px;	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	font-weight : normal;}input, textarea, select {border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;  }input { text-indent : 2px; }input.button {border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px;  }.postbody { line-height: 18px}/* 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: #004A4A;   font-size : 10px;  font-weight : normal;  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  border : 1px solid Black;  color : #008989;  text-align : center;       }
