html, body {
	color: #FFFFFF;
	background-color: #242424;
	padding: 0;
	margin: 0;
}

/* GLOBAL TAG SETTINGS */
font,th,td,p 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 1c1c1c;
}
a, a:visited 	{ color: #FFFFFF; }
a:hover			{ text-decoration: underline; color: #FFC726; }
hr				{ height: 0px; border: solid #666666 0px; border-top-width: 1px;}
form 			{ display: inline; padding: 0; margin: 0; }
img 			{
	border: 0;

}
br.spacer 		{ height: 5px; font-size: 5px; line-height: 5px; overflow: hidden; }
caption 		{ margin: 0; padding: 0; }
iframe 			{ border: none; background-color: #EEEEEE; }

/* MAINTABLE */
#maintable {
	background-color: #242424;
	
}

/* LOGO_HEADER - BUTTONS */
#logotable {
	background: url(images/logo_bg.gif) top left repeat-x;
}

/* Buttons -> */
#buttonstable {
	color: #1C1C1C;
	padding-top: 5px;
	padding-bottom: 20px;
}
#buttonstable td {
	height: 20px;
	overflow: hidden;
	color: #FFFFFF;
}
#header-buttons {
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 2px;

}
#header-buttons a, #header-buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header-buttons a:hover { 
	color: #FFC726; 
	text-decoration: underline; 
}

/* THE CONTENT */
#content-simple {
	padding: 3px;
	background-color: #242424;
	border: 1 solid #FFCC00;
}
.content-row {
	background-color: #242424;
}
td.content { 
	background-color: #242424; 
	padding: 0px;
}


/* FORUM SETTINGS */
.forumline	{
	background-color: #242424;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A24CC8;
	border-left-color: #A24CC8;
}
.forum-topheader {
	height: 16px;
	background-image: url(images/hd_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.forum-bottomheader {
	height: 16px;
	background-image: url(images/hd_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

/* Forum header - hdr_mid_gif, hdr_left/right.gif*/ 
.forumheader td {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1C1C1C;
	text-align: left;
	width: 100%;
	height: 50px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A24CC8;
	border-left-color: #A24CC8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
	padding-bottom: 15px;
	vertical-align: bottom;
	padding-left: 30px;
}
.forumheader a, .forumheader a:visited {
	color: #FFC726;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
}
.forumheader a:hover {
	color: #FFC726;
	text-decoration: underline;
}
.forumheader-mid { 
	padding-top: 0px; 
}


/* Main table cell colours and backgrounds */ 
td.row1 {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
td.row2 {
	padding-right: 5px;
	padding-left: 5px;

}
td.row3 {
	padding-right: 30px;
	padding-left: 30px;

}
td.row4 {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
td.row5 {
	padding-right: 5px;
	padding-left: 5px;

}
/* -- viewtopic_body.tpl */
td.row6 {
	background-color: #313131;
	background-image: url(images/cell.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 10px;
}
/* forum_index cells */
td.row7 {
	padding-right: 30px;


}

td.row1, td.row2, td.row3, td.row4, td.row5, td.row7, td.row3Right, td.postbottom {
	background-color: #1c1c1c;
	
}

/* Header ROW - Info: Topic - Posts - Replies  */
th, td.spaceRow, td.th {
	background-color: #1c1c1c;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0px;
	text-align: center;
	height: 26px;
	border: 1px none #242424;
	
}
th.left { 
	text-align: left; 
	padding-left: 15px;
}

td.catBottom {
	height: 24px;
	padding: 1px 3px;
	background-color: #572458;

}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	height: 24px;
	padding-left: 30px;

	background-color: #1c1c1c;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #242424;
	border-bottom-color: #242424;
}
td.spaceRow, td.spaceRow2 { height: 2px; overflow: hidden; font-size: 2px; line-height: 2px; padding: 0; }
.cat,.catHead,.catSides,.catLeft,.catRight,.catBottom { font-size: 12px; }


/*
  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.catHead { font-size: 12px; }

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


/* General text */
.genmain {
	background-color: #242424;
	margin: 0px;
	padding: 10px;
}

.gen { 
	font-size: 12px; 
}
.genmed { 
	font-size: 11px; 
	letter-spacing: 0px;
}
.gensmall {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.gen,.genmed,.gensmall { 
	color: #FFFFFF; 
}
a.gen,a.genmed,a.gensmall {
	color: #9933CC; text-decoration: none; 
}
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFCC00; text-decoration: underline; }

.generror { color: #FF0000; }
.progress { background-color: #FFFFFF; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	font-weight: bold;
	font-size: 12pt;
	color : #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Helvetics, Arial, sans-serif;
	letter-spacing : 0.5em;
}
a.forumlink 	{
	text-decoration: none;
	color : #B464D2;
	margin-top: 10px;
	margin-bottom: 5px;
	
}
a.forumlink:hover{ text-decoration: underline; color : #FFCC00; }

/* 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 : #993399; }
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: #A24CC8; }
a.topictitle:visited { text-decoration: none; color: #999999; }
a.topictitle:hover	{ text-decoration: underline; color: #FFC726; }

/* new thread link */
.link-new a, .link-new a:visited, .link-new a.topictitle, .link-new a.topictitle:visited { color: #FFFFFF; }
.link-new a:hover, .link-new a:active, .link-new a.topictitle:hover, .link-new a.topictitle:active { color: #FFC726; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size: 11px; }
.postername		{ font-size: 11px; font-weight: bold; color: #AA6FDB; line-height: 1.5em; }

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

/* The content of the posts (body of text) */
.postbody { 
	font-size: 12px;
	
}
.postbody a	{ 
	text-decoration: none; 
	color: #CCCCCC; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC726;
}
.postbody a:hover { text-decoration: none; color: #FFC726; }

/* Other post stuff */
td.postbottom {
	font-size: 10px;
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #1C1C1C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #242424;
	height: 25px;
	padding-left: 10px;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #FFC726;
}

/* Quote & Code blocks */
.quote-table, .code-table {
	margin: 5px 0;
	border: 1px solid #444444;	
	
}
.quote-corner, .code-corner {
	background-color: #313131;
	
}
.quote-left {
	
	background-color: #313131;
	
}
.code-left {
	
	background-color: #313131;

}
.quote-header, .code-header {
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #313131;
	color: #FFFFFF;
	font-weight:bold;
}
.quote-text {
	color: #999999;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #313131;
}

.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #999999;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #313131;
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; letter-spacing: -1px;}

/* Form elements */
input,textarea, select {
	color: #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: 1px solid #242424;
	background-color: #313131;
	color: #FFFFFF;
}
* html input.post, * html textarea { border-color: #FFFFFF; }
input.post:hover, textarea:hover { border-color: #FFFFFF; }
input.post:focus, textarea:focus { border-color: #FFC726; color: #FFFFFF; }


select {
	background-color: #242424;
	color: #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #242424;
	color: #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #313131;
}
input.button:hover { 
	background-color: #FFC726; 
	color: #FFFFFF;
}
* html input.button { color: #FFFFFF; }

/* The main submit button option */
input.mainoption {
	background-color: #1c1c1c;
	color: #FFFFFF;
	font-weight : bold;
	border: 1px solid #A24CC8;
}

/* None-bold submit button */
input.liteoption {
	background-color: #1c1c1c;
	color: #FFFFFF;
	border: 1px solid #A24CC8;
}

input.mainoption:hover, input.liteoption:hover {
	border: 1px solid #FFC726;
}
input.mainoption:focus, input.liteoption:focus { color: #FFFFFF; border-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: #242424; border: 1px solid #313131; color: #FFFFFF; }


/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }

/* PM SETTINGS - POPUP  */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited {
	background-color: #000000;
	border: 1px solid #FFC726;
	padding: 25px 45px;
	color: #FFC726;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	
}
.pm-new a:hover, .pm-new a:active {
	color: #A24CC8;
}

.tbl-01 {
	background-color: #1c1c1c;
	height: 40px;	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A24CC8;
	border-left-color: #A24CC8;
	padding-left: 30px;
	padding-right: 30px;
}
.tbl-02 {
background-color: #1c1c1c;
}
.tbl-02 th{
	background-color: #1c1c1c;
	padding-left: 0px;
	padding-right: 0px;
}

.tbl-03 {
	background-color: #1c1c1c;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.tbl-msgbox {
	background-color: #1c1c1c;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #FFC276;
}
.tbl-footer {
	background-color: #1c1c1c;
	
}
.tbl-footer td {
	padding: 0px;
}
.tbl-smilies {
	background-color: #242424;
	font-size: 11px;
	font-weight: bold;
}
.tbl-postbottom {
	font-size: 10px;
	color: #FFFFFF;
	white-space: nowrap;
	background-color: #1C1C1C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #242424;
	height: 25px;
	padding-left: 10px;
	background-image: url(images/tbl_postbottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sidebar {
	width: 170px;
}
.clublifebar {
	width: 100%;
	text-align: center;
	background-color: #f88c11;
	color: #262f76;
	clear: both;
}
.clbar-content {
	padding-top: 5px;
	color: #262f76;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.clbar-01 {
	font-size: 11px;
	font-weight: normal; 
	color: #262f76;
	font-family: Verdana, Geneva, sans-serif;
}
a.clbar-02 {
	font-size: 11px;
	font-weight: bold; 
	color: #262f76;
}
a.clbar-02:hover {
}
.jt {
	width: 100%;
	height: 20px;
	background-color: #12021E;
	clear: both;
	text-align: center;

}
a.jt-01, a.jt-01:visited, a.jt-01:link {
	color: #97C209;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.jt-01:hover {
	text-decoration: underline;
	color: #97C209;
	
}
.schedulebar {
	width: 100%;
	text-align: left;
	background-color: #1C1C1C;
	clear: both;
	border: 1px solid #A24CC8;
}
.schbar-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.schbar-01 {
	font-size: 11px;
	color: #A24CC8;
}
.schbar-02 {
	font-size: 10px;
	color: #FFF;
}
.schbar-01pass {
	font-size: 11px;
	color: #612679;
}
.schbar-02pass {
	font-size: 10px;
	color: #666666;
}
.videobar {
	width: 100%;
	text-align: left;
	background-color: #1C1C1C;
	clear: both;
	border: 1px solid #A24CC8;
}
.vbar-content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.vbar-01 {
	font-size: 11px;
	color: #A24CC8;
}
.vbar-02 {
	font-size: 10px;
	color: #FFF;
	margin-bottom: 3px;
}
.vbar-03 {
	font-size: 10px;
	color: #A24CC8;
}