.sitemap{
 margin:0;
 padding:0;
 list-style:none}

.sitemap_topheader{
 background:#fcfcfc;
 border-bottom:solid 1px #eee;
 padding:2px;
 color:white
 font-weight:bold}

.sitemap_header{
 display:block;
 padding:2px;
 background:#fcfcfc;
 border-bottom:1px solid #eee}

.sitemap_header_active{
 display:block;
 font-weight:bold;
 padding:2px;
 background: #CE5300;
 border-bottom:1px solid #eee}

.sitemap_header:hover, .sitemap_header_active:hover{
 color: #FFFFFF;
 background:  #CE5300;
 font-weight:bold;
 text-decoration:none
}
.rss_title{
	font-weight:bold
}
.rss_body{
	margin-bottom:1ex
}
.rss_image{
	margin:4px 0 4px 0
}


/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}


/* Normal, standard links. */
a:link
{
	color: #000080;
	text-decoration: none;
}
a:visited
{
	color: #222222;
	text-decoration: none;
}
a:hover
{
	color: #CE5300;
	font-weight; bold;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	font-weight; 700;
	text-decoration: none;
}
a.nav:hover
{
	color: #000080;
	font-weight; 600;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
span.pathway
{
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000080;
	font-weight: 700;
}
span.pathway img
{
	margin: 0px 10px;
	vertical-align: middle;
}
div#pathway
{
	margin-bottom: 10px;
	padding-left: 8px;
}
/* Tables should show empty cells. */

table {
	 empty-cells: show;
}
/* By default (td, body..) use verdana in black. */

body, td, th, tr {
	 line-height: 130%;
	 font-family: Verdana, sans-serif;
	 color: #000;
	 font-size: 13px;
}
/* The main body of the entire forum. */

body {
	 background: #F7F5EC url(./images/bg.gif) 0 0 repeat-x;
	 padding: 0 0 0 0;
	 margin: 0;
}
/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button {
	 color: #000000;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}
input, button {
	 font-size: 90%;
}
textarea {
	 font-size: 90%;
	 color: #000;
	 font-family: Tahoma, Arial, Helvetica, 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;
	 color: #000000;
	 font-family: Tahoma, Arial, Helvetica, 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 {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: 600;
	margin: 8px auto 0 auto;
	padding: 4px;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	font-style: italic;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 12px;
  /* 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 {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: 700;
	margin: 8px auto 0 auto;
	padding: 4px;
	font-style: normal;
	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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */

.editor {
	 width: 96%;
}
/* Highlighted text - such as search results. */

.highlight {
	 background-color: #FFF000;
	 font-weight: bold;
	 color: #000000;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg {
	color: #000;
	 background: #FFFFFF;
}
.windowbg2 {
	color: #000;
	 background: #FFF8DC;
}
.windowbg3 {
	color: #000000;
	background: #FDE5C1;
	border-bottom: 1px dotted #646464;
	padding: 1ex;
}
/* the today container in calendar */
.calendar_today
{
	 font-weight: 800;
	 color: orange;
	 background: #F7F5EC;
	 text-align: center;
}
/* 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: #F1E6D6;
	font-style: normal;
	background: #000080;
	border-bottom: 1px solid #443F37;
	border-top: 1px solid #8B8379;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: 700;
	color: #F1E6D6;
	font-style: normal;
}
.titlebg a:hover
{
	color: #CE5300;
	text-decoraction: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #F1E6D6;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #CE5300;
	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/catbg2.gif) #d5e2eb repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(./images/catbg2.gif) #d5e2eb repeat-x;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #000;
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	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
{
}
/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid #FAFAFA;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	 font-size: 90%;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.middletext {
	 line-height: 18px;
	 text-indent: 10px;
}
.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: #FF0000;
}
/* 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_back, .maintab_active_back
{
	padding: 0 0 1px 1px;
	border: solid 1px #aaa;
	background: white;
	border-top: none;
}

.maintab_first
{
}
.maintab_back
{
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
}
.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
{
	display: block;
	padding: 4px;
	background: #F7F5EC;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: black;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	background: #F1A14A;
	color: white;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	background: #F1A14A;
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
}
.mirrortab_back, .mirrortab_active_back
{
	padding: 1px 0 0 1px;
	border: solid 1px #aaa;
	background: white;
	border-bottom: none;
}

.mirrortab_first
{
}
.mirrortab_back
{
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
}
.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
{
	display: block;
	padding: 4px;
	background: #F7F5EC;
	float: left;
	margin-right: 1px;
	font-size: x-small;
	color: black;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	background: #F1A14A;
	color: white;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	background: #F1A14A;
	color: white;
	text-decoration: none;
}
#widthControl {
	 width: 100%;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#mainarea {
	 padding: 10px;
	 margin: 0;
	 background: #F7F5EC url(./images/repeat-bg.gif) 0 0 repeat-x;
}
#header {
	 position: relative;
	 height: 200px;
	 overflow: hidden;
	 background: url(./images/header_bg.jpg) 0 0 repeat-x;
}
#logo {
	 position: absolute;
	 top: 35px;
	 left: 40px;
	 display: block;
/*	 width: 448px;
	 height: 126px; */
	 cursor: pointer;
	 background: url(./images/xmas1.png) no-repeat; 
	 font-family: Trebuchet MS;
	 color: #000080;
	 font-size: x-large;
	 font-weight: bold;
 }
#userarea {
	 height: 73px;
	 float: right;
	 padding: 30px 25px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #fff;
	 font-family: Trebuchet MS;
}
#userarea a:link, #userarea a:visited {
	 color: #ffffee;
}
#userarea a:hover {
	 color: #eee;
	 text-decoration: underline;
}
#search {
	 float: right;
	 padding: 50px 25px 0 0;
	 margin: 0;
	 clear: both;
}
.inputs {
	color: #000000;
	font-weight: 700;
	border: 3px solid #666666;
	background: #7E775B;
	text-indent: 0.2cm;
}
.inputs:hover {
	border: 3px solid #FB7414;
}
/* template menu */
#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 0 auto;
	overflow: hidden;
	height: 30px;
	line-height: 2.4em;
	background: #C14C00 url(./images/navon.gif) repeat-x;
	margin-bottom: 0;
	font-family: Arial, Sans-Serif;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid;
	white-space: nowrap;
	border-color: #DFDAC3;
}
#navigation li a {
	display: block;
	padding: 0 18px;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing:1.3px;
	font-weight: bold;
}
* html #navigation a {width:1%;}
#navigation li {
	border-color: #DFDAC3;
}
#navigation a {
	color: white;
	text-decoration: none;
}
#navigation .chosen,
#navigation a:hover {
	background: #C14C00 url(./images/navoff.gif) repeat-x;
	text-decoration: none;
}
#navigation a:visited {
	font-weight: bold;
	text-decoration: none;
}
#footer {
	clear:both;
	background: #000080 url(./images/menubg.gif) repeat-x;
	color: #F7F5EC;
	padding: 5px 1em 5px 1em;
	font-weight: normal;
}
#footer p {
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align:center;
}
#footer a:link {
	color: #F7F5EC;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
#footer a:hover {
	color: #F7F5EC;
	text-decoration: none;
	border: none;
}
#footer a:visited:hover {
	color: #F7F5EC;
	text-decoration: none;
	border: none;
}
#footer a:visited {
	color: #F7F5EC;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
/* 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;
}
/* //-Enhanced Forum Statistics MOD- Start */
.statform1
{
width: 85%;
margin: 0 auto;
text-align: center;
}
/* //-Enhanced Forum Statistics MOD- End */




a.googletag
	{
	color: #003399;
	}

a.googletagged
	{
	color: #336699;
	}