a img
{
	border: 0;
}

.message_action
{
	background-color: #090909;
	border: 1px solid #363636;
    color: #ddd;
    padding:1px 5px;
}
.message_action a:link, .message_action a:visited, .message_action a:active
{
    color: #ddd;
    text-decoration: none;
}
.message_action a:hover {
	color:#ffcc33;
    text-decoration: none;
}
.explore
{
	color: #df9f1f;
    background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 10px;
	border: 1px solid #363636;
	text-decoration: none;
}
#subHeader * {
	margin:0px;
	padding:0px;
 	padding-left: 4px;
}
#subHeader ul {
	text-align:center;
}
#subHeader {
	background-color: #000000;
	border:0px;
	border-bottom:1px solid #363636;
    padding-top: 0px;
    margin-bottom: 11px;
}
#subHeader h1 strong {
	color:#df9f1f;
}
#subHeader ul li {
	display:inline;
	margin:0px 1px;
	border-bottom:1px solid #363636;
}
#subHeader ul li.TabOn {
    font-weight:bold;
	background-color:#090909;
	border:1px solid #363636;
	border-bottom:1px solid #090909;
}
#subHeader ul li a {
	padding:1px 4px;
	font-size:11px;
	text-decoration:none;
	background-color:#000000;
	color:#df9f1f;
}
#subHeader ul li a:hover {
	background-color:#363636;
}
#subHeader ul li.TabOn a,
#subHeader ul li.TabOn a:hover {
    padding:1px 4px;
	background-color:#090909;
	color:#ddd;
}


.explore a:link, .explore a:visited
{
	color: #df9f1f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.explore a:hover
{
	color: #ffcc33;
}

.board_posts
{
	background-color: #000000;
	border: 1px solid #363636;
	
}

.board_posts a:link, .board_posts a:visited
{
	text-decoration: none;
	font-size: 14px;
}

.board_posts a:hover
{
	background-color: #ffcc33;
	color: black;
}
.tree
{
	color: #ddd;
	font-size: 14px;
}


.forum_name
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 29px;
	margin-top: 2px;
}

.new_post
{
	background-color: #292929;
	border: 1px solid #363636;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

/* Normal, standard links. */
a:link, a:visited, a:active, a.wideLegs {
	color: #ffcc33;
    text-decoration: none;
}

a:hover {
	color:#ffe745;
    text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ddd !important;
	text-decoration: none;
}
a.nav:hover
{
	color: #ffe745;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
td, th
{
	color: #ddd;
	font-size: small;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

/* The main body of the entire forum. */
body {
	z-index: 1;
	top: 0px;
	color: #df9f1f;
 	margin: 0;
	font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	font-size:12px;
	background: #000000 url(bodybg.jpg) no-repeat fixed 0 0;
	background-position: 0% 0%;
	background-attachment: fixed;
                text-decoration: none;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #ddd;
	background-color: #1d1d1d;
	border: 1px solid #363636;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
	padding-left: 2px;
	 padding-right: 2px;
}
#recaptcha_response_field
{
  background-color: #1d1d1d;
  color: #ddd;
}

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

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #ddd;
	background-color: #1d1d1d;
	border: 1px solid #363636;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #ddd;
	background-color: #363636;
	border: 1px dotted #090909;
	margin: 1px;
	margin-top: 0px;
	padding: 2px;
	font-size: x-small;
	line-height: 1.4em;
    overflow: hidden;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #afb9bf;
    font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px dotted #000;
	margin: 1px auto 1px auto;
	margin-top: 0px;
	padding: 2px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ddd;
	background-color: #090909;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
    overflow: hidden;
}

.quoteheader a:link, .quoteheader a:visited
{
	color: #ddd;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg3
{
	color: #ddd;
	background-color: #000000;
}

/* This is not needed for Firefox....but browsers like Opera and IE follow the attributes inside a table instead of a div.
This here is done to remove the underline on the new posts and no new posts icons. As I personally feel it looks better w/out it. */
.windowbg a:link, .windowbg a:visited, .windowbg2 a:link, .windowbg2 a:visited
{
	text-decoration: none;
}
.windowbg2
{
	color: #ddd;
	background-color: #090909;
}

/* 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, .titlebg a:link, .titlebg a:visited
{
	color: #df9f1f;
	font-style: normal;
	background-color: #090909;

}
.titlebg a:hover
{
	color: #fff;
}

.titlebg_SE, tr.titlebg_SE th, tr.titlebg_SE td, .titlebg_SE a:link, .titlebg_SE a:visited
{
color: #df9f1f;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #090909;
	color: #ddd;
}
.catbg td, .catbg2 td
{
    font-size: 11px;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
	color: #ddd;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover
{
	color: #ddd;
}
.catbg span.message_action a:link, .catbg span.message_action a:visited, .catbg span.message_action a:hover {
	text-decoration: none;
	color: #ddd;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


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

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

/* When calling the lighter border color only this can be quite handy. */
.tborder_take2
{
	border: 1px solid #363636;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
    font-family:'Trebuchet MS', 'Verdana', 'Tahoma', 'Arial', sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #090909;
	
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #090909;
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: #090909;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #000000;
	color: #df9f1f;
	border: 1px solid #363636;
	border-bottom: 0px none black;
	height: 12px;
	font-weight: bold;
		  height: 18px; /* This has no effect in IE but is needed to show this right in Firefox */
		  padding-left: 2px;
}
.headerbodies
{
	border-top: 1px solid #635C84;
	border: 1px solid #635C84;
	background-color: #090909;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 4px;
	padding: 2px;
}

/* 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: hidden;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: visible;
	line-height: 1.3em;
}

.modbuttons
{
	background-color: #090909;
	padding: 5px;
	color: #ffcc33;
	border: 1px solid #363636;
	margin-bottom: 4px;
}
.modbuttons a:hover {
	color:#ffe745;
    text-decoration: underline;
}
.modbuttons a:link, .modbuttons a:visited, .modbuttons a:active
{
	color: #ffcc33;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	width: 220px;
	height: 20px;
	text-indent: -999em;
	overflow: visible;
	position: relative;
	left: -37px;
}
p,li {
	margin: 0 0 1em 0;
    color: #ddd;
}
li a:link, li a:visited, li a:active {
    color: #ddd;
    text-decoration: none;
}
li a:hover {
	color:#ffcc33;
    text-decoration: none;
}
#Header * {
	margin:0px;
	padding:0px;
}
#Header h1 {
	text-align:center;
	color:#fa0;
	font-size:22px;
	margin:10px 0px;
}
#Header ul {
	text-align:center;
}
#Header ul li a em {
	font-style:normal;
	text-decoration:none;
}
#Header {
	background: #090909 url(http://www.tribesnext.com/black.gif) repeat-x 0 0;
	border-top:1px solid #363636;
	border-bottom:1px solid #363636;
    padding-top: 20px;
}
#Header h1 strong {
	color:#df9f1f;
}
#Header ul li {
	display:inline;
	margin:0px 1px;
	border-bottom:1px solid #363636;
}
#Header ul li.TabOn {
    font-weight:bold;
	background-color:#090909;
	border:1px solid #363636;
	border-bottom:1px solid #000;
}
#Header ul li a {
	padding:1px 5px;
	font-size:11px;
	text-decoration:none;
	background-color: transparent;
	color:#df9f1f;
}
#Header ul li a:hover {
	background-color:#363636;
}
#Header ul li.TabOn a,
#Header ul li.TabOn a:hover {
	background-color:#000;
	color:#ddd;
}
#content {
	width: 750px;
	min-width: 750px;
	position: relative;
	right: 0%;
	margin:0 auto;
}
#tribes {
	margin: -1em 0 2em 0;
	padding:1em;
	background-color: #090909;
	border: 1px solid #363636;
}
#tribes ol {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
#tribes ol li {
	margin: 0 0 1em;
	padding: 0.5em 3em 0.5em 3em;
	background-color: #000;
	border: 1px dashed #363636;
}
.offline, .offline p { color: #363636; }
.logo { z-index: 1; }
