/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color : #FFFFFF;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #FAFAFA; 
	scrollbar-face-color: #F0F0F0; 
	scrollbar-shadow-color: #EBEBEB; 
	scrollbar-track-color: #F0F0F0; 
	scrollbar-darkshadow-color: #E0E0E0;
}

/* General font families for common tags */
font,th,td,p { font-family: Arial, Verdana; font-size : 8pt; }
a:link,a:active,a:visited { color : #000000; text-decoration : none; }
a:hover		{ text-decoration: none; color : #444444; }
hr	{ height : 1px; color : #000000; }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #000000 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #000000 solid; }

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

/*
  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
*/
img { border : 0px; }
p {
	text-indent : 15px;
	font-size : 10pt;
	font-family : Verdana;
}

td.rowpic {
		background-color: #FFFFFF;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th {
	color: #000000; font-size: 8pt;
	background-image : url(images/header_bg.gif);
	background-color: #F3F3F3; height: 25px;
}
.header {
	background-image : url(images/header_bg.gif);
	height : 26px;
}
.subheader {
	background-image : url(images/subheader_bg.gif);
	height : 25px;
}
.footer {
	background-image : url(images/footer_bg.gif);
	height : 25px;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#FFFFFF;
			border: 1px solid #000000;
			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: 29px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-family  : Arial;
	font-size : 8pt;
	background-color : #F3F3F3;
	border: 1px solid #000000;
	height: 25px;
}
td.row3Right,td.spaceRow {
	background-color: #FFFFFF;
}

th.thHead,td.catHead { font-size: 8pt; border-width: 1px 1px 1px 1px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color : #000000;
}

/* General text */
.gen { font-size : 10pt; font-family : Verdana; }
.genmed { font-size : 8pt; font-family : Arial; }
.gensmall { font-size : 8pt; font-family : Arial; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #444444; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 8pt; color : #000000; text-decoration : none; }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: none; color : #444444; }

/* Forum category titles */
.cattitle		{ font-size: 10pt; font-family : Verdana; color : #000000; font-weight : bold;}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: none; color : #444444; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-size: 10pt; font-family : verdana; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: none; color : #444444; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 8pt; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: none; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 8pt; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: none; color : #444444; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 8pt; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 8pt; color : #000000; }

/* The content of the posts (body of text) */
.postbody { font-size : 10pt; font-family : Verdana; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #000000; }
a.postlink:visited { text-decoration: none; color : #000000; }
a.postlink:hover { text-decoration: none; color : #444444;}

/* Quote & Code blocks */
.code {
	font-family: Lucida Console;
	font-size: 8pt;
	color: #666666;
	background: #FFFFFF;
	border : 1px solid #000000;
} .quote {
	font-family: Verdana;
	font-size: 8pt;
	color: #444444;
	background: #FFFFFF;
	border : 1px solid #000000;
}

/* Copyright and bottom info */
.copyright {
	font-size: 8pt;
	font-family: Arial;
	color: #000000;
}
.copyright a { 
	color: #000000; 
	text-decoration: none;
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font-family : Arial;
	font-size : 8pt;
	border : #000000 solid 1px;
} .noborder, .noborder input, input.checkbox, input.radio {
	border : 0px;
	color : #000000;
	font-family : Arial;
	font-size : 8pt;
}

/* 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 : #FFFFFF;
	color : #000000;
	font-size: 8pt;
	font-family: Arial;
	border : #000000 solid 1px;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	font-weight : normal;
}
/* .main used for viewprofile page... */
.main td,.main th,.main tr {
	color : #000000;
	font-family : Verdana;
	font-size : 10pt;
	background : #FFFFFF;
} .main a {
	color : #000000;
	text-decoration : none;
}
/* .site used to style bbs like the rest of the site... */
.site {
	border-left : 1px solid #8e8e8e;
	border-right : 1px solid #8e8e8e;
	background : #f9f9f9;
} .site_top {
	border-top : 1px solid #8e8e8e;
	background : #f9f9f9;
} .site_bottom {
	border-bottom : 1px solid #8e8e8e;
	background : #f9f9f9;
} .corner {
	border-bottom : 1px solid #f9f9f9;
}

/* 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: #FFFFFF; border-style: none; }

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