/* No image should have a border when linked */


	
a img{
	border: 0;
}
 #slogan3{
	position: absolute;
	top: 95px;
	left: 49px;
	z-index: 50;
	color:#c43c02;
	font-style:italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: xx-large;
 }
#slogan{
	position: absolute;
	top: 96px;
	left: 50px;
	z-index: 50;
	color:#000000;
	font-style:italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: xx-large;
 }
 #slogan2{
	position: absolute;
	top: 98px;
	left: 52px;
	z-index: 50;
	color:#a3774f;
	font-style:italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: xx-large;
 }
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #000000;
	border-bottom: solid 1px #303030;
	padding: 4px;
}

.sitemap_header{
	background: #000000;
	border-bottom: solid 1px #404040;
	padding: 4px;
	display: block;
	font-weight: bold;
	text-decoration: none;
 }

.sitemap_header_active{
	background: #303030;
	border-bottom: solid 1px #404040;
	padding: 4px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	
	background: #000000;
	border-bottom: solid 1px #303030;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #303030;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* Simple Machines Forum Specific classes */
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background-color:#009900;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
/* Sometimes there will be an error when you post */
.error
{
	color: red;
}
/* Navigation links - for the link tree. */
.nav  , .nav:link , .nav:visited
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        color: #AF9B6D;
        font-weight: bold;
        text-decoration: none;
}
.nav:hover
{
        font-family: tahoma, helvetica, serif;
        font-size: 8pt;
        font-weight: bold;
        color: #FFD700;
        text-decoration: none;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: black;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: black;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: black;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color:  #CC0000;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: black;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: black;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: black;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #CC0000;
	text-decoration: none;
}
/*End Specific classes SMF */
/*storm's css customs*/
input,button
{
background-image: url(images/HD/input.gif);
background-repeat: repeat-x;
background-color : #737373;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
font-size: 11px;
color: #AF9B6D;
}
.RT_block1
{
background-image: url(images/RT/toprs.jpg);
background-position:bottom;
background-repeat: no-repeat;
}
.RT_block
{
background-image: url(images/RT/topfill.jpg);
background-position:bottom;
background-repeat: repeat-x;
}
.RT_block2
{
background-image: url(images/RT/topls.jpg);
background-position:bottom;
background-repeat: no-repeat;
}
.RT_block_titlebar, tr.RT_block_titlebar th, tr.RT_block_titlebar td
{
background-image: url(images/RT/titlebottom.jpg);
background-position: top;
background-repeat: repeat-x;
background-color: #010000;
}

.RT_block_titlebar, .RT_block_titlebar a:link, .RT_block_titlebar a:visited, .LT_block_titlebar, .LT_block_titlebar a:link, .LT_block_titlebar a:visited
{
	font-weight: bold;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}

.RT_block_titlebar a:hover, .LT_block_titlebar a:hover
{
	font-weight: bold;
	color: #FFD700;
	font-style: normal;
	text-decoration: none;
}
.LS_fill
{
background-image: url(images/RT/bodyls.jpg);
background-position: left top;
background-repeat: repeat-y;
background-color: #010000;
}
.RS_fill
{
background-image: url(images/RT/bodyrs.jpg);
background-position: right top;
background-repeat: repeat-y;
}
.BT_fill
{
background-image: url(images/RT/bottomfill.jpg);
background-position: top;
background-repeat: repeat-x;
}
.body_box
{
background-image:url(images/RT/titlebottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
font-size: x-small;
background-color: #151515;
text-align: left;
}
.FT_menu
{
background-image:url(images/FT/FTmenu_fill.jpg);
background-position:top;
background-repeat:repeat-x;

}
.ft_menu2, .ft_menu2 a:link, .ft_menu2 a:visited
{
background-image:url(images/FT/FTmenu_fill.jpg);
background-position:bottom;
background-repeat:repeat-x;
font-weight: bold; 
font-size: 10px; 
padding: 2px 4px 2px 4px;
white-space: nowrap;
text-align: center;
color: white;
}
.ft_menu2 a:hover
{
font-weight: bold; 
text-decoration: none;
color: #FFD700;

}
#linktree
{
    position: absolute;
	top: 220px;
	left: 280px;
	z-index: 50;
	font-style:italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
}
#shrink
{
    position: absolute;
	top: 220px;
	right: 100px;
	z-index: 50;
	font-style:italic;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif; 
}
.stdInput
{
width: 95px;
background-color:black;
color:#d0a700;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif; 
font-size: 10px;
border-right: 1px solid silver;
border-bottom: 1px solid silver;
}
.bodyLSin
{
background-image:url(images/rightBG.gif);
background-position:top right;
background-repeat:repeat-y;

}
.bodyLSout
{
background-image:url(images/leftBG.gif);
background-position:top left;
background-repeat:repeat-y;

}
/* phpbb and Nuke classes from conversion */
.sf {	FONT-SIZE: 10px; FONT-FAMILY: verdana, arial, helvetica, sans-serif
}


A:link {
//FONT-SIZE: 10px; 
COLOR: #AF9B6D; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
A:visited {
//FONT-SIZE: 10px; 
COLOR: #AF9B6D; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;  
TEXT-DECORATION: none
}
A:active {
//FONT-SIZE: 10px; 
COLOR: #ffffff; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
A:hover {
COLOR: #666666; 
//FONT-SIZE: 10px; 

FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}

BODY {
FONT-SIZE: 12px; 
CURSOR: default; 
COLOR: #ffffff; 
BACKGROUND-color: #000000; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;  
TEXT-DECORATION: none
}

TEXTAREA {
background-image: url(images/HD/textbg.gif);
background-repeat: repeat-x;
color:#ffffff;
font-size: 12px;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
background-color : #373737;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
}
P {
FONT-SIZE: 12px; 
COLOR: #ffffff; 
LINE-HEIGHT: 1.4; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
TABLE {
FONT-SIZE: 12px; 
COLOR: #ffffff; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;











/*A:link {
FONT-SIZE: 10px; 
COLOR: #AF9B6D; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
A:visited {
FONT-SIZE: 10px; 
COLOR: #AF9B6D; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
A:active {
FONT-SIZE: 10px; 
COLOR: #ffffff; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
A:hover {
FONT-SIZE: 10px; 
COLOR: #666666; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}

BODY {
FONT-SIZE: 10px; 
CURSOR: default; 
COLOR: #ffffff; 
BACKGROUND-color: #000000; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}

TEXTAREA {
background-image: url(images/HD/textbg.gif);
background-repeat: repeat-x;
color:#ffffff;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #373737;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
}
P {
FONT-SIZE: 12px; 
COLOR: #ffffff; 
LINE-HEIGHT: 1.4; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none
}
TABLE {
FONT-SIZE: 12px; 
COLOR: #ffffff; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
TEXT-DECORATION: none;*/
*/overflow: auto;*/

}

TD {
*/overflow: auto;*/
}

TR {
*/overflow: auto;*/
}

TD.content {
FONT-SIZE: 12px;
COLOR: #ffffff; 
TEXT-DECORATION: none;
FONT-FAMILY:  arial, helvetica, verdana, sans-serif;
 
}
TD.extra {
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

TD.extras {
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

hr {
border-top: 1px solid #272727;
border-bottom: 1px solid #615F5F;
height: 2px;
width: 100%;
}
TD.info1 {
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}


UL {
	LIST-STYLE-TYPE: square
}
.center {
	TEXT-ALIGN: center
}
.justify {
	TEXT-ALIGN: justify
}
.right {
	TEXT-ALIGN: right
}
H1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #ffffff; 
FONT-FAMILY:  arial, helvetica, verdana, sans-serif; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none
}
.heading {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #ffffff; 
FONT-FAMILY: Tahoma; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none
}
.heading1 {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #ffffff; 
FONT-FAMILY: Tahoma; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none
}
.blocktitle {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #AF9B6D; 
FONT-FAMILY: arial; 
LETTER-SPACING: 0px; 
TEXT-DECORATION: none
}
SELECT {
color:#ffffff;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #474747;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
}
/*Only IE will show for the scroller style */
BODY {

SCROLLBAR-BASE-color:  #333333;
SCROLLBAR-ARROW-color: #AF9B6D;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}


/* Copyright and bottom info */
.copyright { font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AF9B6D;}
a.copyright { font-size: 10px; font-weight: bold; color: #AF9B6D; text-decoration: none;}
a.copyright:link { font-size: 10px; font-weight: bold; color: #AF9B6D; text-decoration: NONE;}
a.copyright:active { font-size: 10px; font-weight: bold; color: #AF9B6D; text-decoration: NONE;}
a.copyright:visited { font-size: 10px; font-weight: bold; color: #AF9B6D; text-decoration: NONE;}
a.copyright:hover { font-size: 10px; font-weight: bold; color: #ffffff; text-decoration: NONE;}
.copyright2 { font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AF9B6D;}

input {
font-size: 11px;
}
input.1 {
background-image: url(images/HD/input.gif);
background-repeat: repeat-x;
background-color : #737373;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
font-size: 11px;
color: #AF9B6D;
}
/* This is the border line & background colour round the entire page */
.bodyline, .bordercolor	{ 
background-color: #474747; 
border:0px solid; 
border-color:#000000;
}
.tablein {
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

.tableout {
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}	
/* This is the outline round the main forum tables */
.forumline, .tborder	{ 
background: #474747;
BORDER-TOP: #000000 0px solid; 
BORDER-BOTTOM: #424258 0px solid; 
BORDER-LEFT: #000000 0px solid; 
BORDER-RIGHT: #424258 0px solid;
}
.forumline2	{ 
color: #ffffff; 
font-size: 12px; 
font-weight : bold;
background-image: url(images/HD/bar.gif);
background-repeat: repeat-x;
background-color : #5C5C5C;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
height: 29px;
}

/* Main table cell colours and backgrounds */
td.row1	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

td.row11	{
background-image: url(images/HD/row11.gif);
background-repeat: repeat-x;
background-color : #101010;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row111	{
background-image: url(images/HD/row1111.gif);
background-repeat: repeat-x;
background-color : #101010;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row113	{
background-image: url(images/HD/row113.jpg);
background-repeat: repeat-x;
background-color : #101010;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row22	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;

}
td.row33	{
background-image: url(images/HD/row33.gif);
background-repeat: repeat-x;
background-color : #151515;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;

}
td.row1cell	{
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row1rt	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 0px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row1lt	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 0px solid;
}
td.row1d	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 0px solid; 
BORDER-LEFT: #3e3e3e 0px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row1u	{
background-color : #171717;
BORDER-TOP: #3e3e3e 0px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 0px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row2u	{
background-color : #4d4d4d;
BORDER-TOP: #3e3e3e 0px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

a, .windowbg {
	font-color: blue;
}


td.row2, .windowbg	{
background-image: url(images/HD/row111.gif);
background-repeat: repeat-x;
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row3, .windowbg2	{
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.row4, .windowbg3	{
background-color : #1A1A1A;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.rowpic {
background-color : #1A1A1A;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}*/
td.pic
{
color: #ffffff; 
font-size: 11px; 
font-weight : bold;
height: 19px;
background-image: url(images/HD/bar2.gif);
background-repeat: repeat;
background-color : #58554A;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
td.piclt
{
color: #ffffff; 
font-size: 11px; 
font-weight : bold;
height: 19px;
background-image: url(images/HD/bar2.gif);
background-repeat: repeat;
background-color : #58554A;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 0px solid;
}
td.picrt
{
color: #ffffff; 
font-size: 11px; 
font-weight : bold;
height: 19px;
background-image: url(images/HD/bar2.gif);
background-repeat: repeat;
background-color : #58554A;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 0px solid; 
BORDER-RIGHT: #000000 1px solid;
}
th	{
color: #ffffff; 
font-size: 12px; 
font-weight : bold;
background-image: url(images/HD/bar.gif);
background-repeat: repeat-x;
background-color : #5C5C5C;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
height: 29px;
}
th.bar	{
color: #ffffff; 
font-size: 12px; 
font-weight : bold;
background-image: url(images/HD/bar.gif);
background-repeat: repeat-x;
background-color : #5C5C5C;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
height: 29px;
}
th.1	{
	color: #ffffff; 
font-size: 12px; 
font-weight : bold;
background-image: url(images/HD/bar.gif);
background-repeat: repeat-x;
background-color : #5C5C5C;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
height: 29px;
	
}
th.2	{
color: #ffffff; font-size: 11px; font-weight : bold;
background-color: #4d4d4d;
BORDER-TOP: #3e3e3e 0px solid; 
BORDER-BOTTOM: #000000 0px solid; 
BORDER-LEFT: #3e3e3e 0px solid; 
BORDER-RIGHT: #000000 0px solid;
	
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, .catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
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 :-)
*/

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR, .titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
font-weight: bold; 
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid; 
}
td.row3Right,td.spaceRow {
background-color : #171717;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #fdfdfd;
}
a.maintitle:link   { text-decoration: none; color : #fdfdfd; font-size: 18px; }
a.maintitle:visited { text-decoration: none; color : #fdfdfd; font-size: 18px; }
a.maintitle:hover	{ text-decoration: NONE; color : #AF9B6D; font-size: 18px; }

/* General text */
.gen { font-size : 12px; color : #ffffff; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #ffffff; }
a.gen,a.genmed,a.gensmall { color: #ffffff; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #AF9B6D; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #ffffff;}
a.mainmenu, .titlebg, .titlebg a:link, .titlebg a:visited		{ text-decoration: none; color : #AF9B6D;}
a.mainmenu:hover, .titlebg a:hover{ text-decoration: none; color : #666666;}


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 0px; color : #ffffff}
a.cattitle, .catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited		{ text-decoration: none; color : #AF9B6D; }
a.cattitle:hover, .catbg a:hover, .catbg2 a:hover, .catbg3 a:hover{ text-decoration: none; color : #666666;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #ffffff; }
a.forumlink, .titlebg2 a:link, .titlebg2 a:visited 	{ text-decoration: none; color : #AF9B6D; }
a.forumlink:hover, .titlebg2 a:hover{ text-decoration: NONE; color : #666666; }


/* 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 : #AF9B6D; }
a.nav:hover		{ text-decoration: NONE; color : #666666;}


/* 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 : #AF9B6D; }
a.topictitle:visited { text-decoration: none; color : #AF9B6D; }
a.topictitle:hover	{ text-decoration: NONE; color : #666666; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #AF9B6D;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #ffffff; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color : #ffffff; }
a.postlink:link	{ text-decoration: none; color : #ffffff; }
a.postlink:visited { text-decoration: none; color : #ffffff; }
a.postlink:hover { text-decoration: NONE; color : #AF9B6D; }

.quote {
background-image: url(images/HD/textbg.gif);
background-repeat: repeat-x;
color:#ffffff;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #373737;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
}

.code {
background-image: url(images/HD/textbg.gif);
background-repeat: repeat-x;
color:#ffffff;
font-size: 11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #373737;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
}

input.sub {
color:#ffffff;
font-size:11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #373737;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}
/* The text input fields background colour */
input.post {
	background-color : #737373;
}


/* The buttons used for bbCode styling in message post */
input.button {
color:#ffffff;
font-size:11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #4d4d4d;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* The main submit button option */
input.mainoption {
color:#ffffff;
font-size:11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #4d4d4d;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* None-bold submit button */
input.liteoption {
color:#ffffff;
font-size:11px;
font-family: Arial,Helvetica,sans-serif;
background-color : #4d4d4d;
BORDER-TOP: #3e3e3e 1px solid; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #3e3e3e 1px solid; 
BORDER-RIGHT: #000000 1px solid;
}

/* 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-image: url(images/HD/input.gif);
background-repeat: repeat-x;
background-color : #737373;
BORDER-TOP: #232323 1px solid; 
BORDER-BOTTOM: #898988 1px solid; 
BORDER-LEFT: #232323 1px solid; 
BORDER-RIGHT: #898988 1px solid;
font-size: 11px;
color: #AF9B6D;
}

table.main {background: url("images/main_bkg.jpg"); background-repeat: no-repeat;}
a.dfmenu {font-size: 120%; font-weight: bold; text-decoration: none; color: #DDDDDD;}
a.dfmenu:visited {font-size: 120%; font-weight: bold; text-decoration: none; color: #DDDDDD;}
a.dfmenu:hover {font-size: 120%; font-weight: bold; text-decoration: none;color: red;}

div.shoutbox {
width: 650px;
/*overflow: auto;*/
}

