/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #6B3F3A;
	background-image:url('images/top.gif');
	background-repeat: repeat-x;
	background-position: top;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #BE847E; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 2px; background-color: #891C0F; border: solid #621007 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #4F0D06;  height: 0px;  width: 0px;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #4F0D06; border: solid 3px #80160A; }

/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3,td.row3Right { border-left: solid 1px #80160A; border-top: solid 1px #80160A; }
td.row1	{ background-color: #7B1307; background-image: url(images/rowbg1.gif); background-repeat: repeat-x; background-position: top; }
td.row2	{ background-color: #711207; background-image: url(images/rowbg2.gif); background-repeat: repeat-x; background-position: top; }
td.row3,td.row3Right	{ background-color: #711207; background-image: url(images/rowbg2.gif); background-repeat: repeat-x; background-position: top; }

/* View forum legend */
td.vflegend	{ background-color: #7B1307; font-size : 10px; color : #FF9000; }
td.vflegendb	{ background-color: #7B1307; font-size : 10px; color : #FF9000; border: 1px #190204 solid; }

/*
  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: #6B1208;
		background-image : url(images/cellpic1.gif); background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #BE847E; font-size: 11px; font-weight : bold;
	background-image: url(images/cellpic3.gif); height: 22px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#6B1208; height: 24px; background-image : url(images/cellpic1.gif); background-repeat: repeat-x;
}

/* Whos online cellpic3 bar */
td.onlinebar	{
	color: #BE847E; font-size: 11px; font-weight : bold;
	background-image: url(images/cellpic3.gif); height: 24px;
}

/*
  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;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; height: 24px; }

td.spaceRow {
	background-color: #7B1307; height:5px; background-image: url(images/space.gif); background-repeat: repeat-x; height:5px; }

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-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #A0746F; }
a.gen,a.genmed,a.gensmall { color: #A0746F; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #DA8E6F; }
a.mainmenu, a.mainmenu:visited		{ text-decoration: none; color : #DA8E6F;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #BE847E}
a.cattitle, a.cattitle:visited		{ text-decoration: none; color : #F47F14; }
a.cattitle:hover{ text-decoration: underline; color : #E85E03; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #BE847E; }
a.forumlink, a.forumlink:visited 	{ text-decoration: none; color : #BE847E; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #BE847E; }
a.topictitle:link, a.topictitle:visited    { text-decoration: none; color : #F47F14; }
a.topictitle:hover	{ text-decoration: underline; color : #E85E03; }


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

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #92645F; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #877B6D; }
a.postlink:link	{ text-decoration: none; color : #ED7014 }
a.postlink:visited { text-decoration: none; color : #ED7014; }
a.postlink:hover { text-decoration: underline; color : #F86E08 }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #D38F46;
	background-color: #9F271A; border: #3D180D; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #C49B85; line-height: 125%;
	background-color: #9F271A; border: #3D180D; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #F89117; letter-spacing: -1px;}
a.copyright		{ color: #C4731C; text-decoration: none;}
a.copyright:hover { color: #DE9517; text-decoration: none;}


/* Form elements */
input, textarea, select {
	background-color: #88433B; border: #491610; border-style: solid;
	color : #A4908E;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #480B0B;	border-width: 1px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	color : #B3B3B3;
	background-color : #8A2610;
}

/* The text input fields background colour */
textarea.post{ 
	background-image : url(images/textbg.gif);
	background-repeat: repeat;
}

input.post {
	background-image : url(images/inputbg.gif);
	background-repeat: repeat;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #98311D;
	color : #D69735;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image : url(images/submitbg.gif);
	background-repeat: repeat;
}

/* The main submit button option */
input.mainoption {
	color : #DDB824;
	background-color : #811616;
	font-weight : bold;
	background-image : url(images/submitbg.gif);
	background-repeat: repeat;
}

/* None-bold submit button */
input.liteoption {
	color : #DDB824;
	background-color : #811616;
	font-weight : normal;
	background-image : url(images/submitbg.gif);
	background-repeat: repeat;
}

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

/* iframe for topic review */
iframe { border: 1px solid #4F0D06; width: 99%; }

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

