/* Normal, standard links. */
a:link
{
	color: #8C7853;
	text-decoration: none;
}
a:visited
{
	color:#8C7853;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #8C7853;
	text-decoration: none;
}
a.nav:hover
{
	color: #A67D3D;
	text-decoration: underline;
}




/* Layout related colors */
body {
background:#151500 url(images/top.gif) repeat-x;
color:#A67D3D;
}

.top {
background:url(images/NewHeader.gif) no-repeat;

}


.left {
background:url(images/left.gif) repeat-y;
color:#A67D3D;
}

.leftcontent {
color:#A67D3D;
}


.ad {
color:#A67D3D;
}

.main {
color:#A67D3D;
}

td, th , tr {
}
 
 
input, textarea, button {
	color: #A67D3D;
	background:#111100;
	font-family: verdana, sans-serif;
}

textarea {
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

select {
	color: #A67D3D;
	background:#000000;
	}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #131300;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #A67D3D;
	background-color: #131300;
	border: 1px solid #8C7853;
	}

/* A code block - maybe even PHP ;). */
.code
{
	color: #A67D3D;
	background-color: #141400;
	border: 1px solid #8C7853;
}
	
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #A67D3D;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #CDCDCD;
	background-color: #111100;
}
.windowbg2
{
	color: #909090;
	background-color: #111400;
}
.windowbg3
{
	color: #E9C2A6;
	background-color: #115000;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #000000;
	color:#B87333;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #B87333;
	font-style: normal;
	background: url(images/titlebg.jpg) #000000 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #B87333;
	font-style: normal;
}

.titlebg a:hover
{
	color: #A67D3D;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #B87333;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #F5CCB0;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #F5CCB0;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #A67D3D;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #F5CCB0;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #F5CCB0;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #F5CCB0;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #A67D3D;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #5C3317;
	background-color: #000000;
	color:#B5A642;
}




/* 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: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	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: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	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: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/*Left Navigation */

	/*Headings*/
.Hsup, a.Hsup:Link, a.Hsup:Visited, p.Hsup:Link {
color:#A67D3D;
font-weight:900;
}

a.Hsup:Hover, p.Hsup:Hover; {
color:#D98719;
}

/*Indents*/
a.Hsub:Link, a.Hsub:Visited {
color:#8C7853;
}

a.Hsub:Hover {
color:#D98719;
}