/* Normal, standard links. */
a:link
{
	color: rgb(206,163,12);
	text-decoration: none;
}
a:visited
{
	color: rgb(206,163,12);
	text-decoration: none;
}
a:hover
{
	color: rbg(218,172,11);
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: rgb(206,163,12);
	text-decoration: none;
}
a.nav:hover
{
	color: rbg(218,172,11);
	text-decoration: underline;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: rgb(178,178,178);
	font-size: small;
	font-family: Arial, sans-serif;
	line-height: 120%;
}
/* The main body of the entire forum. */
body
{
	background: rgb(34,34,34) url(./images/img/bg.gif) repeat-x top left;
	 padding: 0px 0 0 0;
	 margin: 0;
	background-attachment: fixed;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input,button,option
{
		 border: solid 1px rbg(144,144,144);
		  background-color: rgb(40,37,37);
		  font-size: 9pt;
		  color: rgb(208,208,208);
	font-family: Arial, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
textarea {
		  border: solid 1px rbg(144,144,144);
		  background-color: rgb(40,37,37);
		  font-size: 9pt;
		  color: rgb(208,208,208);
		  font-family: Arial, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
		  border: solid 0px rbg(144,144,144);
		  background-color: transparent;
		  color: rgb(0,0,0);
}
input:focus {
	 background: rgb(28,28,28);
	 border: inset 2px rgb(206,163,12);
}
select:focus {
	 background: rgb(28,28,28);
	 border: inset 2px rgb(206,163,12); 
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	background-color: rgb(32,32,32);
	font-size: 8pt;
	font-weight: normal;
	color: rgb(255,255,255);
	font-family: Arial, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: rgb(102,102,102);
	background-color: rgb(102,102,102);
}
/* No image should have a border when linked */
a img { border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: rgb(255,255,255);
	background-color: rgb(31,32,31);
	border-top: 1px inset rgb(147,122,42);
	border-right: 1px inset rgb(147,122,42);
	border-bottom: 1px inset rgb(147,122,42);
	border-left: 4px inset rgb(147,122,42);
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: rgb(255,255,255);
	background-color: rgb(31,32,31);
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px inset rgb(143,143,143);
	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: rgb(255,255,255);
	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: rgb(255,0,0);
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: (255,240,0);
	font-weight: 700;
	color: (0,0,0);
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	color: rgb(178,178,178);
	font-size: small;
	font-family: Arial, sans-serif;
	background: rgb(1,1,1);
	border-left: 1px solid rgb(33,33,33);
	border-top: 1px solid rgb(33,33,33);
}
.windowbg2 {
	color: rgb(178,178,178);
	font-size: small;
	font-family: Arial, sans-serif;
	background: rgb(24,24,24);
	color: #b3b3b3;
	border-left: 1px solid rgb(33,33,33);
	border-top: 1px solid rgb(33,33,33);
}
.windowbg3 {
	color: rgb(178,178,178);
	font-size: small;
	font-family: Arial, sans-serif;
	background:  rgb(16,17,16);
	border-left: 1px solid rgb(33,33,33);
	border-top: 1px solid rgb(33,33,33);
}
/* the today container in calendar */
.calendar_today
{
	text-align: center;
	color: rgb(84,17,17);
	background-color: rgb(40,40,40);
}
td.windowbg img, td.windowbg2 img { margin-right: 1ex;}
/* 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: rgb(250,250,250);
	font-style: normal;
	background: rgb(0,0,0) url(./images/titlebg.jpg) repeat-x;
	border-bottom: solid 1px rgb(28,28,28);
	border-top: solid 1px rgb(32,32,32);
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: 700;
	color: rgb(250,250,250);
	font-style: normal;
}
.titlebg a:hover
{
	color: rgb(206,163,12);
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: rgb(255,255,255);
	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: rgb(36,36,36) url(./images/catbg.gif) repeat-x top left;
	color: rgb(213,213,213);
	border-top: 1px solid rgb(62,62,62);
	border-left: 1px solid rgb(62,62,62);
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: rgb(36,36,36); url(./images/catbg.gif) repeat-x top left;
	color: rgb(213,213,213);
	border-top: 1px solid rgb(62,62,62);
	border-left: 1px solid rgb(62,62,62);
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px rgb(56,56,56);
}
.catbg, .catbg2
{
	font-weight: 700;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: rgb(255,255,255);
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color:  rgb(206,163,12);
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background: rgb(33,33,33);
	padding: 0;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
	background: rgb(51,51,51);
	border: 1px solid rgb(33,33,33);
	padding: 1px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Arial, 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: rgb(255,0,0)
}
/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	 color: rgb(255,255,255);
	 vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	 color: rbg(255,255,255);
	 text-decoration: none;
	 font-size: 10px;
	 font-family: Arial, sans-serif;
	 padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {
	 background: rgb(42,42,42);
	 color: rgb(255,255,255);
}
.maintab_last,.mirrortab_last {
	 display: none;
}
.maintab_active_first, .mirrortab_active_first {
	 display: none;
}
.maintab_active_back, .mirrortab_active_back {
	 background: rgb(35,35,35);
}
.maintab_active_last, .mirrortab_active_last {
	 display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	 color: rgb(255,255,255);
	 text-decoration: none;
	 font-family: Arial, sans-serif;
	 font-weight: 800;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	 color: rgb(206,163,12);
	 text-decoration: none;
	 font-family: Arial, sans-serif;
	 font-weight: 800;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	 color: rgb(206,163,12);
	 text-decoration: none;
}
#wrapper {
	 width: 945px;
	 min-width: 720px;
	 margin: 0px auto 0px auto;
	 border-left: 1px solid rgb(0,0,0);
	 border-bottom: 1px solid rgb(0,0,0);
	 border-right: 1px solid rgb(0,0,0);
}
#header {
	 position: relative;
	 height: 170px;
	 overflow: hidden;
	 background: rgb(18,18,18) url(./images/img/header-mid.gif) 0 0 repeat-x;
}
#header-r {
	 height: 170px;
	 padding-right: 25px;
	 background: url(./images/img/header-right.gif) 100% 0 no-repeat;
}
#header-l {
	 padding-left: 25px;
	 background: url(./images/img/header-left.gif) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 30px;
	 left: 20px;
	 display: block;
	 width: 600px;
	 height: 140px;
	 cursor: pointer;
	 background: url(./images/banner_board.jpg) no-repeat;
}
#userarea {
	 font-size: 12px;
	 color: rgb(250,250,250);
	 font-family: Arial, sans-serif;
	 float: right;
	 padding-top: 40px;
	 padding-right: 5px;
	 text-align: right;
}
#userarea a:link, #userarea a:visited {
	 color: rgb(250,250,250);
	 text-decoration: none;
	 border-bottom: 1px solid white;
}
#userarea a:hover {
	 color: rgb(206,163,12);
	 text-decoration: none;
	 border-bottom: 1px solid rgb(206,163,12);
}
#mainarea {
	 background: rgb(18,18,18);
	 color: #b2b2b2;
	 border-top: 1px solid #303030;
	 border-bottom: 1px dotted rgb(206,163,12);
	 padding: 20px;
	 margin: 0;
}
#footer {
	 background: #212121 url(./images/img/F-m.gif) 0 100% repeat-x;
}
#foot-r {
	 height: 95px;
	 background: url(./images/img/F-l.gif) 100% 100% no-repeat;
}
#foot-l {
	 background: url(./images/img/F-r.gif) 0 100% no-repeat;
}
#footer {
	 text-align: center;
	 font-family: Arial, sans-serif;
	 color: rgb(250,250,250);
	 font-size: 12px;
	 font-variant: small-caps;
}
#footer a:link, #footer a:visited {
	 color: rgb(206,163,12);
}
#footer a:hover {
	 color: rgb(255,255,255);
	 text-decoration: none;
	 border-bottom: 1px dotted rgb(206,163,12);
}
/* template menu */
#toolbar {
	height: 35px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
#linktree
{
	padding: 10px 10px 20px 10px;
}
/* template menu */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:rgb(34,34,34) url(./images/img/button1.gif); position:relative; border:1px solid rgb(28,28,28); border-width:0 1px; border-bottom:1px solid rgb(28,28,28);}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color:rgb(255,255,255); text-decoration:none; font-size:11px; font-family: Arial, sans-serif; font-weight:800; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.chosen a {color:rgb(255,255,255); background:url(./images/img/button3.gif);}
.menu1 li.chosen a b {background:url(./images/img/button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:rgb(0,0,0) url(./images/img/button2.gif);}
.menu1 li a:hover b {background:url(./images/img/button2.gif) no-repeat right top;}
.menu1 li.chosen a:hover {color:rgb(255,255,255); background:rgb(0,0,0) url(./images/img/button3.gif); cursor:default;}
.menu1 li.chosen a:hover b {background:url(./images/img/button3.gif) no-repeat right top;}

#ajax_in_progress
{
	background:rgb(34,34,34);
	border: 3px dashed rgb(206,163,12);
	color: rgb(255,255,255);
	text-align: center;
	position: absolute;
	font-weight: 900;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}