


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color:#750707;
	scrollbar-face-color:#848400;
	scrollbar-highlight-color:666600;
	scrollbar-shadow-color:666600;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#999900;
	scrollbar-darkshadow-color:#848400;
	font-family: "Trebuchet MS";
}


/* General font families for common tags */

hr	{
	height: 0px;
0px; 		border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b12639;
	border-right-color: #b12639;
	border-bottom-color: #b12639;
	border-left-color: #b12639;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-image: url(images/fond.gif);
	border: medium solid #a40d28;
	width: 100%;
	
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #000000;
	
}
.forumline_1	{
	background-color: #800101;	
}


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


/*
  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-image: url(images/cellpic2.gif);
	background-repeat: repeat-y;
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	height: 28px;
	background-image: url(images/cellpic1.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCCFF;
	border-right-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	border-left-color: #FFCCFF;
}


/*
  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: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.row3Right,td.spaceRow {
	background-color: #800101;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990066;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #990066;
}

th.thHead,td.catHead { font-size: 14px; 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,td.catLeft	  { border-width: 0px 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,h1,h2	{
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #FFFFFF;
}


/* General text */
.gen { font-size : 13px; }
.genmed {
	font-size : 12px;
	color: #ebad41;
}
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall {
	color : #f9dbe8;
}
a.gen,a.genmed,a.gensmall {
	color: #ebad41;
	text-decoration: underline;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{
	color: #FFCCFF;
	text-decoration: underline;
}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #FFFFFF }
a.mainmenu		{
	text-decoration: underline;
	color : #ebad41;
}
a.mainmenu:hover{
	text-decoration: underline;
	color : #f87f7b;
}


/* Forum category titles */
.cattitle		{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color : #FFFFFF
}
a.cattitle		{
	text-decoration: underline;
	color : #540404;
	font-weight: bold;
}
a.cattitle:hover{
	text-decoration: underline;
	color : #FFFFFF;
}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #FFFFFF; }
a.forumlink 	{
	text-decoration: underline;
	color : #f7e6d5;
}
a.forumlink:hover{
	text-decoration: underline;
	color : #FFCCFF;
}


/* 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; color : #FFFFFF;}
a.nav			{
	text-decoration: underline;
	color : #f7e6d5;
}
a.nav:hover		{
	text-decoration: underline;
	color : #FFCCFF;
}


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


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 13px;}
a.postlink:link	{
	text-decoration: underline;
	color : #f7e6d5
}
a.postlink:visited { text-decoration: underline; color : #FFFF99; }
a.postlink:hover {
	text-decoration: underline;
	color : #FFCCFF
}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #000000;
	background-color: #FF6600; border: #B3B300; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 125%;
	background-color: #FFFFFF;
	border: 1px none #B3B300
}


/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{
	color: #f7e6d5;
	text-decoration: underline;
}
a.copyright:hover {
	color: #FFCCFF;
	text-decoration: underline;
}




/* 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("formIE.css");
