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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #333333;
	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: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 125%;
}

/* The main body of the entire forum. */
body {
	background: #F3F3F3 url(./images/img/bg.gif) repeat-x top;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: verdana, sans-serif;
}
input, button
{
	font-size: 90%;
}
textarea
{
	font-size: 100%;
	color: #000000;
	font-family: 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
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, 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 {
	outline: none;
}
/* 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: #FBFBFB;
	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.  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: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.windowbg2, #preview_body {
color: #000000;
background-color: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
.windowbg3 {
	color: #000000;
	background-color: #EEEEEE;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}
/* 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: #000;
	font-style: normal;
	background: url(images/titlebg.jpg) #FBFBFB repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #000;
	font-style: normal;
}
.titlebg a:hover
{
	color: #EA750D;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #000;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	color: #EA750D;
	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/catbg.gif) #EA750D repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.gif) #EA750D repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 0px #375576;
}
.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: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #DDE4EB;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder {
background-color: #DDE4EB;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.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: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* 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, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* Crip Style. */
.wrapper {
	width: 82%;
	min-width: 720px;
	margin: 0 auto;
	padding: 0;
}
.TopMenu { width: 100%;  min-width: 720px; }
.TopMenu ul { padding:15px 0px 4px 27px; list-style:none; overflow:hidden; float:left; font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.TopMenu li { line-height:normal; margin-left:-1px; float:left; padding:22px 24px 7px 24px; overflow:hidden; }
.TopMenu ul li a{color:#000000; font-weight:bold; text-decoration:none; text-transform:none; list-style:none; display:inline; }
.TopMenu ul li a:hover{text-decoration:underline;}
.TopMenu ul li a.current{ color: orange; text-decoration: overline;}

#header {
	 position: relative;
	 height: 115px;
	 overflow: hidden;
	 background: #FFF url(./images/img/header_bg.gif) 0 0 repeat-x;
}
#head-r {
	 height: 178px;
	 background: url(./images/img/headerbg_right.gif) 100% 0 no-repeat;
}
#head-l {
	 background: url(./images/img/headerbg_left.gif) 0 0 no-repeat;
}
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	display: block;
	width: 415px;
	height: 100px;
	cursor: pointer;
	background: url(./images/img/logo.png) no-repeat;
}
#userarea {
	height: 73px;
	clear: both;
	overflow: hidden;
	font-size: 13px;
	color: #000;
	font-family: trebuchet ms, sans-serif;
	float: right;
	padding-top: 1.8em;
	padding-right: 20px;
	text-align: right;
}
#userarea a:link, #userarea a:visited {
	color: #000;
}
#userarea a:hover {
	color: orange;
	text-decoration: underline;
}
#news {
	clear: both;
	position: absolute;
	top: 7em;
	left: 25px;
	text-align: left;
	color: #000;
	font-size: x-small;
	z-index: 1;
}
#bdy-l {
	background: url(./images/img/bdy-l.gif) 0 50% repeat-y #FFFFFF;
	padding-left: 7px;
}
#bdy-r {
	background: #FFFFFF url(images/img/bdy-r.gif) 100% 50% repeat-y;
	padding-right: 7px;
}
#bodyarea {
	padding: 10px;
	background: #FEFEFE url(./images/img/repeat_bg.jpg) 0 0 repeat-x;
	color: #343537;
	padding-bottom: 10px;
	margin-top: 13px;
}
#linktree {
	clear: both;
	font-size: 0.9em;
	padding: 6px;
	overflow: hidden;
	border-bottom: solid 1px #f3f3f3;
	font-family: trebuchet ms, arial, sans-serif;
}
#footer { font-size: 11px; line-height: 1.12em; color:#FFFFFF; font-weight: 900; text-align:center; font-family: trebuchet ms, arial, sans-serif; background:url(./images/img/bg-bot.gif) top repeat-x;}
#footer a { color: #FFFFFF; font-weight: 900; text-decoration: none; }
.foot { text-align:center; margin:0 auto; width:100%; height: 100.01%; padding: 22px 0px 22px 0px; }
#footer span{ padding-left: 0px; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: orange;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

/* #################### */
#topl
{
	background: url(images/img/topl.jpg) no-repeat top left;
	padding: 20px 40px 20px 40px;
}

#left
{
	background: url(images/img/left.jpg) repeat-y top left;
}

#top
{
	background: url(images/img/top.jpg) white repeat-x top left;
}

#topr
{
	background: url(images/img/topr.jpg) no-repeat top right;
}

#right
{
	background: url(images/img/right.jpg) repeat-y top right;
}
#wrap {
	 overflow: auto;
	_height: 1%;
	}
#menu {
	 padding: 12px 5px 2px 5px;
	 }
#menu_active {
	 }

#menu .active_now {
	 }

#menu a {
	 padding: 3px 10px;
	 text-decoration:none;
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #bf6500;
	 background: #DEDEDE;
	border: solid 1px #aaa;	
	 }
#menu a.hover {
	 background: #fff0e0;
	border: solid 1px #aaa;	
	}
#menu a.active_now {
	 background: #DEDEDE;
	border: solid 1px #aaa;	
	}
#menu span {
	 display:none;
	 }
#img {
	 vertical-align:bottom;
	 }

#subnav {
	 font-size:8px;
	 margin-bottom:2em;
	 }
#subnav a {
	 color:#FFCC33;
	 margin-right:1em;
	 }
#subnav span {
	 color:silver;
	 margin-right:1em;
	 }


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:5;
	border: solid 1px #aaaaaa;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
	 font-size: 8px;
	 font-family: tahoma, sans-serif;
	 text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	color: white;
	}


/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	}
tr.item td, tr.item td a{
	font-size: 9px;
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.5;
	filter:alpha(opacity=50);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #ff9900;
	color: orange;
	}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}


.overflowfix
{
	overflow: auto;
	_height: 1%;
}