/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #F3ECEC;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #F3ECEC;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #E1C8C8;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #EDDBDB;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	text-decoration: none;
}

/* TP other styles */
ul#articlelist
{
	margin: 0;
	padding: 0.5ex 0;
	list-style: none;
}
ul#catlist
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #d0d0d0;
}

ul#articlelist li
{
	margin: 0;
	display: block;
	padding: 0 0 0 3ex;
	background: url(images/divider.gif) no-repeat 5px 3px;
}
ul#catlist li
{
	display: block;
	padding: 0 0 0 3ex;
	margin: 0;
}

/* TP rss feed styles */
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}

.rss_image{
	margin: 4px 0 4px 0;
}
/* Normal, standard links. */
a:link
{
	color: #ffffff;
	text-decoration: none;
}
a:visited
{
	color: #f0f0f0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #85794F;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

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

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

html
{
	background: #131313;
}

/* The main body of the entire forum. */
body
{
	margin: 0;
	padding: 0;
}

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


.submit,.button{
	background:  #380000;
	color: #ffffff;
	font-weight:bold;
}

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

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #85794F;
	background-color: #ECD7D7;
	border: 1px solid #85794F;
	margin: 1px;
	padding: 1px;
	font-size: 80%;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #85794F;
	background-color: #333333;
	font-family: "courier new", "times new roman", monospace;
	font-size: 80%;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #85794F;
	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: #85794F;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	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: #131313;
	font-weight: bold;
	color: #862323;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #f0f0f0;
	background-color: #080808;
}
.windowbg2
{
	color: #f0f0f0;
	background-color: #131313;
}

.windowbg3
{
	color: #f0f0f0;
	background-color: #000000;
}


.windowbg B A{
	color:#E0C98C;
}
.windowbg2 B A{
	color:#E0C98C;
}
.windowbg3 B A{
	color:#E0C98C;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #450909;
}

/* 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: white;
	font-style: normal;
	background: url(images/img2/menubg.gif) #1C1C1D repeat-x;
	border: solid 1px #450909;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}
#bodyarea .titlebg2 .smalltext
{
	color: white;
}

.titlebg a:hover
{
	color: orange;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	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: url(images/img2/menubg2.jpg) #380000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/img2/menubg2.jpg) #380000 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #380000;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #380000;
	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: #ffffff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #000000;
	padding: 0px;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 80%;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 150%;
}


/* 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, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
}
.maintab_back
{
	background: url(images/img2/menubg.gif) repeat-x #f0f0f0;
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
	font-weight: bold;
	background: url(images/img2/menubg.gif) repeat-x #f0f0f0;
	color: orange;
}
.maintab_active_last
{
}

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

.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
}
.mirrortab_back
{
	background: url(images/img2/menubg.gif) repeat-x #f0f0f0;
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
	font-weight: bold;
	background: url(images/img2/menubg.gif) repeat-x #f0f0f0;
}
.mirrortab_active_last
{
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	text-decoration: none;
	color: white;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: underline;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

#bot
{
	background: url(images/img2/bot.jpg) repeat-x bottom left;
}
#bot_footer
{
	background: url(images/img2/footer.jpg) no-repeat 50% 100%;
	padding-bottom: 55px;
	margin: auto;
	width: 95%;
	max-width: 950px;
	min-width: 700px;
}
#footerarea
{
	text-align: center;
	color: white;
	padding-top: 40px;
}
#footerarea a
{
	color: white;
}
#top_mid
{
	background: url(images/img2/logo.jpg) no-repeat 50% 0;
}
#top_r
{
	background: url(images/img2/right.jpg) no-repeat top right;
}
#top_l
{
	background: url(images/img2/left.jpg) no-repeat;
	min-height: 500px;
}
#topparea
{
	padding: 0px 10px 5px 10px;
	text-align: center;
}
#topparea h1
{
	padding: 0 0 0 0;
	margin: 0;
	font-size: 200%;
}
#topparea h1 a
{
	color: #fff;
	text-transform: uppercase;
}
#menubox ul, #topmenu ul
{
	color: #862323;
	margin: 0px auto 0 auto;
	padding: 0;
	list-style: none;
	font-family: tahoma, sans-serif;
}
#topmenu ul
{
	margin-top: 0px;
	margin-bottom:100px;
}
#menubox ul a, #topmenu ul a
{
	color: #E0C98C;
	font-weight:bold;
	font-size:110%;
}
#menubox ul li, #topmenu ul li
{
	padding: 0px 6px 0px 6px;
	margin: 0px;
	display: inline;
	border-right: solid 1px #fff;
}
#menubox ul li.last, #topmenu ul li.last
{
	border-right: none;
}
#menubox ul li#chosen, #topmenu ul li#chosen
{
	font-weight: bold;
}
#avatar
{

}
#avatar img
{
}
#bodyarea
{
	margin-top: 10px;
}
#smfshout
{
	padding: 6px;
	font-size: 85%;
}
.smfshout_delete
{
	border: solid 1px #888;
	background: white;
	padding: 1px;
}
.smfshout_body
{
	border: solid 1px #888;
	background: #380000;
	padding: 3px;
	text-align: left;
}
.smfshout_frame
{
	padding: 5px 0 0 0;
}
#errorpanel
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
body> #errorpanel
{
	position: fixed;
}
.whitetext, .whitetext a
{
	color: white;
}