/* 
 * ========================================
 * SMF - TP - Black Rain
 * ========================================
 */
/* Adjustment of your Forum Width */
#wrap {
margin: 0 auto 0 auto;
text-align: left;
width: 995px;  /* can be 100% (fluid) if so desired */
border: 1px solid #000000;
background-color: #222222;
padding: 0px 5px 5px 5px;  /* top - left - bottom - right */
}
.catend {
  background-image: url(dummy.gif);
  background-repeat: repeat-x;
  height: 14px;
}
/* No image should have a border when linked */
a img{ border: 0; }
/* Normal, standard links. */
a:link, a:visited
{
	color: #ea7500;
	text-decoration: none;
}
a:hover
{
	color: #FFF;
	text-decoration: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ea7500;
}
a.nav:hover
{ 
	color: #FFF;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #FFFFFF;
	font-size: small;
	font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body 
{	
	background: url(images/fade.jpg) repeat-x top;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	background: #333333;
	border: 1px solid #000000;
	color: white;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
}
input, button
{
	font-size: 90%;
}
textarea
{
	font-size: 100%;
	color: #FFFFFF;
	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: #3d3d3d;
	border: 1px solid #000000;
	color: white;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	margin: 5px;
	padding: 2px;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
		  height: 1px;
		  border: 0;
		  color: #666666;
		  background-color: #666666;
}
/* A quote, perhaps from another post. */
.quote
{
		  background-color: #505050;
		  color: #d0d0ff;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 0px;
		  padding: 5px;
		  font-size: x-small;
}
/* A code block - maybe even PHP ;). */
.code
{
		  color: #f0f0f0;
		  background-color: #303038;
		  border: 1px solid #808080;
		  border-left: 5px solid #a0a0a0;
		  margin: 0px;
		  padding: 5px;
		  font-size: x-small;
		  font-family: "courier new", helvetica, "times new roman", serif;
		  width: 99%;
		  white-space: nowrap;
		  overflow: auto;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
		  color: #e0e0e0;
		  text-decoration: none;
		  font-style: normal;
		  font-weight: bold;
		  font-size: x-small;
}
/* 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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight
{
	background-color: #FFF000;
	font-weight: bold;
	color: #000;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	color: #f3ecdd;
	background-color: #3a3e42;
	font-family: "Trebuchet MS",verdana, sans-serif;
}
.windowbg2 {
	color: #d4d8dc;
	background-color: #3b4248;
	font-family: "Trebuchet MS",verdana, sans-serif;
}
.windowbg3 {
	color: #e3e3e3;
	background-color: #3d3d3d;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #333;
	 color: #ea7500;
	 font-weight: bold;
}
/* 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: #e3e3e3;
	background-color: #9e802a;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #e3e3e3;
	font-style: normal;
}
.titlebg a:hover
{
	color: #fff;
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #e3e3e3;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #fff;
	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-color: #9e802a;
	background-repeat: repeat-x;
	color: #FFF;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{  
	background-color: #9e802a;
	background-repeat: repeat-x;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
	font-weight: bold;
}
.catbg, .catbg2
{
	font-weight: 700;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #FFF;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #e3e3e3;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #494949;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 1px;
	background-color: #393939;
	border: 1px solid #545454;
}
/* 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: #FF0000;
}

/* 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 {
	vertical-align: top;
	font-family: "Trebuchet MS",verdana, sans-serif;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.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: #e3e3e3;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #e3e3e3;
	text-decoration: none;
	font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #ea7500;
	text-decoration: overline;
}
/* ~~~~~~~~~ BLACKRAIN MAIN MENU ~~~~~~~~~ */
#tabs6 {
position: relative;
top: -8px;
left: -40px;
width: auto;
font-size:93%;
font-family: "Trebuchet MS",verdana, sans-serif;
margin: auto;
line-height:normal;
height: 44px;
}
#tabs6 ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabs6 li {
display:inline;
margin:0;
padding:0;
}
#tabs6 a {
float:left;
background:url(images/tableft6.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs6 a span {
float:left;
display:block;
background:url(images/tabright6.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-IE6-IE7-Mac \*/
#tabs6 a span {float:none;}

/* End IE5-IE6-IE7-Mac hack */
#tabs6 a:hover span {
color: #ea7500;
}
/* Selected Tab style */
#tabs6 #chosen a {
background-position: 0 -42px;
}
#tabs6 #chosen a span {
background-position: 100% -42px;
color: #EA7500;
}
#tabs6 a:hover {
background-position: 0% -42px;
}
#tabs6 a:hover span {
background-position: 100% -42px;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #333;
	color: #EA7500;
	text-align: center;
	font-weight: bold;
	font-size: 20pt;
	padding: 3px;
	width: 80%;
	position: fixed;
	bottom: 0;
	left: 0;
}