/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 	background-color: #000000; background-image: url(http://delerium.ca/images/DeleriumBG.jpg); background-position: left; background-repeat: no-repeat; margin-top: 0; }

/* General font families for common tags */
a { color: 9999cc; }
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #cccc99; }
hr	{ height: 0px; border: solid #191913 0px; border-top-width: 1px;}

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

/* This is the outline round the main forum tables */
.forumline	{ background-color: none; border: 1px #333333 solid; margin-top: 7px; }

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

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	font-weight: normal; font-size: 10px;
	background-color: #191913; height: 25px;

}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color: #000000; border-style: none; height: 28px;
}

/*
  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;
}
td.row3Right,td.spaceRow {
	background-color: none; border: none; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; 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	{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 10px; color: #cccc99; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ }
a.mainmenu		{ text-decoration: none;  }
a.mainmenu:hover{ text-decoration: underline; }

/* Forum category titles */
.cattitle		{ font-weight: bold; }
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 	{ text-decoration: none;  }
a.forumlink:hover{ text-decoration: underline; }

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; }
a.topictitle:link   { text-decoration: none; }
a.topictitle:visited { text-decoration: none; }
a.topictitle:hover	{ text-decoration: underline; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ }

/* Location, number of posts, post date etc */
.postdetails		{ }

/* The content of the posts (body of text) */
.postbody { }
a.postlink:link	{ text-decoration: none; }
a.postlink:visited { text-decoration: none; }
a.postlink:hover { text-decoration: underline; }

/* Quote & Code blocks */
.code { 
	color: #cccc99;
	background-color: #191913; border: 1px solid #333333;
}

.quote {
	color: #cccc99;
	background-color: #191913; border: 1px solid #333333;
}

/* Copyright and bottom info */
.copyright		{ }
a.copyright		{  text-decoration: none;}
a.copyright:hover {  text-decoration: underline;}


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

input { background-color: auto; border: auto; margin: 2px 0; font-size: 9px; }

/* The buttons used for bbCode styling in message post */

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

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

#table_menu td { padding: 0 4px; }
#table_menu a { color: #ffffff; font-weight: bold; }