/* Normal, standard links. */
a:link
{
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #2d6f32;
}
a:hover
{
	color: #f33229;
	text-decoration: underline;

}
a:active
{
	color: #323232;
	text-decoration: underline;
}



/* Navigation links - for the link tree. */
.nav
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nav:link
{
	color: #ff6604;
}
.nav:visited
{
	color: #2d6f32;
}
a.nav:hover
{
	color: #f33229;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
td
{
	color: #000000;
	font-size: small;
	font-family: Verdana, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #000000;
	background-image: url(images/spotlight_small.jpg);
	color:#FFCC33;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: Verdana, arial, helvetica, 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: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #2D6F32;
	background-color: #2D6F32;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #C3B8D0;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: x-small;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* 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
{
	
}

/* 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: #A9DE8C;
}
.windowbg2
{
	color: #000000;
	background-color: #B4FB8E;
}

/* 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;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link
{
	color: #F4F271;
	font-weight: bold;
	background-image: url(images/tableborder3.jpg);
}
.titlebg a:visited
{
	color: #2d6f32;
}
.titlebg a:hover
{
	color: #F33229;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	background-image: url(images/tableborder2.gif);
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	background-image: url(images/tableborder1.gif);
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #2D6F32;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 2px solid #2D6F32;
	background-color: #FFFFCC);
	padding: 1px;
	min-width: 600px;
	}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Verdana, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: #ffcc33;
	border: 2px #cc3333 solid;
	color: #000000;
	background-image: url(images/sidebar_background.jpg);
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 20px;
	padding: 0px 15px;
	}

#ancestors
{
	background-image: url(images/header_new.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	}
	
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #ffff66;
	background-image: url(images/main_background2.png);
	border:2px dotted #CC0033;
	padding: 3px 10px 5px 10px;
	margin: 10px;
			}
			
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: #ffcc33;
	background-image: url(images/sidebar_background.jpg);
	margin-top: 10px;
	padding-top: 5px;
	border-top: 2px solid #000000;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	position: relative;
	background-color: #CC0033;
	border: 2px solid #2D6F32;
}

img.top
{
	vertical-align: top;
}

.headerbodies
{
	border: 1px solid #2d6f32;
	background-color: #A9DE8C;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}

#ankh img {
	float: left;	
			}
		
#header {
	border: #663333 solid 2px;
	margin: 5px 0px 5px 0px;
	height: 55px;
	background-image: url(images/rainforest.png);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 200;
	}
.alignleft {text-align: left;
	color:#000000;}
.alignleft img {text-align: left;}
.alignright {text-align: right;}
.alignright img {text-align: right;}
.underline {text-decoration: underline;
}
.redglow {
color: #FF3333;
font-weight: bold;
background-color: #FFFF99;
text-shadow: #999999;}

.footer {
	color: #000000;
	font-weight: bold;
	padding-bottom:0;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, Verdana, Arial, sans-serif;
}

.footer hr {
	height: 5px;
	width: 600px;
	text-align:center;
	background-color: #006600;
	margin-top: 5px;
	}
	
	.yellowblink {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}

	.greenblink {
	color: #009933;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	
}

	.redblink {
	color: #FF0033;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
}
.blink {
	font-size: 14px;
	text-decoration: blink;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* 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;
}
