html {
overflow: -moz-scrollbars-vertical;
}

html, body {
	background: #000;
	padding: 0;
	margin: 0;
	color: #D0D0D0;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #C49400; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
hr	{ height: 0px; border: solid #C49400 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: #000; }

/* Header and Logo */
#maintable {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #000;
	width: 900px;
	xwidth: 98%;
}
#logotable {

}
.logorow1 {
	
}
.logorow2 {
	
}
#buttonstable { 
	margin-bottom: 5px; 
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
#buttonstable td { 
	background: url(images/buttons.gif) top left repeat-x; 
	height: 21px;
	overflow: hidden;
}
#header-buttons {
	font-size: 11px;
	color: #B5BFD2;
	padding-bottom: 2px;
}
#header-buttons a, #header-buttons a:visited {
	color: #FFF;
	text-decoration: none;
}
#header-buttons a:hover { color: #FFFFFF; text-decoration: underline; }

#content-simple { 
	padding: 3px; 
	border-color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background-color: #151515;
}

/* This is the border line & background colour round the entire content */
.content-row { }
td.content { 
	background-color: #000; 
	padding: 5px;
}

/* This is the outline round the main forum tables */
.forumline	{ border: solid 1px #000; background: #262626 url(images/cell.gif) top left repeat-x; }

/* Forum header */
.forumheader td { 
	background: url(images/hdr_mid.gif) left bottom repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #C4C4C4;
}
.forumheader a, .forumheader a:visited {
	color: #C4C4C4;
	text-decoration: underline;
}
.forumheader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.forumheader-mid { text-align:left; padding-top: 2px; }

/* pm popup */
.pm-old { display: none; }
.pm-new { margin: 30px; }
.pm-new a, .pm-new a:visited { 
	border: solid 1px #FFFFFF; 
	padding: 25px 45px;
	color: #C49400;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	background: #262626 url(images/cell.gif) top left repeat-x;
}
.pm-new a:hover, .pm-new a:active {
	color: #FFFFFF;
}
/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right, td.postbottom {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	background: #262626 url(images/cell.gif) top left repeat-x;
}


/* Header cells - the blue and silver gradient backgrounds */
th, td.spaceRow, td.th {
	color: #B5BFD2; 
	font-size: 11px; 
	font-weight: bold;
	background: #000 url(images/th.gif) top left repeat-x;
	white-space: nowrap;
	padding: 0 5px;
	text-align: center;
	height: 26px;
	border-left: solid 1px #333;
	border-right: solid 1px #131313;
	border-top: solid 1px #333;
	border-bottom: solid 1px #131313;
}
th.left { text-align: left; }

td.catBottom {
	background: #112245 url(images/catbottom.gif) top left repeat-x;
	height: 24px;
	padding: 1px 3px;
	border-left: solid 1px #333;
	border-right: solid 1px #131313;
	border-top: solid 1px #333;
	border-bottom: solid 1px #131313;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.spaceRow2 {
	background: #2C2C2C url(images/cathead.gif) top left repeat-x;
	height: 24px;
	padding: 0 3px;
	border-left: solid 1px #333;
	border-right: solid 1px #131313;
	border-top: solid 1px #333;
	border-bottom: solid 1px #131313;
}
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 : #D0D0D0;
}


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

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

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


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


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

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

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

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

/* The content of the posts (body of text) */
.postbody { font-size: 12px;}
.postbody a	{ text-decoration: none; color: #C49400; }
.postbody a:visited { text-decoration: none; color: #A57D00; }
.postbody a:hover { text-decoration: underline; color: #FFFFFF; }

/* Other post stuff */
td.postbottom { 
	background: #2D2D2D url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
}

.postsubject {
	font-size: 10px;
	font-weight: bold;
	color: #C49400;
}

/* Quote & Code blocks */
.quote-table, .code-table {
	border-left: solid 1px #090909;
	border-top: solid 1px #090909;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 5px 0;
}
.quote-corner, .code-corner {
	background-color: #4b006e;
	border-right: solid 1px #000;
}
.quote-left {
	background: #4b006e url(images/quote_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.code-left {
	background: #4b006e url(images/code_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.quote-header, .code-header {
	border-bottom: solid 1px #000;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #2E2E2E;
	color: #D0D0D0;
}
.quote-text {
	color: #D0D0D0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #2E2E2E;
}

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

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

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

input.post, textarea {
	border: solid 1px #C49400;
	background-color: #222;
	color: #D0D0D0;
}
textarea { background: #222; }
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; 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: #262626; border: solid 1px #262626; color: #D0D0D0; }


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

.forumwrap { margin-top: -30px; position:relative; z-index: 99;}

.thHead { color: #fff; }

.headermenu { font-size: 11px; }

.headermenu ul { 
padding: 0px; 
margin: 0px;
}

.headermenu li {
text-align:center;
padding: 0px; 
margin: 0px; 
float :left; 
list-style-type: none;
}

.headermenu li a {
color: #ccc;
text-decoration: none;
}

.headermenu li a:hover {
text-decoration: underline
}



/* MENU*/


.nav-container-outer{
background: #990000;
padding: 0px;
height: 20px;
background: url(images/nav-bg.jpg);
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:2px 17px 0px 18px;
margin: 0px 0px 0px 0px;
color: #FFFFFF;
font-size:11px;
text-decoration:none;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: top;
font-weight: bold;
height: 18px;
width: 120px;
}

#nav-container a:hover{
color: #000;
background: url(images/item-primary-bg.gif);
background-repeat: no-repeat;
background-position: center;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:4px 4px 4px 4px;
margin:0px 0px 0px 0px;
background: url(images/item-secondary-container-bg.jpg);
background-repeat: repeat-y;
xbackground-color: #FF9900;
border-bottom: 1px solid #000;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	

background-color: #FFFFFF;
background: url(images/item-secondary-bga.jpg);
background-repeat: no-repeat;
background-position: 0px 0px;
font-size:11px;
border-width:0px;
border-style:none;
height: 20px;
padding-top: 4px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
xbackground-color: #FFFFFF;
background: url(images/item-secondary-bg.jpg);
background-repeat: no-repeat;
color:#c49404;
height: 20px;
padding-top: 4px;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:11px;
/* background: url(images/item-secondary-title-bg.jpg); */
background-repeat: no-repeat;
font-weight:bold;
width: 110px;
height: 22px
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
border-color: #C16100;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#AAAAAA;
}

/* MENU END */


.garage {font-size: 11px !important; }
.garage .gen {font-size: 11px !important; }


.postbody img {

text-align: center;
padding: 1px;
margin:1px;
max-width: 680px;
width:expression(this.width > 680 ? 680: "true" );
}

.postbody {
line-height: 18px;
padding:0px;
}

.messagediv {
padding: 10px;
}

.respect {
margin-top: 20px;
border-top: 1px solid #444;
font-size: 10px;
font-weight: bold;
line-height: 25px;
text-align: right;
height: 22px;
vertical-align:middle;
border-bottom: 1px solid #444;
background-color: #333;

}
.respecttext{
height: 21px;
line-height: 21px;
float: left; width: 450px;
text-align:left;
padding-left: 5px;
color: #777;

}
.postgarage {
margin-top: 2px;
border-top: 1px solid #444;
font-size: 10px;
font-weight: bold;
line-height: 21px;
text-align:left;
height: 21px;
vertical-align:middle;
border-bottom: 1px solid #444;
background-color: #333;
color: #777;
padding-left: 5px;

}

.postgarage a, .postgarage a:visited, .postgarage a:hover {
color: #ccc;
}

.sig {
border-top: 1px solid #444;
font-size: 10px !important; 
margin-top: 10px;
padding-top: 10px;
}

.sig img {
max-height: 120px;
}


/* ACCOINT */


.accountavatar {
background: url(/images/account/account_03.jpg) top left no-repeat;
width: 77px;
height: 77px;
float :left;
}
.accountactivity {
float :left;
padding: 10px;
font-size: 14px;
}

.accountactivity h1 {
color:#e49d0d;
line-height: 20px;
font-size: 30px;
padding: 0px 0px 6px 0px;
margin: 0px
}

.erttop {
float: right;
margin-top: -220px;
}

.ertfoot{ 
text-align:center;
}

.nav-container {
	position:relative;
	z-index:99;
}

.mainleft, .mainmiddle, .mainright {
	width: 295px;
	float: left;
}

.accblock {
	background: url('/images/accblockbk.png') top left no-repeat;
	width: 245px;
	height: 50px;
	padding: 4px 4px 4px 4px;
font-size: 14px;
text-decoration:none;
}
.accblock span {
height: 24px;
line-height: 25px;
font-size:10px;

}
.accblock span a {
color: #ff990d;
}

.accblock a {
text-decoration:none;
color: #fff;
}

.accblock img {
	float:left;
	padding: 1px 10px 1px 1px;
}

.botleft, .botright {
float:left;
width: 45%;
padding: 10px;

}


.botleft h2, .botright h2 {
font-weight: normal;
color:#ff990d;
margin: 0px 0px 10px 0px;
padding: 0px;
}

.latthread {
	font-size: 11px;
border-bottom: 4px solid #260637;
padding: 4px 10px 4px 10px;
background: #1a0226;
}