/* This is what you change to control the width of the entire forum. */
#widthControl {
 width: 1000px;
 text-align: left;
}
/* By default (td, body..) use verdana in black. */
body
{
	font-family: Verdana, Tahoma, Sans-serif, serif;
	font-size: small;
	color: #515151;
	background: #0d0d0d url("images/body_bg.png") top left repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

/* Normal, standard links. */
a:link, a:visited, a:active
{
	color: #CC9900;
	text-decoration: none;
}
a:hover
{
	color: #999999;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table { empty-cells: show; }

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #8f8f8f;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: small;
		margin: 1px;
}
input,textarea {
	background: #2f2f2f; 
	font-size: small;
	border: solid 1px #333;
}
input:focus {
	background: #282828;
}
textarea {
	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 {
	border: solid 1px #333; 
	background: #2f2f2f; 
	font-size: small;
	font-weight: normal;
	color: #838383;
	font-family: verdana, sans-serif;
}

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

/* A quote, perhaps from another post. */
.quote, .code
{
	border: 1px solid #2b2b2b;
	color: #ffffff;
	padding: 8px;
	margin: 0 15px 8px 15px;
	background-color: #0b0b0b;
	overflow: auto;
}
.quote
{
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	font-family: "courier new", "times new roman", monospace;
	line-height: 1.3em; /* Don't wrap its contents, and show scrollbars. */
	/*white-space: nowrap;*/
	max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
	padding: 1px;
	margin-left: 15px;
	vertical-align: middle;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: #2b2b2b;
	font-weight: bold;
	color: #ffffff;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, .windowbg2, .windowbg3 {
	color: #666666;
}
.windowbg { background: #020202; color: #086e2e;
}
.windowbg2 { background: #020202; color: #086e2e; 
} 
.windowbg3 { background: #1B1B1B; color: #666666; 
} 
/* the today container in calendar */
.calendar_today
{
	background-color: #0b0b0b;
	color: #EF5D2A;
	text-align: center;
	font-weight: bold;
}
/* 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, .titlebg2 td
{
	color: #999999;
	font-style: normal;
	background: #000000 url(./images/titlebg.gif) top left repeat-x;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg2 { color: #999999; }
.titlebg { font-weight: 700; }
.titlebg a:link, .titlebg a:visited
{
	font-weight: 700;
	color: #999999;
	font-style: normal;
}
.titlebg a:hover
{
	color: #EF5D2A;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover
{
	text-decoration: underline;
	color: #EF5D2A;
}
.titlebg4 {
	color: #999999;
	font-style: normal;
	background: #000000 url("images/titlebg.gif") top left repeat-x;
	font-weight: 600;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg4 a:link, .titlebg4 a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}
.titlebg4 a:hover {
	text-decoration: none;
	color: #EF5D2A;
}
/* 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, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: #303030 url(./images/catbg.gif) top left repeat-x;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.catbg2 , tr.catbg2 td, td.catbg2
{
	background: #303030 url(./images/catbg3.gif) top left repeat-x;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.catbg, .catbg2
{
	font-weight: 700;
}
.catbg3, tr.catbg3 td
{
	font-size: 95%;
	color: #999999;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited, .catbg3 a:link, .catbg3 a:visited
{
	color: #999999;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #EF5D2A;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #151515;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	background: #151515;
	color: #666666;
	border: 1px solid #515151;
}
/* 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;
}

.help { cursor: help; } /* Generally, those [?] icons.  This makes your cursor a help icon. */
.meaction { color: #a500be; } /* /me uses this a lot. (emote, try typing /me in a post.) */
.editor { width: 96%; } /* The main post box - this makes it as wide as possible. */
.error { color: red; } /* Sometimes there will be an error when you post */
	/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext { font-size: 12px; }
.middletext { font-size: 12px; }
.normaltext { font-size: small; }
.largetext { font-size: large; }
a img, img { border: 0; } 

/* 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: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #FFCC00;
	text-decoration: none;
	font-size:  14px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #FFCC00;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #EF5D2A;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #FFCC00;
	text-decoration: none;
	font-size: 14px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #FFCC00;
	text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #EF5D2A;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #2f2f2f;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}