div#footer {
	background-color: white;
	text-align: center;
}

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

table {
	margin: 3px 0;
}

table td, table th {  padding: 2px;  }
table td {  }
hr	{ height: 0px; border: 0px solid #125089; border-top-width: 2px; margin: 1px 0; }

/* This is the outline round the main forum tables */
.forumline	{
	border-top: 1px solid #125089;
	border-bottom: 1px solid #125089;
}

/* 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 {
	border-bottom: 1px solid #125089;
}

/* Header cells - the blue gradient backgrounds */
th	{
	font-size: 0.9em;
	font-weight : bold;
	height: 23px;
	text-align: left;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	border-color: #125089;
	border-style: solid;
	height: 22px;
	color: #125089;
}

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

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

table.header {
	background-image:url('../images/site/title_bg.jpg');
	background-repeat: no-repeat;
}

table thead {
	background: #104E87 url('../images/site/content_bg.jpg') repeat-y;
}

table.header thead {
	background: transparent;
}

table thead a {
	color: #ffffff;
}

thead td.catHead, thead th.thHead, thead th.thTop, thead th.thCornerL, thead th.thCornerR, thead th.thSides  {
	color: #ffffff;
	border-color: #125089;
}

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

th.thHead,td.catHead { font-size: 0.9em; border-width: 1px 0px 1px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px; }
th.thSides { border-bottom-width: 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 1px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 1px 0px; }
th.thBottom,td.catBottom  { border-width: 1px 0px 1px 0px; }
th.thTop	 { border-width: 1px 0px 1px 0px; }
th.thCornerL { border-width: 1px 0px 1px 0px; }
th.thCornerR { border-width: 1px 0px 1px 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: #125089;
}

/* 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; }
thead td.catHead .cattitle { color: #ffffff; }
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 {
	border: 1px solid #989898;
	padding: 1px;
}

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

input { text-indent : 1px; }

/* The buttons used for bbCode styling in message post */
input.button,
input.mainoption, /* The main submit button option */
input.liteoption /* None-bold submit button */
{
	border: 1px solid #525252;
	color:#525252;
	background-color: #ffffff;
}


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