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

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

/* The main body of the entire forum. */
body
{
	background-color: #97A2AF;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #ccc;
	background: black;
	border-width: 1px;
	font-family: verdana, sans-serif;
	padding: 2px;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #ccc;
	background: black;
	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: #ccc;
	background: black;
	border-width: 1px;
	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 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: #dddddd;
	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: #ccc;
	background-color: #555;
}
.windowbg2
{
	color: #ccc;
	background-color: #555;
}
.windowbg3
{
	color: #eee;
	background-color: #667;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #704040;
}

/* 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
{
	background: black;
	color: #97A2AF;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	font-family: tahoma, sans-serif;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: #97A2AF;
	text-decoration: none;
	font-weight: bold;
}

.titlebg a:hover
{
	color: #fff;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	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: black;
	color: #FFDEC2;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	font-family: tahoma, sans-serif;
}
.catbg2 , tr.catbg2 td
{
	background: black;
	color: #FFDEC2;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11pt;
	font-family: tahoma, sans-serif;
}
.catbg, .catbg2, .catbg3
{
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #FFDEC2;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #FFDEC2;
	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: #000;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* 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: #FFE79D;
	vertical-align: top;
	white-space: nowrap;
}
.maintab_back, .maintab_active_back
{
	color: #FFE79D;
	text-decoration: none;
	font-size:  small;
	font-weight: bold;
	vertical-align: top;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	display: block;
	padding: 4px 8px 2px 8px;
	border-bottom: solid black 5px;
	color: #FFE79D;
	text-decoration: none;
}

.maintab_active_back a:link , .maintab_active_back a:visited
{
	display: block;
	padding: 4px 8px 2px 8px;
	border-bottom: solid #FF8E4E 5px;
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	border-bottom: solid #EEAE3E 5px;
	color: white;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #FFE79D;
	vertical-align: top;
	white-space: nowrap;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #FFE79D;
	text-decoration: none;
	font-size:  small;
	font-weight: bold;
	vertical-align: top;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	display: block;
	padding: 4px 8px 2px 8px;
	border-top: solid black 5px;
	color: #FFE79D;
	text-decoration: none;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	display: block;
	padding: 4px 8px 2px 8px;
	border-top: solid #FF8E4E 5px;
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	border-top: solid #EEAE3E 5px;
	color: white;
}

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

#outerl
{
	width: 90%;
	margin: auto;
	background: url(images/img/left.gif) repeat-y;
	padding-left: 16px;
}

#outerr
{
	background: url(images/img/right.gif) top right repeat-y;
	padding-right: 16px;
}

#inner
{
	background: black;
	border: solid 1px black;
	border-top: 0;
	border-bottom: 0;
}
h1, h3, h2
{
	margin: 0 0 0 20px;
	padding: 0;
	color: white;
}
h3
{
	color: #F8C090;
	font-size: 12pt;
}

#mmenu
{
	border-top: solid 1px #555;
	background: black;
}

.linktree
{
	background: url(images/img/green.gif) #2F7426 repeat-x;
	padding: 10px;
	font-size: x-small;
	color: #FDE7D4;
	margin-top: 2px;
	border-bottom: solid 1px #474;
}

.linktree a:link, .linktree a:visited
{
	color: #FDE7D4;
}

.onpost, .onpost2, .offpost
{
	width: 45px;
}
.onpost
{
	background: url(images/img/on.jpg);
}
.onpost2
{
	background: url(images/img/on2.jpg);
}
.offpost
{
	background: url(images/img/off.jpg);
}
a.boardname:link, a.boardname:visited
{
	color: #FFDEC2;
	font-size: 12pt;
	font-family: tahoma, sans-serif;

}
a.greylink:link, a.greylink:visited
{
	color: #9d9d9d;
	font-size: 8pt;
	font-family: tahoma, sans-serif;
}
a.greylink:hover, a.boardname:hover
{
	color: #fff;
}
h2
{
	color: #FFDEC2;
	margin: 0px;
	font-size: 12pt;
}

.recent, .stats, .pm, .login, .calendar, .online
{
	width: 78px;
}
.recent
{
	background: url(images/img/recent.jpg);
}
.stats
{
	background: url(images/img/stats.jpg);
}
.pm
{
	background: url(images/img/pm.jpg);
}
.login
{
	background: url(images/img/login.jpg);
}
.calendar
{
	background: url(images/img/calendar.jpg);
}
.online
{
	background: url(images/img/online.jpg);
}
#footerarea
{
	border-top: solid 1px #555;
	background: #333;
}

/* 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:2;
	border: solid 1px #888;
	}

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

/* each TR.item is one menu item */
.transMenu .item {
    font-size: 12px;
    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:.7;
	filter:alpha(opacity=70);
	background: black;
	}
tr.item td, tr.item td a{
	font-size: 11px;
	color: white;
}
/* 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:.6;
	filter:alpha(opacity=60);
	}

/* 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);
	background: black;
	}

/* 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: #653;
	}
/* 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 {
	display: none;
	}
#menu {
    background: black;
    padding: 4px 0;
    }
#wrap
{
	float: right;
	margin-right: 50px;
}