/* The main body of the entire forum. */
body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

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

input {
	border-color: #cccccc;
}

/* 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: #ffffff;
	font-family: tahoma, sans-serif;
	background-color: #000000;
}

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

/* A quote, perhaps from another post. */
.quote
{
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #9e853d;
	margin: 10px auto 10px 10px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #ffffff;
	background-color: #000000;
	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 #9e853d;
	margin: 10px auto 10px 10px;
	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
{	
	margin-top: 10px;
	color: #ffffff;
	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
{
	color: #ffffff;
	background-color: #101010;
}
.windowbg2
{
	color: #ffffff;
	background-color: #101010;
}

.windowbg_s
{
	color: #ffffff;
	background-color: #181818;
}

.windowbg2_s
{
	color: #ffffff;
	background-color: #181818;
}

/* the today container in calendar */
.calendar_today
{
	height: 96px; border: 2px outset; background-color: #333; padding: 2px;
}

/* 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
{
	color: #848284;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	background-image: url(images/titlebg.jpg);
}
.titlebg a:link, .titlebg a:visited

{
	color: #848284;
	font-style: normal;
}
.titlebg a:hover
{
	color: #848284;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(images/catbg.jpg);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/catbg2.jpg);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: #000000;
	color: #848284;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, 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: #000000;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #000000;
	background-image: url(images/main_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#preview-body
{
	background-color: #000000;
	color: red;
}


/* This is for the special header boxes on the top (user info, key stats, news box.) */

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	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%;
	padding-bottom: 3px;
	line-height: 1.3em;
}

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

.smalltext2
{
	color: #dfdfdf;
	font-size: x-small;
	font-family: tahoma, sans-serif;
}

.smalltext2 a:link, .smalltext2 a:visited
{
	font-weight: bold;
	color: #dfdfdf;
}

.smalltext2 a:hover
{
	font-weight: bold;
	color: #ffffff;
}

.nav2, .nav2 a:link, .nav2 a:visited
{
	color: #dfdfdf;
}
.nav2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}



/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited, .maintab_off_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover, .maintab_off_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

.maintab_bgb
{
	background-color: #000000;

}

.maintab_bgba
{
	background: #000000 url(images/maintab_bgba.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.pagelink, .pagelink a:active, .pagelink a:visited, .pagelink a:link
{
	background: #333333;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #9e853d;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

.pagelink_b
{
	background: #333333;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #9e853d;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

.page_c
{
	background: #333333;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #9e853d;
	padding: 0px 3px 0px 3px;
}


.small_pagelink
{
	font-weight: normal;
	font-size: x-small;
	text-decoration: none;
}

.small_pagelink a:active, .small_pagelink a:visited, .small_pagelink a:link
{
	background: #333333;
	font-weight: normal;
	font-size: x-small;
	border: 1px solid #9e853d;
	padding: 0px 3px 0px 3px;
	text-decoration: none;
}

.powered_by_smf
{
	background-image: url(images/powered_by_smf.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.avatar_t
{
	height: 65px;
	width: 65px;
	border: 1px solid #000000;
}

.hd_border_l{
background-image: url(images/hd_border_l.gif);
background-repeat: repeat-y;
}

.hd_border_r{
background-image: url(images/hd_border_r.gif);
background-repeat: repeat-y;
}