

/*
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFF7B5;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-shadow-color:#660000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#fff7b5;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif;  }
a:link,a:active,a:visited { color : #660000; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #993333; }
hr	{ height: 1px;}


/* site menu */
td.menuon	{
		font-weight:bolder;
		text-transform: uppercase;
		padding-top:5px;
		padding-bottom:5px;
		text-align: center;
		border-bottom: 1px solid #000000;
}


/* forum menu */
td.forummenuon	{
		text-transform: uppercase;
		padding: 3px 10px 3px 10px;
		text-align: center;
}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #ffffff;  }

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

.pmline{
	background-image : url(images/pmcase.jpg);
	background-repeat : no-repeat;
	background-position : center;
	color : Black;
}

.pmtext{
	color : #000000;
	padding : 5px 5px 5px 5px;
}








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


/*
  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 : #fff7b5;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #660000; font-weight : bold;
	background-color: #fff7b5; height: 18px; text-transform:uppercase;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #fff7b5; border-bottom: 1px solid #000000; height: 18px; text-transform:uppercase;
}


/*
  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: 18px;
	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; border: #000000; border-style: none; height: 18px; }
td.row3Right,td.spaceRow {
	background-color: #fff7b5; border: #000000; border-style: none; }

th.thHead,td.catHead { 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 0px; }
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; 
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen {  }
.genmed { }
.gensmall { font-size : smaller; }
.gen,.genmed,.gensmall { color : #000000; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ color : #000000 }


/* Forum category titles */
.cattitle		{ letter-spacing: 1px; color : #000000}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ color : #000000;}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ color : #000000;}


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ color : #000000; }


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

/* Location, number of posts, post date etc */
.postdetails		{ color : #000000; }


/* The content of the posts (body of text) */
.postbody {  color : #000000; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #000000;
	background-color: #fff7b5;
	border : 1px double #000000;
     }

.quote {
	color: #000000; line-height: 125%;
	background-color: #fff7b5;
	border : 1px double #000000;
}


/* Copyright and bottom info */
.copyright		{ font-size: smaller;  color: #000000;}


/* Form elements */
input,textarea, select {
	background-color : #ffffff;
	color : #000000;
	font-size : smaller;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
	color : #000000;
	font-size : smaller;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #ffffff;
	color : #000000;
	font-size : smaller;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #ffffff;
	color : #000000;
	font-size : smaller;
	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 : #ffffff;
	color : #000000;
	border : 1px double #000000;
	font-size : smaller;
	}


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