html {
	height: 100%;
	padding-bottom: 1px;
	margin-bottom: 1px;
}
/* Normal, standard links. */
a:link
{
	color: #BBB;
	text-decoration: none;
}
a:visited
{
	color: #BBB;
	text-decoration: none;
}
a:hover
{
	color: #3E8FBF;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #BBB;
	text-decoration: none;
}
a.nav:hover
{
	color: #3E8FBF;
	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: #9A9C9E;
	font-size: small;
	font-family: verdana, sans-serif;
	line-height: 145%;
}
/* The main body of the entire forum. */
body {
	background: #000 url(./images/img/background.png);
	margin: 0px;
	padding: 30px 0 2px 0;
	color: #BBB;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 98%;
	color: #000;
	font-style: normal;
	border: 1px outset #dedcdc;
	font-family: verdana, sans-serif;
}
input
{
	font-size: 98%;
	font-family:verdana, arial, sans-serif;
	color: #000;
	font-style: normal;
}
textarea
{
	font-size: 100%;
	color: #000000;
	border: 1px inset #dedcdc;
	background: #FFF;
	font-family: verdana, sans-serif;
}
button
{
	color: #000;
	font-weight: bold;
	font-size: 98%;
	background: #B8B8B8;
	font-family: verdana, sans-serif;
	border: 1px inset #D0D0D0;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
	font-size: 98%;
	font-family:verdana, arial, sans-serif;
	color: #000;
	font-style: normal;
	border: 1px inset #dedcdc;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000;
	border: 1px inset #dedcdc;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #222222;
	background-color: #222222;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
a {
	outline: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #aaaaaa;
	font-style: normal;
	background-color: #333333;
	border: 3px solid #030303;
	margin: 1px;
	padding: 5px;
	font-size: x-small;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 1.4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #d7d7d7;
	background-color: #393939;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 3px solid #030303;
	margin: 1px auto 1px auto;
	padding: 3px;
	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;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #cccccc;
	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, #preview_body {
	color: #9A9C9E;
	background: #3D3D3D;
}
.windowbg2 {
	color: #9A9C9E;
	background: #3D3D3D;
}
.windowbg3 {
	color: #9A9C9E;
	background: #2F2F2F;
	border-bottom: 1px solid #252627;
	border-left: 1px solid #252627;
	border-top: 1px solid #252627;
	border-right: 1px solid #252627;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #393939;
	text-align: center;
	font-weight: 900;
}
/* 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: #eee;
	font-style: normal;
	background: url(images/titlebg.gif) #181818 repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #eee;
	font-style: normal;
}
.titlebg a:hover
{
	color: #3E8FBF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #eee;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover
{
	color: #3E8FBF;
	text-decoration: none;
}
/* 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: #333 url(images/catbg.gif) repeat;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #333 url(images/catbg.gif) repeat;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}
.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: #3E8FBF;
	text-decoration: underline;
}
/* 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 {
	padding: 1px;
}
/* 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;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */

.help {
	 cursor: help;
}
/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
	text-transform: uppercase;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}

.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #CCC;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #3E8FBF;
	text-decoration: overline;
}
/* template menu */
#men-l {
	background: url(images/img/page-l.png) 0 50% no-repeat;
	padding-left: 25px;
}
#men-r {
	background: url(images/img/page-r.png) 100% 50% no-repeat;
	padding-right: 25px;
}
.menu { 
	border:none;	 
	border:0px;	 
	margin:0px;	 
	padding:0px;	 
	font:67.5%; 
	font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
	font-size:14px;	 
	font-weight: bold;
}
.menu ul {
	background:#2f2f2f;
	height:35px;	 
	list-style:none;	 
	margin:0;	 
	padding:0;
}
.menu li {		
	float:left;		 
	padding:0px;
}
.menu li a {		
	background:#2f2f2f url(./images/img/seperator.gif) bottom right no-repeat;		 
	color:#ccc;		 
	display:block;		 
	font-weight:normal;		 
	line-height:35px;		 
	margin:0px;		 
	padding:0px 25px;		 
	text-align:center;		 
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a {			
	background:#252627 url(./images/img/up.gif) bottom center no-repeat;  
	color:#FFF;  
	text-decoration:none;
}
.menu li.chosen_menu a {
	background:#252627 url(./images/img/up.gif) bottom center no-repeat;  
	color:#3E8FBF;  
	text-decoration:none;
}
.menu li ul { 
	background:#2f2f2f;
	display:none;  
	height:auto;  
	padding:0px;  
	margin:0px;  
	border:0px;  
	position:absolute;  
	width:225px;  
	z-index:200;  /*top:1em;  /*left:0; */	  
}
.menu li:hover ul {		
	display:block;
}
.menu li li {		
	background:url(./images/img/sub_sep.gif) bottom left no-repeat;		 
	display:block;		 
	float:none;		 
	margin:0px;		 
	padding:0px;		 
	width:225px;
}
.menu li:hover li a {		
	background:none;
}
.menu li ul a {		
	display:block;		 
	height:35px;		 
	font-size:12px;		 
	font-style:normal;		 
	margin:0px;		 
	padding:0px 10px 0px 15px;		 
	text-align:left;
}
.menu li ul a:hover, .menu li ul li:hover a {			
	background:#252627 url(./images/img/right.gif) center left no-repeat;  
	border:0px;  
	color:#3E8FBF;
	text-decoration:none;
}
.menu li ul li.chosen_menu {
	background: #d0d0d0 url(./images/img/right.gif) center left no-repeat;  
	border:0px;  
	color: orange;
	text-decoration:none;
}
.menu p { 
	clear:left;
}
#linktree {
	clear: both;
	padding: 10px;
	font-weight: bold;
	font-size: 65.5%; 
	color: #CCC;
	font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
}
/* template Width */
.wrap {
	 width: 82%;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
#header {
	 position: relative;
	 height: 158px;
	 overflow: hidden;
	 background: #3d3d3d url(./images/img/hdr-bg.png) 0 0 repeat-x;
}
#header-r {
	 height: 158px;
	 padding-right: 0px;
	 background: url(./images/img/hdr-r.png) 100% 0 no-repeat;
}
#header-l {
	 padding-left: 0px;
	 background: url(./images/img/hdr-l.png) 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 15px;
	 left: 20px;
	 display: block;
	 width: 194px;
	 height: 67px;
	 cursor: pointer;
	 background: url(./images/img/logo.png) no-repeat;
}
#userarea {
	 clear: both;
	 overflow: hidden;
	 font-size: 1em;
	 color: #878787;
	 font-family: "Lucida Sans Unicode","Bitstream Vera Sans","Trebuchet Unicode MS","Lucida Grande",Verdana,Helvetica,sans-serif;
	 float: right;
	 padding-top: 20px;
	 padding-right: 30px;
	 text-align: right;
}
#userarea a:link, #userarea a:visited {
	 color: #999;
}
#userarea a:hover {
	 color: #3E8FBF;
	 text-decoration: underline;
}
#news {
	position: absolute;
	top: 11em;
	left: 25px;
	width: auto;
	text-align: left;
	color: #ccc;
	font-size: x-small;
}
#news a:link, #news a:visited {
	color: #3E8FBF;
}
#news a:hover {
	color: #1786D5;
}
#page-l {
	background: url(images/img/page-l.png) 0 50% repeat-y;
	padding-left: 25px;
}
#page-r {
	background: url(images/img/page-r.png) 100% 50% repeat-y;
	padding-right: 25px;
}
#mainarea {
	 padding: 7px;
	 background: #3D3D3D;
	 color: #ccc;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-bottom: 0px;
	 margin: 0;
}

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

#footer {
	 background: #3d3d3d url(./images/img/ftr-bg.png) 0 100% repeat-x;
}
#foot-r {
	 height: 70px;
	 background: url(./images/img/ftr-r.png) 100% 100% no-repeat;
}
#foot-l {
	 background: url(./images/img/ftr-l.png) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 text-transform: uppercase;
	 padding: 2em;
	 font-family: verdana, sans-serif;
	 font-size: 11px;
	 color: #aaabab;
}
#footerarea a:link, #footerarea a:visited {
	 color: #aaabab;
}
#footerarea a:hover {
	 color: white;
	 text-decoration: underline;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background-color: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}