/* Normal, standard links. */
a:link, a:visited {
	color: #DB5C00;
	text-decoration: none;
}
a:hover {
	color: #FF8417;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #DB5C00;
	font-weight: bold;
}
a.nav:hover {
	color: #FF8417;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #fff;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body {
	background: #292929;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	background: #222;
	border: 1px solid #000000;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 95%;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	color: #fff;
	font-family: verdana, sans-serif;
}
/* 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 {
	background: #222;
	border: 1px solid #000000;
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 90%;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #343434;
	background-color: #333333;
}
/* No image should have a border when linked */
a img {
border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* 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, #body_preview {
	color: #f3ecdd;
	background-color: #2D2D2D;
	font-family: verdana, sans-serif;
}
.windowbg2 {
	color: #d4d8dc;
	background-color: #2B2B2B;
	font-family: verdana, sans-serif;
}
.windowbg3 {
	color: #fff;
	background-color: #2C2C2C;
}
/* the today container in calendar */
.calendar_today {
	font-weight: 700;
	text-align: center;
	color: orange;
	background-color: #2F2F2F;
}
/* 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
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	border-top: 1px solid #222;
	background: url(images/titlebg.jpg) #000 repeat-x;
	border-bottom: 1px solid #222;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #fff;
	font-style: normal;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #FF8417;
	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
{
	font-weight: bold;
	background: url(images/catbg.jpg) #272727 repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.jpg) #272727 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	font-weight: 700;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #666;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #1B1B1B;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #2D2D2D;
	border: 1px solid #1B1B1B;
}
/* 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;
}
/* Sometimes there will be an error when you post */
.error{
color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .mirrortab_first
{
	display: none;
}
.maintab_last, .mirrortab_last
{
	display: none;
}
.maintab_active_first, .mirrortab_active_first
{
	display: none;
}
.maintab_active_last, .mirrortab_active_last
{
	display: none;
}
/* how links behave in main tab. */
.maintab_back a, .mirrortab_back a
{
	padding: 5px;
	background: #1D1D1D;
	border-bottom: solid 1px #010101;
	display: block;
	color: #E3E3E3;
	text-decoration: none;
	font-size: 11px;
	margin-right: 1px;
}
.maintab_active_back a, .mirrortab_active_back a
{
	padding: 5px;
	background: #313131;
	border-bottom: solid 1px #000;
	display: block;
	color: #E3E3E3;
	text-decoration: none;
	font-size: 11px;
	margin-right: 1px;
}
.maintab_back a:hover, .maintab_back a.chosen:hover,.maintab_back a.chosen,.mirrortab_back a:hover, .mirrortab_back a.chosen:hover,.mirrortab_back a.chosen
{
	color: #DB5C00;
	background: #171717;
	border-bottom: solid 1px #000;
}
.maintab_active_back a:hover, .maintab_active_back a.chosen:hover,.maintab_active_back a.chosen,.mirrortab_active_back a:hover, .mirrortab_active_back a.chosen:hover,.mirrortab_active_back a.chosen
{
	color: #DB5C00;
	background: #171717;
	border-bottom: solid 1px #444;
}
#wrap {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 70%;
	border: 1px solid #000000;
	background: #222;
	padding: 0px 20px 20px 20px;
}
#navbar {
	background: #333333 url(images/navbar.gif);
	width: auto;
	margin: 0px auto 0px;
	padding: 8px 0px 9px 0px;
}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
}
	
#navbar ul li {
	margin: 0px;
	padding: 0px;
}
	
#navbar ul li a {
	background: #333333 url(images/navlink.gif) top right;
	font-size: 11px;
	color: #FFFFFF;
	padding: 8px 20px 9px 20px;
	margin: 0px -4px 0px 0px;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar ul li a:hover {
	background: #333333 url(images/navhover.gif);
	color: #FFFFFF;
}
#navbar ul li.chosen a {
	background: #333333 url(images/navhover.gif);
	color: #DB5C00;
}
#top {
	overflow: hidden;
	height: 129px;
	background: url(images/art/bg.gif) repeat-x top;
	border-left: 0px solid black;
	border-right: 0px solid black;
}
#logo {
	position: absolute;
	left: 22em;
	top: 2em;
	display: block;
	width: 253px;
	height: 76px;
	background: url(images/art/logo.png) no-repeat;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #131313;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}