/* Normal, standard links. */
a
{
	color: #1c1c1c;
	text-decoration: none;
}
a:visited
{
    color: #1c1c1c;
    text-decoration: none;
    font-weight: normal;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #1c1c1c;
    font-weight: bolder;
	text-decoration: none;
}
a.nav:hover
{
	color: #000;
	text-decoration: underline;
}
/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}
body
{
	font-size: 12px;
	font-family: verdana, arial, helvetica, serif;
    background: #F7F5EC url(./images/bg.gif) repeat-x;
	padding: 0;
	color: #333333;
}

/* By default (td, body..) use Verdana in black. */
td
{
	font-size: 13px;
	font-family: verdana, arial, helvetica, serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, serif;
	background-color: #FCFBF8;
	border: 1px inset #F7F5EC;
	margin-bottom: 2px;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
	border: 0;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	vertical-align: top;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, serif;
	background-color: #FCFBF8;
	border: 1px inset #F7F5EC;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	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 #000000;
	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: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
}
.windowbg2
{
	color: #000000;
}

.windowbg3
{
	color: #000000;
}

/* the today container in calendar */
.calendar_today
{
	background-color: #E1DDCE;
	color: #000;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #FFFFFF;
	font-style: normal;
	background: #CDC7B0 url(./images/titlebg.gif) repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #FFFFFF;
	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: #FFFFFF;
	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, .catbg2, tr.catbg2 td, .catbg3, tr.catbg3 td
{
	background: url(./images/cat_org.gif) repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.catbg, .catbg2
{
	font-weight: bold;
}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}

.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* The borders around things. */
.bordercolor
{
	background-color: none;
	padding: 0px;
}
.tborder
{
	padding: 1px;
	border: 0px solid #696969;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* 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
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	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, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #adaed7;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #FFFFFF;
	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, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #adaed7;
	text-decoration: none;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
#wrapper
{
	width: 97%;
	margin: auto auto;
}
#menu
{
	vertical-align: top;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: none;
}
#menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu ul li
{
	float: left;
}
#menu ul li a
{
	display: block;
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	background-color: transparent;
	border-right: 1px solid #853610;
	border-top: 1px solid #853610;
	border-left: 1px solid #853610;
	border-bottom: 1px solid #853610;
	text-decoration: none;
	color: #FFF;
}
#menu ul li a:hover, #menu #selected a
{
	background: #A04114;
	color: #FFFFFF;
}
#header
{
	height: 145px;
	margin: auto auto;
	color: #1c1c1c;
}
#header .middletext a
{
    color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

#header .middletext a:hover
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
#logo h1, #logo h2
{
	position: absolute;
	left: -100em;
	top: -100em;
	background: none;
}
#news
{
	padding: 3px;
	background-color: none;
	color: #1c1c1c; 
	width: 95%;
	margin: auto auto;
	border-width: 1px 0 0 0;
}

#news span
{
	font-size: 14px;
	font-weight: bold;
}
/* FOOTER */

#footer-orange-outer {
	background:  #f77f00 url(./images/footer-orange-back.gif) repeat-y center top;
	width: 100%;
}
#footer-orange-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 3px;
}
#footer-grey-outer {
	background:  #666666 url(./images/footer-grey-back.gif) no-repeat center top;
	width: 100%;
}
#footer-grey-inner {
	width: 930px;
	margin: 0 auto;
	color: #eeeeee;
	line-height: 1.7em;
	font-size: 1.1em;
	text-align: center;
	padding: 15px 15px 50px 15px;
	text-align: left;
}
#footer-grey-inner a {
	color: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 2px;
}
#footer-grey-inner a:hover {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 2px;
}
/* TP specific classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	background: #F7F5EC;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
}

.sitemap_header{
	background: #F7F5EC;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
 }

.sitemap_header_active{
	background: #F7F5EC;
	border-bottom: solid 1px #ffffff;
	padding: 4px;
	display: block;
	font-weight: bold;
}

.sitemap_header:hover , .sitemap_header_active:hover{
	background: #EDE9D3;
	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;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #CC0000;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}