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

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

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

/* 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: 1pt dashed #9e853d;
	margin: 10px auto 10px 10px;
	padding: 5px;
	font-size: 0.9em;
	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: #151515;
}


.windowbg3
{
	color: #ffffff;
	background-color: #222222;
}
.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;
}

.titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #848284;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	background-image: url(images/titlebg.jpg);
}

/* 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);
}
.catbg3
{
	background-image: url(images/titlebg.jpg);
	font-size:small;
	color:#333333;
}

.catbg3 a:link, .catbg3 a:visited
{
	font-weight: bold;
	color: #848284;
}
.catbg3 a:hover {color: #ffffff;}

.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: 0.8em;
	font-family: tahoma, sans-serif;
	color:#848284;
}
.middletext
{
	font-size: 0.8em;}

.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;
}


/* 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%;
	font-size:1.0em;
	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;
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #FFAC04;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #ffac04;
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
}
a.nav:hover
{
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #9E853D;
}

/* The following are items newly added with Ig-Oh. There is a place where other hands were added. */


.headerbodies3
{
	background: #000 url(images/header_bg3.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.bdc
{
	margin-left: 2px;
	margin-right: 2px;
	height: 0px;
	color: #FFcc00;
	font-style: normal;
/*	background-image: url(images/bdc_bottom.gif); */
}

.boardtitle
{
	color: #ffac04;
	font-weight: bold;
	background-color: #000;
	background-image: url(images/titlebg.jpg);
}


.boardtitle a:link, .boardtitle a:visited
{
	color: #ffac04;
}

.boardtitle a:hover
{
	color: #fff;
}

.catbg_n
{
	font-weight: bold;
	color: #808080;
}

.headertext
{
	font-size: x-small;
	color: #ffcc00;
	font-family: verdana, arial, sans-serif;
}

.headertext a:link, .headertext a:visited
{
	font-weight: bold;
	color: #ffcc00;
}

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


.headertext_r
{
	font-size: x-small;
	color: #ffcc00;
	font-family: verdana, arial, sans-serif;
}

.headertext_r a:link, .headertext_r a:visited
{
	font-weight: bold;
	color: #ffcc00;
}

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

.area_l
{
	background-color: #000;
	background-image: url(images/area_l.gif);
}

.area_r
{
	background-color: #000;
	background-image: url(images/area_r.gif);
}


.topbg
{
	color: #fff;
	background-color: #000;
	background-image: url(images/topbg.gif);
}

.topbg_r
{
	color: #fff;
	background-color: #000;
	background-image: url(images/topbg_r.gif);
}

.topbg_l2
{
	color: #fff;
	background-color: #000;
	background-image: url(images/topbg_l2.gif);
}

.headernews a:link, .headernews a:visited
{
	font-weight: bold;
	color: #ffcc00;
}

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

.bdc_c, a.bdc_c:link, a.bdc_c:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #FFcc00;
	background: url(images/bdc_c.gif) no-repeat;
	border: 1px solid #FFcc00;
	padding: 2px 2px 4px 22px;
	white-space: normal;
	float: left;
	line-height: 12px;
	text-decoration: none;
}

.pdx_c, a.pdx_c:link, a.pdx_c:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #FFcc00;
	background: url(images/pdx_c.gif) no-repeat;
	border: 1px solid #FFcc00;
	padding: 2px 2px 4px 22px;
	white-space: normal;
	float: right;
	line-height: 12px;
	text-decoration: none;
}

a.bdc_c:hover, a.pdx_c:hover  
{
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-position: 0px -17px;
}

.sticky
{
	font-weight: bold;
	color: #8A3A00;
}

.news_fader
{
	background: #000000 url(images/headerbodies.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.poster_info
{
	color: #fff;
	background: #000 url(images/poster_info.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.poster_info2
{
	color: #fff;
	background: #000 url(images/poster_info2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.member_name
{
	font-size: 11pt;
	font-family: verdana, Tahoma, arial, helvetica, serif;
	font-weight: bold;
}

/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: #000;
	background-color: #202020;
}

.headertitles
{
	background-color: #333;
}

.headerbodies2a
{
	background-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #9e853d;
}


.headerbodies2
{
	background-color: #202020;	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000;
}

.titlebg_l
{
	color: white;
	font-style: normal;
	background-color: #660000;
	background-image: url(images/titlebg_l.gif);
}

.titlebg_r
{
	color: white;
	font-style: normal;
	background-color: #660000;
	background-image: url(images/titlebg_r.gif);
}

.menu_bg
{
	background: #660000  url(images/titlebg2.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.headernews, .hd_bottom
{
	margin: 0;
	padding: 0 10px 0 10px;
	color: #FFAC04;
	line-height: 12px;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: #000 url(images/header_news_bg.gif);
}

.hd_bottom_l {
	background: #000 url(images/hd_bottom_l.gif);
}

.hd_bottom_r {
	background: #000 url(images/hd_bottom_r.gif);
}

.currenttime
{	
	margin: 0;
	padding: 7px 10px 7px 10px;
	color: #FFAC04;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
	background: #000 url(images/header_news_bg.gif);
	
}

.titlebg_g, .titlebg_g tr, .titlebg_g td
{
	color: #fff;
	font-style: normal;
	background-color: #000;
	background-image: url(images/titlebg2.gif);
}

.main_area_tl
{
	background-color: #000;
	background-image: url(images/main_area_tl.gif);
	background-position: left top;
}

.main_area_tr
{
	background-color: #000;
	background-image: url(images/main_area_tr.gif);
	background-position: left top;
}

.main_area_tc
{
	background-color: #000;
	background-image: url(images/main_area_tc.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.main_area_ml
{
	background-color: #000;
	background-image: url(images/main_area_ml.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.main_area_mr
{
	background-color: #000;
	background-image: url(images/main_area_mr.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

.main_area_bl
{
	background-color: #000;
	background-image: url(images/main_area_bl.gif);
	background-position: left bottom;
}

.main_area_br
{
	background-color: #000;
	background-image: url(images/main_area_br.gif);
	background-position: left bottom;
}

.main_area_bc
{
	
}

.main_area_tlf
{
	background-color: #660000;
	background-image: url(images/main_area_tlf.gif);
	background-position: left top;
}

.main_area_trf
{
	background-color: #660000;
	background-image: url(images/main_area_trf.gif);
	background-position: left top;
}

.footer_area_tc
{
	background-color: #202020;	
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #000;
	background-image: url(../images/header_news_bg.gif);
	color: #FFcc00;
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}

.copyright
{
	background-color: #202020;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333;
	font-weight: bold;
	color: #dfdfdf;
	text-decoration: none;
}

.copyright a:link, .copyright a:visited
{
	font-weight: bold;
	color: #dfdfdf;
	text-decoration: none;
}

.copyright a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.copyright_l
{
	background-color: #202020;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333;
}

.copyright_r
{
	background-color: #202020;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333;
}

.bdc_bd
{
	line-height: 5px;
	background: #333 url(images/bdc_bd.gif);
	color: #dfdfdf;
	font-size: 3px;
	font-family: Tahoma, arial, helvetica, serif;
}

.bottombg
{
	color: white;
	font-size: 1px;
	background-color: #000;
	background-image: url(images/bottombg.gif);
	background-position: bottom;
}

.bottombg_r
{
	color: white;
	font-size: 1px;
	background-color: #000;
	background-image: url(images/bottombg_r.gif);
	background-position: right bottom;
}

.bottombg_l
{
	color: white;
	font-size: 1px;
	background-color: #000;
	background-image: url(images/bottombg_l.gif);
	background-position: left bottom;
}

a.searchb:link, a.searchb:visited
{
	background: url(images/search2.gif) no-repeat;
	background-position: top left;
	float: left;
}

a.searchb:hover 
{
	background-position: 0px -16px;
}

/* 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, .maintab_off_back
{
	background-position: left top;
	color: white;
	vertical-align: top;

}
.maintab_back, .maintab_active_back, .maintab_off_back
{
	color: white;
	text-decoration: none;
	font-size: small;
	vertical-align: top;
	padding: 6px 13px 5px 13px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: repeat-x;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

.maintab_off_first
{
	background-image: url(images/maintab_off_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_off_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}

.maintab_off_back a:link, .maintab_off_back a:visited
{
	border-top: 2px solid #990000;
	color: white;
	text-decoration: none;
}

.maintab_off_back a:hover
{
	border-top: 2px solid #FFAC04;
}

.maintab_off_last
{
	background-image: url(images/maintab_off_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}

.maintab_active_back a:link, .maintab_active_back a:visited
{
	border-top: 2px solid #333;
	color: #ffcc00;
	text-decoration: none;
}

.maintab_active_back a:hover
{
	border-top: 2px solid #ffcc00;
}

.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}

.topbg_l
{
	color: #fff;
	background-color: #000;
	background-image: url(images/topbg_l.gif);
}

.headerbodies
{
	background: #000808 url(images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
