/* Normal, standard links. */
a:link {
	color: #909090;
	text-decoration: none;
}

a:visited {
	color: #909090;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #8f8f8f;
	text-decoration: none;
}
a.nav:hover {
	color: #f5f5f5;
	text-decoration: none;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	line-height: 135%;
	color: #cccccc;
	font-size: 14px;
}
/* The main body of the entire forum. */
body {
	margin: 0;
	padding: 0;
	background: #222222 url(images/bg1.jpg) 0 0;
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select, option
{
	color: #ffffff;
	font-family: verdana, sans-serif;
	border: 1px solid #393939;
	background-color: #181818;
	padding: 1px;
}
input
{
	font-size: 90%;
}

textarea
{
	font-size: 110%;
	color: #ffffff;
	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: 95%;
	font-weight: normal;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #393939;
	background-color: #393939;
}
/* No image should have a border when linked */
a img {
		border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #454545;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	font-style: italic;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #666666;
	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
{
	background: #252525;
	color: #ffffff;
	padding: 5px;
	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 {
	background: #121212;
	color: #adaeae;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	padding: 5px;
}
.windowbg2 {
					  background: #181818;
	color: #adaeae;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	padding: 5px;
}
.windowbg3
{
	background-color: #1c1c1c;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
	padding: 5px;
						
}
/* the today container in calendar */
.calendar_today {
	font-color: red;
	font-weight: bolder;
	text-align: center;
	background-color: #1b1b1b;
}
td.windowbg img, td.windowbg2 img {
	margin-right: 1ex; }
/* 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:#fff; 
	font-style:normal; 
	background: url(./images/titlebg2.jpg) #000 repeat-x; 
 padding-left:10px; 
 padding-right:10px; 
 line-height:20px}

.titlebg, .titlebg a:link, .titlebg a:visited{
 font-weight:bold; 
 color:#fff; 
 font-style:normal}

.titlebg a:hover{
 color:#ccc}

/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited{
 color:#fff; 
 font-style:normal; 
 text-decoration:none}

.titlebg, .titlebg2{
 font-size:8pt; 
 font-family:verdana,sans-serif}

.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: #272727  url(./images/alt1_bg.gif) repeat-x top left;
	color: #FAFAFA;
	padding-left:10px; 
	padding-right:10px; 
	line-height:20px;
}
.catbg2, tr.catbg2 td{
	background: #272727  url(./images/alt1_bg.gif) repeat-x top left;
	color: #FAFAFA;
	padding-left:10px; 
	padding-right:10px; 
	line-height:20px;
}
.catbg, .catbg2, .catbg3{
 border-bottom:solid 1px #1C1C1C; 
 background-repeat:repeat-x; 
 font-size:8pt; 
 font-family:verdana,sans-serif}

.catbg, .catbg2{
 font-weight:bold}

.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited{
 font-size:95%; 
 color:white; 
 text-decoration:none}

.catbg4 {
	background: #222222  url(./images/catbg4.png) repeat-y top left;
	color: #FAFAFA;
	padding-left:10px; 
	padding-right:10px; 
	line-height:20px;
}

.catbg5 {
	background: #222222  url(./images/catbg5.png) repeat-y top right;
	color: #FAFAFA;
	padding-left:10px; 
	padding-right:10px; 
	line-height:20px;
}

.catbg6 {
	background: #222222  url(./images/catbg6.png) repeat-y center;
	color: #FAFAFA;
	padding-left:10px; 
	padding-right:10px; 
	line-height:20px;
}

.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:#bbb}

/* 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 #000; 
 padding:1px}

/* Default font sizes:small (8pt), normal (10pt), and large (14pt). */
.smalltext{
 font-size:x-small; 
 font-family:verdana,sans-serif}

.middletext{
 line-height:18px; 
 text-indent:10px}

.normaltext{
 font-size:normal}

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

.maintab_first
{
}
.maintab_back
{
	background: url(images/menubg.gif) repeat-x #f0f0f0;
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
	font-weight: bold;
	background: url(images/menubg.gif) repeat-x #f0f0f0;
	color: orange;
}
.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
{
	text-decoration: none;
	color: white;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #ffe8a0;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: underline;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
}
.mirrortab_back
{
	background: url(images/menubg.gif) repeat-x #f0f0f0;
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
	font-weight: bold;
	background: url(images/menubg.gif) repeat-x #f0f0f0;
}
.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
{
	text-decoration: none;
	color: white;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: underline;
}
/* template menu */
#tabs {
	position: relative;
	top: -4px;
	left: -45px;
	width: 99%;
	font-size:80%;
	margin: auto;
	line-height:normal;
	height: 35px;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(./images/tabs/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(./images/tabs/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE7-Mac \*/
#tabs a span {float:none;}

/* End IE7-Mac hack */
#tabs a:hover span {
	color:#ea7500;
}
#tabs a:hover {
	background-position:0% -42px;
}
#tabs a:hover span {
	background-position:100% -42px;
}
/* Selected Tab style */
#tabs #active a{
	background-position:0 -42px;
}
#tabs #active a span{
	background-position:100% -42px;
	color: #fff080;
}
#tabs a:hover{
	background-position:0% -42px;
}
#tabs a:hover span{
	background-position:100% -42px;
}
#forum_width {
	width: 1024px;
	margin: 0px auto 0px auto;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
	border-top: solid 3px #000;
}
#forum_main {
	width: 1024px;
	margin: 0px auto 0px auto;
}
#mainarea{
	border-top: solid 1px #121212; 
	background: #1c1c1c url(images/page.gif) repeat-x filter:alpha(opacity=50);
	padding: 10px;
}
#header{
	position:relative; 
	height:150px; 
	overflow:hidden; 
	background:url(images/header-bg.png) 100% repeat-x filter:alpha(opacity=50);
}
#logo{
	position:absolute; 
	top:30px; 
	left:15px; 
	display:block; 
	width:400px; 
	height:81px; 
	background:url(./images/blogo.png) no-repeat; 
	cursor:pointer}
#welcome{
	font-size:1.0em; 
	color:#fff; 
	font-family:tahoma,sans-serif; 
	float:right; 
	padding:25px 20px; 
	text-align:right}

#welcome a:link, #welcome a:visited{
		color:#bcbcbc}

#welcome a:hover{
		text-decoration:underline}

#footer{
	padding:5px; 
	text-align:center; 
	font-size:x-small}

#footer{
	padding:8px 40px 10px 40px; 
	font-size:x-small; 
	color:#ccc; 
	background: #1d1d1d url(./images/headerbg.gif) 100% repeat-x;
}
/* TP specific styles and classes */
.sitemap{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sitemap_topheader{
	 font-family: Lucida Grande, Lucida sans, serif;
	 background-color: #121212;
	 border-bottom: solid 1px #1c1c1c;
	padding: 4px;
}
.sitemap_header{
	 font-family: Lucida Grande, Lucida sans, serif;
	 background-color: #121212;
	 border-bottom: solid 1px #1c1c1c;
	padding: 4px;
	display: block;
	font-weight: bold;
 }
.sitemap_header_active{
	 font-family: Lucida Grande, Lucida sans, serif;
	 background-color: #121212;
	 border-bottom: solid 1px #1c1c1c;
	padding: 4px;
	display: block;
	font-weight: bold;
}
.sitemap_header:hover , .sitemap_header_active:hover{
	 font-family: Lucida Grande, Lucida sans, serif;
	 background-color: #020202;
	 border-top: solid 1px #151515;
	 border-left: solid 1px #151515;
	 border-bottom: solid 1px #151515;
	 border-right: solid 1px #151515;
	padding: 4px;
	display: block;
	text-decoration: none;
}
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;
}
.rss_title{
 font-weight: bold;
}

.rss_body{
	margin-bottom: 1ex;
}
.rss_image{
	margin: 4px 0 4px 0;
}

#ajax_in_progress
{
	background: url(./images/ajaxloading.gif) no-repeat 25%;
	text-align: left;
	font-size: 18px;
	font-family: Lucida Grande, Lucida sans, serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 32px;
	height: 32px;
	border: 1px solid #cccccc;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}