/****
  This controls the width of the template. You can change this to what you want.
  A px width is fixed and a % width is fluid.
****/
#widthControl
{
	width: 950px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 2px 0px; /* top right bottom left */
}
/* Normal, standard links. */
a:link, a:visited
{
	color: #74A202;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #74A202;
	background-color: transparent;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #fefeff;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #74A202;
	background-color: transparent;
	text-decoration: underline;
}

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

/* By default (td, body..) use Verdana in black. */
body, td, th
{
	color: #ccc;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	color: #ccc;
	background: #000000 url(images/bg.jpg) repeat top left;
	margin: 0px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #ccc;
	font-family: verdana, sans-serif;
	background-color: #202020;
	border-left: 1px solid #74A202;
	border-top: 1px solid #74A202;
	border-right: 1px solid #74A202;
	border-bottom: 1px solid #74A202;
}
/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #ccc;
	font-family: verdana, sans-serif;
	background-color: #202020;
}

/* Standard horizontal rule.. */
hr
{
	color: #131313;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #1c1c1c;
	background-color: #131313;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #eee;
	background-color: #333333;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
	color: #dddddd;
	background-color: #505050;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	b order: 1px solid #749e03;
	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
{
	background: black;
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #ccc;
	background-color: #161616;
}
.windowbg2
{
	color: #ccc;
	background-color: #131313;
}
.windowbg3
{
	color: #fefeff;
	background-color: #1c1c1c;
}
/* the today container in calendar */
.calendar_today
{
	color: #749e03
	font-weight: 800;
	text-align: center;
	background-color: #141414;
}
/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background: #558a05 url(images/title_bg.gif) repeat-x;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg2 .catbg3
{
	font-weight: bold;
	background: #558a05 url(images/cat.gif);
	color: #ccc;
}
.catbg a:hover, .catbg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* The borders around things. */
.bordercolor
{
	background-color: #000000;
}
.tborder
{
	background: #1C1C1C;
	color: #cccccc;
	border: 1px solid #000000;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
	color: #ccc;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
/ * template menu */
#tabsE {
	vertical-align: top;
	position: relative;
	float: left;
	top: 0px;
	padding-left: 0;
	width: relative;
	background: #212121;
	font-size: 98%;
	line-height: normal;
	margin: auto auto;
}
#tabsE ul {
	margin: auto auto;
	padding: 10px 10px 0px 50px;
}
#tabsE li {
	display: inline;
	margin: auto auto;
	list-style: none;
}
#tabsE a {
	float: right;
	background: url(images/tableftE.gif) no-repeat left top;
	margin: auto auto;
	padding:0 0 0 4px;
	text-decoration: none;
	font-weight: bold;
}
#tabsE a span {
	float: left;
	display: block;
	background: url(images/tabrightE.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
	font-weight: bold;
	margin: auto auto;
}
/* Commented Backslash Hack hides rule from IE5-IE6-IE7-IE8-Mac \*/
#tabsE a span {
float: none;
}
/* End IE5-IE6-IE7-Mac hack */
#tabsE a:hover span {
	color: #FFF;
}
#tabsE a:hover {
	background-position: 0% -42px;
}
#tabsE a:hover span {
	background-position: 100% -42px;
}
#tabsE #chosen a {
	background-position: 0% -42px;
}
#tabsE #chosen a span {
	background-position: 100% -42px;
}
/* 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;
}
.maintab_back, .maintab_active_back, .maintab_back2
{
	color: white;
	text-decoration: none;
	padding: 0;
	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, .maintab_back a:link , .maintab_back a:visited
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-size: xx-small;
}

.maintab_back2 a, .maintab_back2 a:link , .maintab_back2 a:visited
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #ffdFa0;
	text-decoration: none;
	display: block;
	padding: 6px;
	font-weight: bold;
}

.maintab_back a:hover
{
	color: #e0e0ff;
	background: #3d5313;
}
.maintab_back2 a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	background: #444;
}
/* 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: white;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  small;
	padding: 0;
	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, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
}

.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 6px;
	background: #3d5313;
	border: solid 1px #d0d0d0;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	background: #888;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: url(images/ajaxloading.gif) no-repeat 25%;
	text-align: left;
	font-size: 18px;
	font-family: Lucida Grande, Lucida sans, serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -105px;
	width: 32px;
	height: 32px;
	border: 1px solid #000;
}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}