body 
	{
		background-color: #000000;
	  background-image: url("/redeemed/graphics/background.jpg");
	  background-attachment: fixed;
	  background-position: top center;
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #EEEEFF;
}

div.b1 {background-color: #000000;
        border: solid #990000 1px;}

div.b2 {background-color: #000000;
        border: solid #FF0000 1px;}

/* General font families for common tags
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
*/

A {text-decoration: none; color:#FF0000; font-weight:bold}
A:visited {text-decoration: none; color:#990000; font-weight:bold}
A:hover	  {text-decoration: underline; color : #FFFF00; }

hr	{ height: 0px; border: solid #FF0000 0px; border-top-width: 1px;}
hr.msg  { height: 0px; border: solid #990000 0px; border-top-width: 1px;}


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

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #110000; border-bottom: 1px #AA0000 dashed; }
td.row2	{ background-color: #110000; border-bottom: 1px #AA0000 dashed; }
td.row3	{ background-color: #110000; border-bottom: 1px #AA0000 dashed; }

td.messageleft 
 {
   background-color: #110000;
   border-style: solid;
   border-width: 2px 1px 2px 2px;
   border-color: #AA0000;
   height: 100%;
 }

td.messageright
 {
   background-color: #110000;
   border-style: solid;
   border-width: 2px 2px 2px 1px;
   border-color: #AA0000;
   height: 100%;
 }

td.calendar_today
 {
  border-style: solid;
  border-color: #FF0000;
  border-width: 3px;
	background-color: #440000;
  margin: 0px;
  padding: 5px;
 }

td.calendar
 {
  border-style: solid;
  border-color: #AA3300;
  border-width: 1px;
  margin: 0px;
  padding: 5px;
 }

/*
  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: #FFFFFF;
		background-image: url(/redeemed/graphics/light_bar.jpg);
		background-repeat: repeat;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFAA; 
        font-size: 11px; 
        font-weight : normal;
        font-variant: small-caps;
	background-color: #AA4444; height: 25px;
	background-image: url(/redeemed/graphics/dark_bar.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom 
 {
   background-image: url(/redeemed/graphics/light_bar.jpg);
   background-color:#FF0000;
   border-width:0px;
   height: 28px;
 }

/* 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 : #FFFFFF;
    font-variant: small-caps;
 }

/* General text */
.genlarge { font-size: 16px;}
.gen { font-size : 12px;}
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall,.genlarge 
   { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall,a.genlarge 
   { color: #FF5555; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover,a.genlarge:hover	
   { color: #FF3300; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : small; color : #FFFFFF }
a.mainmenu		{ text-decoration: none; color : #FF5555;  }
a.mainmenu:hover { text-decoration: underline; color : #FF9999; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; color : #FFFFAA}
a.cattitle		{ text-decoration: none; color : #FFFFAA; }
a.cattitle:hover { text-decoration: underline; }


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


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


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


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
  {
     font-size : 11px; 
     font-weight: bold;
     font-variant: small-caps;
     color : #FFFFFF;
  }

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


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


/* Quote & Code blocks */
.code 
 {
   font-family: Courier, 'Courier New', sans-serif; 
   font-size: 11px;
   background-color: #000000; 
   border: #990000; 
   border-style: solid;
   border-width: 1px;
 }

.quote 
 {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #ffffff; 
   line-height: 125%;
   background-color: #000000; border: #990000; border-style: solid;
   border-width: 1px;
 }


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


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* 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 : #999999;
	color : #000000;
	font-size: 11px; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #999999;
	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: #DEE3E7; border-style: none; }

table.white
 {
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 2px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  border-spacing: 0px;
 }

td.calendar_head
 {
  background: url(/redeemed/graphics/dark_bar.jpg);
  border-style: solid;
  border-color: #AA3300;
  border-width: 1px;
  margin: 0px;
  padding: 5px;

 }

td.calendar
 {
  border-style: solid;
  border-color: #AA3300;
  border-width: 1px;
  margin: 0px;
  padding: 5px;
 }



