/* Normal, standard links. */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #aaa;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #aaa;
	text-decoration: none;
}
a.nav:hover {
	color: white;
	text-decoration: none;
}
#linktree
{
	padding: 10px 10px 20px 10px;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}

/* DEFAULT POST TEXT=WIN. */
body, td, th, tr {
	line-height: 150%;
	font-family: verdana, sans-serif;
	color: #cdcdcd;
	font-size: 12px;
}
/* The main body of the entire forum. */
body {
	margin: 0px;
	padding: 14px 0 0 0;
	background: #000 url("images/ext/bg.jpg") repeat-x top left;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 110%;
}
textarea {
	font-size: 110%;
	color: #000;
	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: 110%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px none;
	color: #666666;
	background-color: #454545
}
/* No image should have a border when linked */
a img {
		border: 0px none;
}
/* QUOTES (quoting someone in a post). */
.quote
{
	color: #868686;
	background-color: #202020;
	font-family: Verdana;
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	font-size: 11px;
	margin: 9px;
	padding: 6px;
	font-size: small;
	line-height: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #8b8b8b;
	background-color: black;
	font-family: "courier new", "times new roman", monospace;
	font-size: 12px;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #252525;
	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: #ccc;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 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: #707070;
	font-weight: bold;
	color: white;
}
/* dee - "color" affects "replies/views" in thread list, and "15 posts in 5 topics" on main-screen */
.windowbg {
	background: #2f2f2f url("images/ext/winbg.gif") repeat-x top left;
	color: #829599;
	border: 2px solid #222222;
}
/* dee - "color" affects all non-bold text in main-screen Info Center and "Last post today at..." on forum list */
.windowbg2 {
	background: #272727 url("images/ext/winbg2.gif") repeat-x bottom left;
	color: #888888;
	border: 2px solid #272727;
}
/* dee - no idea what this is */
.windowbg3 {
	background: #272727 url("images/ext/winbg2.gif") repeat-x bottom left;
	color: #b8c3ca;
	border: 2px solid #282828;
}
/* the today container in calendar */
.calendar_today
{
	text-align: center;
	color: #C4C4C4;
	background-color: #282828;
}
/* 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: white;
	font-style: normal;
	background: url("images/titlebg.jpg") #000 repeat-x;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}
.titlebg a:hover
{
	color: #909090;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #fff;
	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: #242424 url("images/catbg.gif") repeat-x top left;
	color: #d5d5d5;
	border-top: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: #242424 url("images/catbg.gif") repeat-x top left;
	color: #d5d5d5;
	border-top: 1px solid #3e3e3e;
	border-left: 1px solid #3e3e3e;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #383838;
}
.catbg, .catbg2
{
	font-weight: bold;
}
/* dee - this affects Replies/Views/etc, among other unknown things I guess+++++++ */
.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: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
		border: 1px solid #303030;
}

/* This is used on tables that should just have a border around them. */
.tborder {
	border: 1px solid #303030;
	padding: 0px;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 8pt;
	font-family: verdana, sans-serif;
}
/* dee - this affects Forum Stats text and "Page [1]23" text */
.middletext
{
	font-size: 10pt;
}
.normaltext
{
	font-size: 10pt;
}
.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;
}
#wrapper {
	 width: 1024px;
	 min-width: 720px;	 
	margin: 0px auto 0px auto;
}
#header {
	 position: relative;
	 height: 140px;
	 overflow: hidden;
	 background: #1c1c1c url("images/ext/H-b.gif") 0 0 repeat-x;
}
#header-r {
	 height: 140px;
	 padding-right: 25px;
	 background: url("images/ext/H-r.gif") 100% 0 no-repeat;
}
#header-l {
	 padding-left: 25px;
	 background: url("images/ext/H-l.gif") 0 0 no-repeat;
}
#logo {
	 position: absolute;
	 top: 30px;
	 left: 20px;
	 display: block;
	 width: 400px;
	 height: 120px;
	 cursor: pointer;
	 background: url("images/logo.gif") no-repeat;
}
#userarea {
	 font-size: 12px;
	 color: #e2e0e0;
	 font-family: verdana, serif;
	 float: right;
	 padding-top: 30px;
	 padding-right: 9px;
	 text-align: left;
}
#userarea a:link, #userarea a:visited {
	 color: #adadad;
}
#userarea a:hover {
	 color: white;
	 text-decoration: none;
}
#mainarea {
	background: #1c1c1c;
	color: #eee;
	border-top: solid 4px #242424;
	border-left: solid 4px #242424;
	border-right: solid 4px #242424;
	border-bottom: solid 4px #242424;
	padding: 10px;
	margin: 0;
}
#footer {
	 background: url("images/ext/footer-b.png") 0 100% repeat-x;
}
#foot-r {
	 height: 55px;
	 background: url("images/ext/footer-r.png") 100% 100% no-repeat;
}
#foot-l {
	 background: url("images/ext/footer-l.png") 0 100% no-repeat;
}
#footer {
	 border-top #171717 solid thin; border-width: 1px;
	 text-align: center;
	 font-family: verdana, sans-serif;
	 color: #545454;
	 font-size: 8px;
}
#footer a:link, #footer a:visited {
	 color: #545454;
}
#footer a:hover {
	 color: #FFF;
	 text-decoration: none;
	 border-bottom: none;
}
/* 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: 10px;	 
	vertical-align: top;	 
	padding: 2px 6px 6px 6px;	 
	font-family: tahoma, sans-serif;
}
.maintab_first {
}
.maintab_back {	
	background: url("images/ext/menubg.gif") repeat-x #f0f0f0;
}
.maintab_last {
}
.maintab_active_first {
}
.maintab_active_back {	
	font-weight: bold;  
	background: url("images/ext/menubg.gif") repeat-x #f0f0f0;  
	color: orange;
}
.maintab_active_last {
}
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited { 
	text-decoration: none;  
	color: #fff;
}
.maintab_active_back a:link, .maintab_active_back a:visited {
	color: #000;
}
.maintab_back a:hover, .maintab_active_back a:hover { 
	text-decoration: underline;
}
.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: 10px;	 
	vertical-align: bottom;	 
	padding: 6px;	 
	font-family: tahoma, sans-serif;
}
.mirrortab_first {
}
.mirrortab_back {	
	background: url("images/ext/menubg.gif") repeat-x #f0f0f0;
}
.mirrortab_last {
}
.mirrortab_active_first {
}
.mirrortab_active_back {	
	font-weight: bold; 
	background: url("images/ext/menubg.gif") repeat-x #f0f0f0;
}
.mirrortab_active_last {
}
.mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited { 
	text-decoration: none;  
	color: #fff;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover { 
	text-decoration: underline;
}
#toolbar {
	 margin: 0;
	 padding: 0;
	 height: 22px;
	 background: #1C1C1C;
}
/* template menu */
.menu {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/ext/bg-bubplastic.gif) top left repeat-x;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/ext/bg-bubplastic-button.gif) top left no-repeat;
}
.menu ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: capitalize;
	font-family: verdana, tahoma, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/ext/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
.menu ul li a:hover,
.menu ul li.chosen a {
	background: transparent url(images/ext/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.menu ul li a:hover span.menu_ar,
.menu ul li.chosen a span.menu_ar {
	background: transparent url(images/ext/bg-bubplastic-h-gray.gif) top right no-repeat;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #323434;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}