/* Body of the page */
body {
background-color: #141414;
background-image: url(images/background/tile_bg.gif);
margin-top: 5px; margin-left: 5px; margin-bottom: 5px; margin-right: 5px;
}

/* Default fonts and link colors */
font, th, td, p { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #EBEBEB; }
a:link, a:active, a:visited { color: #FFEBC8; text-decoration: none; }
a:hover	{ text-decoration: underline; color: #FFFFFF; }
hr { height: 0px; border: solid #4B4641 0px; border-top-width: 1px; }

/* Header */
.header_tile { background-image: url(images/background/tile_header.gif); }

/* Menu */
.menu_tile { background-image: url(images/background/tile_menu.gif); }
.sub_a { background-image: url(images/background/sub_a.gif); }
.sub_b { background-image: url(images/background/sub_b.gif); }
.sub_c { background-image: url(images/background/sub_c.gif); }
.sub_d { background-image: url(images/background/sub_d.gif); }
.side_menu_tile { width: 240px; background-image: url(images/background/tile_side_menu.gif); background-position: right; background-repeat: repeat-y; }

/* Inner forum content body */
.bodyline { background-color: #322D28; border: #0A0500 2px solid; }

/* This is the outline around the main forum tables */
.forumline	{ background-color: #140F0A; border: 1px #322D28 solid; }

/* Rules table */
.rules_top_left { background-image: url(images/background/rules_top_left.gif); width: 9px; height: 9px; }
.rules_background { background-color: #EBD7C3; }
.rules_top_right { background-image: url(images/background/rules_top_right.gif); width: 9px; height: 9px; }
.rules_bottom_left { background-image: url(images/background/rules_bottom_left.gif); width: 9px; height: 9px; }
.rules_bottom_right { background-image: url(images/background/rules_bottom_right.gif); width: 9px; height: 9px; }

/* Main table cell colors and backgrounds */
th {
color: #FFC864; font-style: italic; font-size: 13px; font-weight: bold; 
background-color: #6D0F06; height: 28px;
background-image: url(images/background/cellpic1.gif);
}
td.row1 {
background-color: #231E19;
border: solid 1px #1D1813; border-top-color: #2B2621; border-left-color: #2B2621;
}
td.row2	{
background-color: #28231E;
border: solid 1px #221D18; border-top-color: #302B26; border-left-color: #302B26;
}
td.row3	{
background-color: #1E1914;
border: solid 1px #19140F; border-top-color: #26211C; border-left-color: #26211C;
}
td.row4 {
background-color: #231E19;
}
td.spaceRow {
background-color: #140F0A; height: 8px;
background-image: url(images/background/cellpic2.gif);
}
td.picRow {
background-color: #1E1914; height: 28px; text-align: center;
background-image: url(images/background/cellpic3.gif);
}

/* Quote image cell */
td.qimg {
background-color: #28231E;
border: solid 1px #221D18;
border-top-color: #302B26;
border-left-color: #302B26;
background-image: url(images/quote.gif);
background-repeat: no-repeat;
background-position: right;
height: 24px;
font-style: italic;
}

/* Image borders */
.img { border: 1px #FFEBC8 solid; }

/* General text */
.gen { font-size: 13px; }
.genmed { font-size: 12px; }
.gensmall { font-size: 11px; }
.gentiny {font-size: 4px; }
.gen, .genmed, .gensmall, .gentiny { color: #EBEBEB; }
a.gen, a.genmed, a.gensmall, a.gentiny { color: #FFEBC8; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover, a.gentiny:hover	{ color: #FFFFFF; text-decoration: underline; }

/* Rules text */
.rules_txt { font-size: 12px; color: #323232; }
a.rules_txt { font-weight: normal; text-decoration: none; color: #7F3219; }
a.rules_txt:visited { font-weight: normal; text-decoration: none; color: #7F3219; }
a.rules_txt:hover { font-weight: normal; text-decoration: underline; color: #E16400; }

/* Forum header links */
.mainmenu,.reportmenu { font-size: 12px; font-weight: bold; color: #FFFFFF; }
a.mainmenu, a.mainmenu:visited { font-weight: bold; text-decoration: none; color: #FFEBC8; }
a.mainmenu:hover { font-weight: bold; text-decoration: underline; color: #FFFFFF; }

a.reportmenu, a.reportmenu:visited { text-decoration: none; color: #FFEBC8; font-weight: bold; }
a.reportmenu:hover { text-decoration: underline; color: #FFFFFF; }

/* Forum category titles */
.cattitle { font-weight: bold; font-style: italic; font-size: 13px; color: #FFFFFF; }
a.cattitle { text-decoration: none; color: #FFEBC8; }
a.cattitle:visited { text-decoration: none; color: #FFEBC8; }
a.cattitle:hover { text-decoration: underline; color: #FFFFFF; }

/* Forum titles */
.forumlink { font-weight: bold; font-size: 12px; color: #EBEBEB; }
a.forumlink { text-decoration: none; color: #FFEBC8; }
a.forumlink:hover { text-decoration: underline; color: #FFFFFF; }
a.topic-new, a.topic-new:visited { color: #FFC864; }
a.topic-new:hover, a.topic-new:active { color: #FFFFFF; }

/* Pagination and page generation time in the footer */
.nav,.generation { font-size: 11px; color: #EBEBEB; }
a.nav { text-decoration: none; color: #FFEBC8; }
a.nav:visited { text-decoration: none; color: #FFC864; }
a.nav:hover { text-decoration: underline; color: #FFFFFF; }

/* Forum topic titles */
.topictitle	{ font-weight: bold; font-size: 11px; color: #EBEBEB; }
a.topictitle:link { text-decoration: none; color: #FFEBC8; }
a.topictitle:visited { text-decoration: none; color: #FFC864; }
a.topictitle:hover	{ text-decoration: underline; color: #FFFFFF; }

.maintitle	{ font-weight: bold; font-size: 15px; color: #EBEBEB; }
a.maintitle:link { text-decoration: none; color: #FFEBC8; }
a.maintitle:visited { text-decoration: none; color: #FFC864; }
a.maintitle:hover	{ text-decoration: underline; color: #FFFFFF; }

/* Name of poster */
.name { font-size: 11px; color: #FFEBC8; }

/* Post details in viewtopic and privmsg */
.postdetails { font-size: 11px; color: #EBEBEB; }

/* Post text */
.postbody { font-size: 12px; color: #EBEBEB; }
a.postlink:link	{ text-decoration: underline; color: #FFEBC8; }
a.postlink:visited { text-decoration: underline; color: #FFC864; }
a.postlink:hover { text-decoration: underline; color : #FFFFFF; }

/* Code, php and quote boxes in viewtopic and privmsg */
.code, .php, .quote {
font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #EBEBEB; line-height: 125%;
background-color: #140F0A; border: 1px solid #322D28;
}

.code_text { font-family: Courier, 'Courier New', sans-serif; font-size: 12px; color: #00C800; }

/* Copyright info at the bottom of the page */
.copyright { font-size: 11px; font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; color: #EBEBEB; }
a.copyright	{ color: #FFEBC8; text-decoration: none; }
a.copyright:hover { color: #FFFFFF; text-decoration: underline; }

/* Form elements */
input.post, textarea.post, textarea.text { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; border: 1px solid #000000; background-color: #3C3732; padding: 2px; }
textarea.text { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; }

/* Buttons and select boxes */
.button, a.button, select { font-family: "Trebuchet MS", Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; cursor: pointer; cursor: hand; }
.button, a.button, a.button:visited { font-weight: bold; color: #231E19; background-color: #FFEBC8; border: 1px solid #000000; padding: 1px; }
.button:hover, a.button:hover { color: #231E19; background-color: #FFFFFF; text-decoration: none; border: 1px solid #000000; }

/* Making sure the cursor turns into a hand on some elements */
.hover { cursor: pointer; cursor: hand; }

/* Help box in posting.php */
.helpline { background-color: #202020; border-style: none; color: #FFEBC8; }