/* Normal, standard links. */
a:link {
	color: #0f0;
	text-decoration: none;
}
a:visited {
	color: #0f0;
	text-decoration: none;
}
a:hover {
	color: #6f6;
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}
/* Jump to thingy in the Message Index legend */
.nav_jumpto {
	background: transparent url(./images/jumpto.gif) center no-repeat scroll;
}
/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #008300;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 135%;
}
/* The main body of the entire forum. */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	color: #008300;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	background-color: #000;
	border: 1px solid #6f6;
	color: #008300;
	font-family: Verdana, Geneva, sans-serif;
}
input, button {
	font-size: 90%;
}
textarea {
	font-size: 100%;
	font-family: Verdana, Geneva, 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: #008300;
	font-family: Verdana, Geneva, sans-serif;
	border:1px solid #66FF66;
	background-color: #000;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr {
	height: 1px;
	border: 0;
	color: #008300;
	background-color: #008300;
}
/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #5d825d;
	background: #1a241a url(./images/quotes_bg.gif) no-repeat scroll 98% 95%;
	border: 1px solid #5d725d;
	margin: 3px;
	padding: 3px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #A2BF48;
	background-color: #2c3b2c;
	/* Put a nice border around it. */
	border: 1px solid #FFCC00;
	font-family: "courier new", "times new roman", monospace;
	font-size: small;
	line-height: 1.3em;
	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;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #FFCC00;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	padding-left: 15px;
}
.quoteheader {
	color: #5D725D;
}
/* 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%;
}
/* The post counter bar - in the members area this is a measure for the posts a user made. */
.post_count_bar
{
	display: block;
	height: 15px;
	background: url(./images/bar.gif) no-repeat scroll;
}
/* 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 {
	background-color: #020;
	color: #008300;
}
.windowbg2 {
	background-color: #000;
	color: #008300;
}
.windowbg3 {	
	color: #008300;
	background-color: #020;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FEFEFE;
}
/* 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: #008300;
	font-style: normal;
	background: url(./images/titlebg.gif) #002200 repeat-x;
	padding: 10px 10px 0px 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	font-style: normal;
}
.titlebg a:hover {
	color: #6f6;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: white;
	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 , .catbg3 , tr.catbg3 td {
	background: url(./images/catbg.gif) #008300 repeat-x;
	border: solid 0;
	color: #0f0;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td {
	background: url(./images/catbg_new.gif) transparent no-repeat;
	color: #6f6;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3 {
	font-weight: bold;
}
.catbg, .catbg2 {
	font-weight: 700;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #0f0;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #0f0;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #0f0;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #0f0;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #6f6;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	border: 1px solid #00AA00;
	background-color: #0a0;
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	color: #0f0;
	/*border: 1px solid #0a0; Turns out we don't need that :) */
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 120%;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Markup for the Message Index, post title part, the second column to be exact */
.msg_title {
	float: left;
}
.msg_new, .msg_pages {
	float: right;
	padding-right: 5px;
}
/* For breadcrumbs/legend */
.msg_legend {
	padding: 10px;
}
.msg_legend img {
	margin: 3px 0;
}
/* Add background image to post dialog */
.postdialog {
	background: transparent url(./images/post_dialog_bg.gif) no-repeat scroll right bottom;
}
/* Custom class that will correct the position of the images on the 'quick' buttons for each post so they line up */
.quick_button img {
	margin-top: -10px;
}
/* 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, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
	text-transform: uppercase;
	height: 23px;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	font-size: 10px;
	padding: 5px 5px 0 5px;
	height: 18px; /* 23px in total like all the other pieces, but have to take incorrect padding handling of IE6 in account */
}
.maintab_back, .maintab_active_back {
	padding: 3px 5px;
	height: 17px; /* 23px in total like all the other pieces, but have to take incorrect padding handling of IE6 in account */
}

/* for tabs at the top of a block */
.maintab_first,.mirrortab_first {
	background: url(./images/tab_top_first.gif) no-repeat scroll;
	width: 17px;
}
.maintab_back,.mirrortab_back {
	background: url(./images/tab_top_back.gif) repeat-x scroll;
}
.maintab_last,.mirrortab_last {
	background: url(./images/tab_top_last.gif) no-repeat scroll;
	width: 17px;
}
.maintab_active_first, .mirrortab_active_first {
	background: url(./images/tab_top_active_first.gif) no-repeat scroll;
	width: 19px;
}
.maintab_active_back, .mirrortab_active_back {
	background: url(./images/tab_top_active_back.gif) repeat-x scroll;
}
.maintab_active_last, .mirrortab_active_last {
	background:  url(./images/tab_top_active_last.gif) no-repeat scroll;
	width: 19px;
}
/* for tabs at the bottom of a block */
.maintab_first {
	background: url(./images/tab_bottom_first.gif);
}
.maintab_back {
	background: url(./images/tab_bottom_back.gif);
}
.maintab_last {
	background: url(./images/tab_bottom_last.gif);
}
.maintab_active_first {
	background: url(./images/tab_bottom_active_first.gif);
}
.maintab_active_back {
	background: url(./images/tab_bottom_active_back.gif);
}
.maintab_active_last {
	background:  url(./images/tab_bottom_active_last.gif);
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #0f0;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #0f0;
	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: #6f6;
	text-decoration: underline;
}
/* custom class for the display block connector, thingy that shows the chip-like connectors between visible block of the forum */
.connector {
	background: url(./images/connectorbg.gif) no-repeat;
	height: 17px;
}
/* template menu */
#toolbar {
	background: #000 url(./images/img/toolbar-bg.png) repeat-x;
	position:relative;
	height: 70px;
}
#toolbar_bg_ext {
	background: #000 url(./images/img/toolbar-bg.png) repeat-x  0 100%;
	position: absolute;
	left: 0;
	height: 130px;
	width: 100%;
	z-index: -1;
}
#topmenu, #bottommenu {
	padding: 0 0px 0 0px;
	height: 29px;
	clear: both;
}
#topmenu a, #bottommenu a {
	display: block;
	margin: 0px;
	color: #60ff60;
	text-transform: uppercase;
}
#topmenu a:hover, #bottommenu a:hover {
	text-decoration: none;
}
/*	custom classes for the layout of the buttons */
#topmenu a {
	width: 152px;
	height: 29px;
	padding-top: 5px;
}
#bottommenu a {
	width: 199px;
	height: 25px;
	padding-top: 9px;	
}
#topmenu a.middle {
	padding-top: 7px;
	width: 192px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
	background: url(./images/img/button_middle_top.gif) no-repeat;
	background-position: 0px 0px;
}
#topmenu a.middle:hover {
	background: url(./images/img/button_middle_top.gif) no-repeat;
	background-position: 0px -60px;
}
#topmenu a.middle.current {
	background: url(./images/img/button_middle_top.gif) no-repeat;
	background-position: 0px -30px;
}
#topmenu a.right, #bottommenu a.right {
	float: right;
	text-align: right;
}
#topmenu a.right span {
	padding-right: 48px;
}
#topmenu a.right {
	background: url(./images/img/button_right_top.gif) no-repeat;
	background-position: 0px 0px;
}
#topmenu a.right:hover {
	background: url(./images/img/button_right_top.gif) no-repeat;
	background-position: 0px -68px;
}
#topmenu a.right.current {
	background: url(./images/img/button_right_top.gif) no-repeat;
	background-position: 0px -34px;
}
#topmenu a.left, #bottommenu a.left {
	float: left;
	text-align: left;
}
#topmenu a.left span {
	padding-left: 48px;
}
#topmenu a.left {
	background: url(./images/img/button_left_top.gif) no-repeat;
	background-position: 0px 0px;
}
#topmenu a.left:hover {
	background: url(./images/img/button_left_top.gif) no-repeat;
	background-position: 0px -68px;
}
#topmenu a.left.current {
	background: url(./images/img/button_left_top.gif) no-repeat;
	background-position: 0px -34px;
}
/* Buttom menu */
#bottommenu a.middle {
	padding-top: 3px;
	width: 192px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	background: url(./images/img/button_middle_bottom.gif) no-repeat;
	background-position: 0px 0px;
}
#bottommenu a.middle:hover {
	background: url(./images/img/button_middle_bottom.gif) no-repeat;
	background-position: 0px -60px;
}
#bottommenu a.middle.current {
	background: url(./images/img/button_middle_bottom.gif) no-repeat;
	background-position: 0px -30px;
}
#bottommenu a.right span {
	padding-right: 48px;
}
#bottommenu a.right {
	background: url(./images/img/button_right_bottom.gif) no-repeat;
	background-position: 0px 0px;
}
#bottommenu a.right:hover {
	background: url(./images/img/button_right_bottom.gif) no-repeat;
	background-position: 0px -68px;
}
#bottommenu a.right.current {
	background: url(./images/img/button_right_bottom.gif) no-repeat;
	background-position: 0px -34px;
}
#bottommenu a.left span {
	padding-left: 48px;
}
#bottommenu a.left {
	background: url(./images/img/button_left_bottom.gif) no-repeat;
	background-position: 0px 0px;
}
#bottommenu a.left:hover {
	background: url(./images/img/button_left_bottom.gif) no-repeat;
	background-position: 0px -68px;
}
#bottommenu a.left.current {
	background: url(./images/img/button_left_bottom.gif) no-repeat;
	background-position: 0px -34px;
}
/* wrapper */
#wrapper {
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}
/* Logos Banner. */
#logo {
	margin: 36px 36px 27px 36px;
	display: block;
	width: 168px;
	height: 28px;
	background: url(./images/img/logo.gif) no-repeat;
}
#project_title_q {
	position: absolute;
	right: 26px;
	top: 26px;
	display: block;
	width: 10px;
	height: 10px;
	background: url(./images/q-mark.gif) no-repeat;
}
#header {
	 position: relative;
	 height: 209px;
	 overflow: hidden;
	 background-color: #000;
	 background-repeat: no-repeat;
}
/* Custom classes for the banner/header image rotation script */
.cycle1 {
	background-image: url(images/img/hdr-l1.png);
}
.cycle2 {
	background-image: url(images/img/hdr-l2.png);
}
.cycle3 {
	background-image: url(images/img/hdr-l3.png);
}
.cycle4 {
	background-image: url(images/img/hdr-l4.png);
}
#head-r {
	 height: 209px;
	 width: 240px;
	 float: right;
	 background: url(images/img/hdr-r.gif) 0% 75% no-repeat;
	 text-align: right;
}
#news {
	position: absolute;
	bottom: 0px;
	padding: 0px 8px 8px 0px;
	color: #008300;
}
#news a:link, #news a:visited {
	color: #0f0;
}
#news a:hover {
	text-decoration: underline;
}
#userarea {
	 padding: 0px 20px 0 0;
	 text-align: right;
	 font-size: 1.0em;
	 color: #008300;
	 font-family: Verdana, Geneva, sans-serif;
}
#userarea a:link, #userarea a:visited {
	 color: #0f0;
}
#userarea a:hover {
	 color: #60ff60;
	 text-decoration: underline;
}
.page {
	padding: 10px;
	margin: 0 auto;
	width: 900px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	background: transparent;
}
#footer {
	text-align: center;
}
#footerarea {
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0px 1em 0px;
	color: #000;
}
#footerarea a:link, #footerarea a:visited {
	color: #000;
}
#footerarea a:hover {
	color: #7B0005;
	text-decoration: underline;
}
#linktree {
	clear: both;
	color: #008300;
	font-size: x-small;
	font-weight: bold;
	height: 34px;
	background: url(./images/linktreebg.gif) no-repeat;
	padding: 0 25px;
}
#linktree a {
	color: #6f6;
}
#linktreeLeft
{
	float: left;
	max-height: 16px;
	max-width: 750px;
	overflow: hidden;
}
#linktreeRight
{
	float: right;
}
/* Pop Up Fix. */
.popuptext a:link {
	color: red;
	text-decoration: none;
}
.popuptext a:visited {
	color: red;
	text-decoration: none;
}
.popuptext a:hover {
	color: white;
	text-decoration: underline;
}
/* Recaptcha input box background */
input.recaptchatable, textarea.recaptchatable, button.recaptchatable
{
	background-color: #FFFFFF;
}