body
{
	color: #000000;
	font-size: 14px;
	font-family: tahoma, sans-serif;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 12px 30px 4px 30px;
}

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

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

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

/* By default (td, body..) use Tahoma in black. */
td, th
{
}


/* Input boxes - just a bit smaller than normal so they align well. */
button
{
	font-size: 13px;
	color: #000000;
	font-family: tahoma, sans-serif;
}
textarea
{
	font-size: 14px;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
}

input
{
	font-size: 14px;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-weight: bold;
}


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

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

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

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	/*line-height: 1.3em;*/
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 2px;
	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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
}
.quoteheader a:hover
{
	color: #808080;
	text-decoration: underline; 
}
.quoteheader a:link, .quoteheader a:visited
{
	color: #000000;
	text-decoration: none; 
}

/* 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: green;
}

/* 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: #663300;
	background-color: #FFF5E1;
	font-size: 14px;
	font-family: tahoma, sans-serif;
}
.windowbg2
{
	color: #663300;
	background-color: #FDF9F3;
	font-size: 14px;
	font-family: tahoma, sans-serif;
}
.windowbg3
{
	color: #663300;
	background-color: #EDE6BF;
	font-size: 14px;
	font-family: tahoma, sans-serif;
}
.windowbg a:link, .windowbg a:visited, .windowbg2 a:link, .windowbg2 a:visited,.windowbg3 a:link, .windowbg3 a:visited
{
	color: #663300;
	text-decoration: underline;
}
.windowbg a:hover, .windowbg2 a:hover, .windowbg3 a:hover
{
	color: #AA3300;
	text-decoration: none;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #F6F6F6;
}

/* 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: black;
	font-style: normal;
	background: url(images/table.gif) 0% 25% #C9A24B;
	/*border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;*/
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	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-color: #B78417;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-color: #B78417;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #661818;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #002400;
	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
{
	text-decoration: underline;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #661818;
	border: 0px solid #FFF5E1;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 1px solid #661818;
	background-color: #FFF5E1;
	padding: 0px;
}
.pagebg
{
	color: #000000;
	background-color: #FFFEFB;
	font-size: 14px;
	font-family: Trebuchet MS, tahoma, sans-serif;
}
.pagebg2
{
	color: #000000;
	background-color: #FDF9F3;
	font-size: 14px;
	font-family: Trebuchet MS, tahoma, sans-serif;
}
.pagebg2 a:link, .pagebg2 a:visited, .pagebg a:link, .pagebg a:visited
{
	color: #000000;
}
.pagebg2 a:hover, .pagebg a:hover
{
	color: #993300;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.tinytext
{
	font-size: 9px;
	font-family: verdana, sans-serif;
}
.smalltext
{
	font-size: 11px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 12px;
	font-family: verdana, sans-serif;
}
.normaltext
{
	font-size: 14px;
	font-family: verdana, sans-serif;
}
.largetext
{
	font-size: 16px;
	font-family: verdana, sans-serif;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	font-size: 14px;
	font-family: Trebuchet MS, verdana, tahoma, sans-serif;
	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
{
	font-size: 11px;
	font-family: Trebuchet MS, verdana, tahoma, sans-serif;
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
.spacer { 
    border-bottom-style: solid; 
	border-bottom-width: 0px; 
	border-color: #FFF5E1;
	margin: 8px; 
	margin-bottom: 8px; 
}

.spoiler
{
	background-color: #EFF5EF;
	border: 1px dotted #000;
	font-size: 12px;
	padding: 4px;
}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader
{
	color: #000000;
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: normal;
}

div.spoilerheader input 
{
	background-color: #ffffff;
	color: #000000;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	font-size: 1.2em;
	color: #000000;
	border-top: 1px dotted black;
	padding: .5em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

.board_rules
{
	background-color: #E1E1E1;
	margin-bottom: 2px;
	border: 1px dashed black;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* 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: white;*/
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_active_back
{
	color: #004200;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

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

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

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

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

.mirrortab_back a:hover
{
	color: white;
	text-decoration: underline;
}
.mirrortab_active_back a:hover
{
	color: #004200;
	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;
}

fieldset{	
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#663300;	
	font-size:14px;		
	margin:0px 0px 10px 0px;
	position:relative;
	display:block;
	padding: 10px 10px 15px 10px;
	top: 5px;
	bottom:5px;
}

fieldset legend{		
	border-width:0px 0px;
	border-style:solid;
	border-color:#663300;	
	color:#000000;
	font-size:14px;		
	padding:0px 5px;
	position:relative;
	top: -17px;
}
.quote2
{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	/*margin: 1px;
	padding: 5px;*/
	font-size: 11px;
	line-height: 1.4em;
}

.activity_holder
{
	height: 10px;
	border: 1px solid #9BAEBF;
}

.activity_bar
{
	height: 10px;
	background: #5294DE;
}

.activity_percentage
{
	height: 10px;
	color: #333333;
	text-align: center;
}

