a {
color: #727AA1;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #606C90;
}

a:hover {
color: #333;
text-decoration: none;
}


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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: tahoma, verdana, sans-serif;

}

/* The main body of the entire forum.  url('images/bg.gif') repeat-x*/
body
{
	background: #212026 url('images/bg.gif') repeat-x;
	margin: 0px;
}

#wrapper {
width: 95%;
background: #4D4255 url(images/mainbg.gif) bottom left no-repeat;
border-left: 1px solid #212026;
border-right: 1px solid #212026;
padding: 0px 10px 10px 10px;
margin: 0px auto 20px auto;
min-width: 600px;
}

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	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
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}

/* 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, #preview_body
{
	color: #000000;
	background-color: #F3F2F4;
}
.windowbg2
{
	color: #000000;
	background-color: #EEEDEF;
}
.windowbg3
{
	color: #000000;
	background-color: #F3F2F4;
}

.windowbg4
{
	color: #000000;
	background-color: #DDDBE3;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* 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: black;
	font-style: normal;
	background: #DDDBE3;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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: #5C5072;
	color: #ffffff;
	/*padding-left: 10px;
	padding-right: 10px;*/
}
.catbg2 , tr.catbg2 td
{
	background: #5C5072;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.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: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #D6D2DD;
	padding: 0px;
	margin: 0px;
}

tr.bordercolor2
{
	background-color: #D6D2DD;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #D6D2DD;
}

td.bordercolor2
{
	background-color: #D6D2DD;
	padding: 0px;
	margin: 0px;
}


/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 0;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}

td.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
	color: #786C85;
}

td.middletext
{
	font-size: 90%;
	color: #333;
}
span.middletext
{
	font-size: 90%;
	color: #222;
}
.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%;
	max-height: 300px;
	overflow: hidden;
	padding-bottom: 3px;
	line-height: 1.3em;
}
fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #0f0f0f;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}


/* 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, .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;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: url(images/aj.png) repeat-x;
	height: 250px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	letter-spacing: -2px;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#footer {
clear: both;
color: #E7E6EE;
padding-top: 5px;
}

#footer a, #footer a:visited {
font-size: 10px;
color: #DDDBE3;
text-decoration: none;
}

#footer a:hover {
font-size: 10px;
color: #DDDBE3;
text-decoration: underline;
}


/*========================*/

a.top {
height: 24px;
width: 118px;
float: right;
background: url(images/top.gif) center no-repeat;
margin-top: -14px;
margin-right: -10px;
}

.nav {
color: #eee;
}

.nav a {
color: #DDDBE3;
}

#header {
width: 100%;
background: #313131 url(images/h/2.jpg) bottom left no-repeat;
height: 168px;
}

#searchbox {
float: right;
margin-right: 8px;
height: 52px;
width: 188px;
background: url(images/search.gif) bottom center no-repeat;
color: #300;
padding: 2px 2px 0px 15px;
}

.searchform{
margin-top: 6px;
width: 182px;
height: 23px;
overflow: hidden;
}

.searchinput{
border: 1px solid #fff;
width: 140px;
margin-top: 2px;
font-size: 11px;
}

.searchbutton {
border: none;
background: #fff url(images/silk/magnifier.png) center no-repeat;
cursor: pointer;
overflow: hidden;
width: 19px;
height: 19px;
margin-top: 1px;
}

a.logo {
float: left;
width: 221px;
height: 87px;
margin: 23px 0 0 18px;
background: url(images/h/logo.png) top left no-repeat;
}

.hbrc {
float: right;
width: 9px;
height: 9px;
background: url(images/h/br2.gif);
margin-top: 159px;
}

.hmenu {
text-align: center;
height: 30px;
margin: 0px auto;
background: #313131 url(images/m.gif) bottom left no-repeat;
padding: 1px 0;
}


.hmenu a {
padding: 9px 10px 7px 10px;
height: 30px;
}

.hmenu a:hover{
background: #212026;
color: #DDDBE3;
}

.hmenu a img {
margin-top: 5px;
}

.hmrc {
float: right;
width: 11px;
height: 11px;
background: url(images/hmbgr.gif);
margin-top: -11px;
}

#main_right {
float: right;
padding-top: 10px;
width: 160px;
overflow:hidden;
}

#main_left {
float: left;
width: 80%;
}

h2.side {
width: 150px;
font-size: 14px;
font-weight: bold;
padding: 2px 5px 3px 5px;
margin: 0;
color: #123;
background: #DDDBE3 url(images/sidebar_h2.gif) top left no-repeat;
}

h2.first {
margin-top: 1px;
}

.sidebar_item {
width: 150px;
color: #111;
font-size: 11px;
text-align: left;
padding: 6px 5px 1px 5px;
background: #F3F2F4 url(images/sidebar.gif) top left no-repeat;
}

.sidebarbottom {
width: 160px;
height: 14px;
background: url(images/sidebar_b.gif) bottom left no-repeat;
margin-bottom: 11px;
}

* html .sidebarbottom { /*IE6*/
margin-top: -9px;
}

#r4container {
padding-right: 170px;
}

#r4container .column {
position: relative;
float: right;
}

#r4center {
width: 100%;
}

#r4right {
width: 160px;
margin-right: -170px;
padding-top: 0px;
}

#container {
  padding-right: 170px;  
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  display: none;
  width: 180px;
  padding: 0 10px;
  right: 240px;
  margin-left: -100%;
}
#right {
  width: 130px;
  padding: 10px 0 0 10px;
  margin-right: -190px; }
  
.postbg
{
color: #000000;
background-color: #F3F2F4;
margin-top: 10px;
} 
  
.postbg-donator
{
color: #000000;
background-color: #F3F2F4;
border-left:1px solid #FFE280;
} 

.postbg-staff
{
color: #000000;
background: #F3F2F4;
border-left:1px solid #E25F5F;
} 

td.postbg span.postbuttons,td.postbg-donator span.postbuttons,td.postbg-staff span.postbuttons {
display: none;
}

td.postbg:hover span.postbuttons,td.postbg-donator:hover span.postbuttons,td.postbg-staff:hover span.postbuttons {
display: inline;
}



.postbit 
{
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #fff;
border-top: 1px solid #4F4C65;
border-right: 2px solid #332F48;
border-left: 1px solid #4F4C65;
border-bottom: 2px solid #332F48;
margin-bottom: 3px;
}

.postbit-top
{
height: 18px;
padding-top: 4px;
background: url(images/postbit/top.gif) repeat-y;
}

.postbit-main
{
padding-top: 4px;
background-color: #DDDBE3;
width: 159px;
}


/*add dotted seperators in between the information in the postbit - looks alot nicer than plain old underline. */
.postbit-main-info 
{ 
border-bottom: dotted 1px #999999; 
}

.postbit-avatar
{
width: 1079x;
height: 154px;
background: url(images/postbit/avatarback.gif)
}

.postbit-info
{
padding-top: 4px;
padding-bottom: 4px;
width: 130px;
font-size: 9px;
line-height: 14px;
}

.postbit-bottom
{
padding-top: 6px;
width: 159px;
height: 22px;
background-color: #D6D2DD;
}

.topictitle
{
font-family: 'trebuchet ms', sans-serif; 
font-size: 30px; 
font-weight: bold; 
letter-spacing: -2px;
line-height: 1em;
margin-bottom: 100px;
margin-top: 10px;
}

.drop-down /* ugh IE */
{
position:absolute;
margin-top: -204px;
margin-left: -68px;
border: 1px solid #D0CED7;
background: #DDDBE3;
padding: 2px;
}

.clear { 
overflow: hidden;
width: 100%;
}

a.button {
background: transparent url(images/butt/tip.png) no-repeat scroll top right;
color: #5C5072;
display: block;
float: right;
font: normal 12px arial, sans-serif;
height: 24px;
margin-right: 0px;
padding-right: 7px; 
text-decoration: none;
margin-left: 0px;
}

a.button span {
background: transparent url(images/butt/long.png) no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 13px;
color: #5C5072;
} 

a.button:active {
background-position: bottom right;
color: #000;
outline: none; 
}

a.button:active span {
background-position: bottom left;
padding: 6px 0 4px 13px; 
} 

a.button img {
display: inline;
margin-left: -8px;
}

td.butts {
padding-right:1px;
font-size: 2px;
margin:0;
}

a.subNav-link {
font-size: 10px;
padding: 2px 0 2px 2px;
}

a.catunread {
font-size: 7pt;
margin-left: 10px;
color: #978BAC;
}

div.c1tl {
background: #5C5072 url(images/c/1tl.gif) top left no-repeat;
float: left;
width: 13px;
height: 13px;
}

td.c1tl {
background: #5C5072 url(images/c/1tl.gif) top left no-repeat;
width:13px;
}

td.tc1tl {
background: #5C5072 url(images/c/1tl.gif) top left no-repeat;
width:13px;
}

td.c1tr {
background: #5C5072 url(images/c/1tr.gif) top right no-repeat;
}

div.c1tr {
background: #5C5072 url(images/c/1tr.gif) top right no-repeat;
float: right;
width: 13px;
height: 13px;
}

div.c2bl {
background: #F3F2F4 url(images/c/2bl.gif) bottom left no-repeat;
float: left;
width: 13px;
height: 13px;
}

div.c2br {
background: #F3F2F4 url(images/c/2br.gif) bottom right no-repeat;
float: right;
width: 13px;
height: 13px;
}

div.c2bm {
background: #F3F2F4;
width: 100%;
height: 13px;
}


.quote
{
	color: #111;
	background-color: #F1EFF8;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 9pt;
	line-height: 1.4em;
	margin-left: 20px;
	margin-right: 20px;
}

/* Codes */
.code
{
	color: #111;
	background-color: #F1EFF8;
	font-family: "courier new", "times new roman", monospace;
	font-size: 9pt;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* 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
{
	font-size: 12pt;
	background: #F1EFF8 url('images/quoteicon.gif') top left no-repeat;
	border-left: 1px solid #bbb;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 30px;	
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
}

.codeheader
{
	font-size: 12pt;
	background: #F1EFF8 url('images/codeicon.gif') top left no-repeat;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-left: 30px;	
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 20px;
}

#spellview {
background-color: #DDDBE3;
}


a.sbshow {
display:none;
}

  a.sbhide {
display:inline;
}