div#footer {
}

h1.title {
	position: relative;
	left: 50px;
	top: 18px;
	height: 22px;
	width: 705px;
	padding-left: 25px;
	margin: 0;
}

table {
	margin: 3px 0;
}

table td, table th {  padding: 2px; vertical-align: middle; }
table td { vertical-align: top; }
hr	{ height: 0px; border: 0px solid #9f9f9f; border-top-width: 2px; margin: 1px 0; }

/* This is the outline round the main forum tables */
.forumline	{
	border: 1px solid #9f9f9f;
	background: transparent;
}

/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3	{ }
td.row1 table td , td.row2 table td {
	padding: 0;
}

/*
  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: #ffffff url('/images/site/title_bg.png') repeat-x; */
	border-bottom: 1px solid #9f9f9f;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #4c4c4c;
	font-size: 0.9em;
	font-weight : bold;
	height: 23px;
	text-align: left;
	/* background: #ffffff url('/images/site/title_bg.png') repeat-x; */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {

	border-color: #9f9f9f;
	border-style: solid;
	height: 22px;
}

/*
  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 {
	vertical-align: middle;
	padding: 0;
	padding-left: 2px;
	height: 23px;
	border-bottom: 2px solid #e0e0e0;
}


th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	border: #9f9f9f;
	border-style: solid;
	height: 23px;
	padding: 0 0 0 2px;
}

td.catHead, th.thHead, th.thTop,th.thCornerL,th.thCornerR, th.thSides  {
	background: #ffffff url('/images/site/title_bg.png') repeat-x;
	border-bottom: 2px solid #e0e0e0;
}

td.row3Right {}
td.spaceRow {
	padding: 0;
	background-color: #9f9f9f;
}

th.thHead,td.catHead { font-size: 0.9em; border-width: 1px 1px 2px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thSides { border-bottom-width: 2px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 1px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 1px 1px; }
th.thBottom,td.catBottom  { border-width: 1px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 2px 0px; }
th.thCornerL { border-width: 1px 0px 2px 1px; }
th.thCornerR { border-width: 1px 1px 2px 0px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
	color: #4c4c4c;
}

/* General text */
.gen { font-size : 1.1em; }
.genmed { font-size : 1em; }
.gensmall { font-size : 0.85em; }
.gen,.genmed,.gensmall {  }
a.gen,a.genmed,a.gensmall {  }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 1em; }
a.cattitle		{ text-decoration: none; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold;  }
a.forumlink 	{  }
a.forumlink:hover{ }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 1em; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{  }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 0.9em; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 0.9em;  }

/* The content of the posts (body of text) */
.postbody { font-size : 1.0em; line-height: 130%; }

/* Quote & Code blocks */
td.code, td.quote  {
	padding: 3px !important;
	color: #4c4c4c;
	font-size: 0.9em;
	background-color: #f9f9f9;
	border: 1px solid #e0e0e0;
	line-height: 135%;
}

td.code {
	font-family: 'Courier New', monospace;
	color: #448800;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; }

/* Form elements */
input,textarea, select {
	padding: 1px 2px;

	background-color: #fafafa;
	border: 1px solid #9f9f9f;
}

/* 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,
input.mainoption, /* The main submit button option */
input.liteoption /* None-bold submit button */
{
	background: #eeeeee url('../images/site/button_bg.gif') repeat-x;
	border: 1px solid #9f9f9f;
}


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