/* Normal, standard links. */
a { color: #000000; text-decoration: none; }
a:hover { color: #b90000; text-decoration: none; }
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited { color: #000; 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, td, th , tr { color: #2e2e2e; font: small verdana, sans-serif; }
/* The main body of the entire forum. */
body { margin: 0; padding: 11px 0 11px 0; background: #d7d8dc url(images/bg.gif); }
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button { color: #000; font-family: verdana, sans-serif; }
input, button { font-size: 90%; }
textarea { color: #000; font: 100% 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 { color: #000; font: normal 90% verdana, sans-serif; }
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor { border: 0; color: #666; background: #666; height: 1px; }
/* No image should have a border when linked */
a img { border: 0; }
/* A quote, perhaps from another post. */
.quote { border: 1px solid #000; margin: 1px; padding: 1px; color: #000; background: #D7DAEC; font-size: x-small; line-height: 1.4em; }
/* A code block - maybe even PHP ;). */
.code { border: 1px solid #000; /* Put a nice border around it. */ margin: 1px auto 1px auto; padding: 1px; width: 99%; /* Don't wrap its contents, and show scrollbars. */ #fff-space: nowrap; color: #000; background: #dddddd; font: x-small/1.3em "courier new", "times new roman", monospace; overflow: auto; /* Stop after about 24 lines, and just show a scrollbar. */ max-height: 24em; }
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader { color: #000; font-style: normal; font-weight: bold; font-size: x-small; text-decoration: none; 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 { color: black; background: yellow; font-weight: bold; }
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body { color: #303030; background: #ededed; }
.windowbg2 { color: #303030; background: #f5f5f5; }
.windowbg3 { color: #303030; background: #e6e6e6; }
/* the today container in calendar */
.calendar_today { background: #fff; }
/* 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 { border: solid 1px #cecece; padding-left: 10px; padding-right: 10px; color: #000; background: #cecece; font-style: normal; }
.titlebg, .titlebg a { color: #000; font-weight: bold; font-style: normal; }
.titlebg2, tr.titlebg2 th, tr.titlebg2 td { border: solid 1px #cecece; padding-left: 10px; padding-right: 10px; color: #000; background: #eeeeee; font-style: normal; }
.titlebg a:hover { color: red; }
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a { color: #000000; font-style: normal; text-decoration: none; }
.titlebg2 a:hover { color: #b90000; text-decoration: none; }
/* 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 { padding: 6px 10px 6px 10px; background: url(images/catbg.jpg) #ededed repeat-x left; color: #000; }
.catbg img { margin: 0 10px -2px 4px; }
.catbg2 , tr.catbg2 td { padding-left: 10px; padding-right: 10px; background: url(images/catbg2.jpg) #ededed repeat-x left; color: #000; }
.catbg, .catbg2, .catbg3 { border: solid 0 #bebebe; border-bottom: solid 0 #858585; }
.catbg, .catbg2 { font-weight: bold; }
.catbg { border: solid 1px #bebebe; border-bottom: none; }
.catbg, .catbg2 { font-weight: bold; }
.catbg3, tr.catbg3 td, .catbg3 a { color: #000; font-size: 95%; text-decoration: none; }
.catbg a, .catbg2 a { color: #d20000; text-decoration: none; }
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover { color: #ff3e3e; }
.catbg a { color: #000; }
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor { padding: 0; background: #ADADAD; }
/* This is used on tables that should just have a border around them. */
.tborder { padding: 0; border: 0 solid #b2b2b2; background: #fff; }
.tborder-new  { padding: 0; border: 1px solid #b2b2b2; background: #fff; }
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext { font: 85% verdana, sans-serif; }
.middletext { font-size: 85%; }
.normaltext { font-size: small; }
.largetext { font-size: large; }
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage { width: 100%; line-height: 1.3em; overflow: auto; }
/* 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; overflow: auto; }
/* 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: #fff; text-transform: uppercase; vertical-align: top; }
.maintab_back, .maintab_active_back { padding: 2px 6px 6px 6px; color: #fff; font: 9px tahoma, sans-serif; text-decoration: none; vertical-align: top; }
.maintab_first { width: 10px; background: url(images/maintab_first.gif) left bottom no-repeat; }
.maintab_back { background: url(images/maintab_back.gif) left bottom repeat-x; }
.maintab_last { width: 8px; background: url(images/maintab_last.gif) left bottom no-repeat; }
.maintab_active_first { width: 6px; background: url(images/maintab_active_first.gif) left bottom no-repeat; }
.maintab_active_back { background: url(images/maintab_active_back.gif) left bottom repeat-x; }
.maintab_active_last { width: 8px; background: url(images/maintab_active_last.gif) left bottom no-repeat; }
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited { color: #fff; text-decoration: none; }
.maintab_active_back a { color: #000; text-decoration: none; }
.maintab_back a:hover, .maintab_active_back a:hover { color: #ff9f9f; text-decoration: none; }
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last { color: #fff; text-transform: uppercase; vertical-align: top; }
.mirrortab_back, .mirrortab_active_back { padding: 7px 6px 4px 6px; color: #fff; font: 9px tahoma, sans-serif; text-decoration: none; vertical-align: bottom; }
.mirrortab_first { width: 10px; background: url(images/mirrortab_first.gif) no-repeat; }
.mirrortab_back { background: url(images/mirrortab_back.gif) repeat-x; }
.mirrortab_last { width: 6px; background: url(images/mirrortab_last.gif) no-repeat; }
.mirrortab_active_first { width: 6px; background: url(images/mirrortab_active_first.gif) no-repeat; }
.mirrortab_active_back { background: url(images/mirrortab_active_back.gif) repeat-x; }
.mirrortab_active_last { width: 8px; background: url(images/mirrortab_active_last.gif) no-repeat; }
/* how links behave in mirror tab. */
.mirrortab_back a , .mirrortab_active_back a { color: #fff; text-decoration: none; }
.mirrortab_back a:hover { color: #e0e0ff; text-decoration: none; }
/* The AJAX notifier */
#ajax_in_progress { padding: 3px; width: 100%; background: #32CD32; color: #fff; font-weight: bold; font-size: 18pt; text-align: center; position: fixed; top: 0; left: 0; }
/*
	New styles
*/
.clearfix:after { clear: both; display: block; content: "."; line-height: 0; visibility: hidden; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
#wraper { width: 970px; margin: 0 auto; border: 0 solid #dfdfdf; background: #fff; }
.header { background: #9B0000; text-align: right; }
.logo { float: left; }
.subhead { padding: 5px 10px 5px 10px; border-bottom: 1px solid #2e2e2e; background: #9B0000; color: #fff; font-size: 90%; }
#bodyarea { padding: 14px; }
#footerarea { border-top: 1px solid #d1d1d1; padding: 10px; background: #9B0000; color: #c28c8b; text-align: left; }
#footerarea a { color: #c28c8b; }
.design { float: right; font-size: 85%; }
.design a { color: #c28c8b; }
#upshrink { margin: 0 0 -3px 10px; }
.infocenter { color: #fff; font-size: 95%; padding: 5px 7px 5px 10px; background: #acacac; border: none; text-transform: uppercase; }
.topsearch { float: right; padding: 50px 10px 0 0;}
.topsearch-input { border: 1px inset #dfdfdf; padding: 2px; background: #dfdfdf; color: #000; width: 200px; font-weight: bold; }
/*
	Tab mechanism
*/
.tabs { width: 100%; border-bottom: 1px solid #1e1e1e; border-top: 1px solid #909090; background: #950000 url('images/toptab_bg.gif') repeat-x; text-align: left; position: relative; }
.tabs { margin: 0; padding: 0; text-align: left; height: 29px; }
.tabs ul { margin: 0; padding: 0; list-style: none; }
.tabs li { border-right: 1px solid #626262; float: left; margin: 0; padding: 0; background: #950000 url('images/toptab_bg.gif') repeat-x; }
.tabs a { margin: 0; padding: 8px 15px 8px 15px; display: block; color: #fff; white-space: nowrap; background: #950000 url('images/toptab_bg.gif') repeat-x; color: #eee; font-size: 11px; text-align: center; text-decoration: none; outline-style: none; font-weight: bold; }
.tabs a:hover, .tabs li.current a { margin: 0; display: block; color: #fff; white-space: nowrap; background: #3d3d3d url('images/toptab_hover.gif') repeat-x bottom; color: #fff; font-size: 11px; text-align: center; text-decoration: none; outline-style: none; font-weight: bold; }
/*
	Left menu
*/
.leftmenu-list  { padding: 0; background: #F2F2F2; color: #313131; font-size: 95%; overflow: hidden; }
.leftmenu-list ul { margin: 0; padding: 0; width: 100%; list-style-type: none; }
.leftmenu-list ul li a { padding: 2px 2px 2px 8px; border-bottom: 1px solid #fff; display: block; color: #323232; background: #F2F2F2; line-height: 17px; text-decoration: none; }
.leftmenu-list ul li a:hover, .leftmenu-list ul li.current a { color: #bd0000; background: #dedede; text-decoration: none; }