/* Normal, standard links. */
a:link
{
	color: #888888;
	text-decoration: none;
}
a:visited
{
	color: #888888;
	text-decoration: none;
}
a:hover
{
	color: #CCCCCC;
	text-decoration: normal;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #888888;
	text-decoration: none;
}
a.nav:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	line-height: normal;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
}
/* The main body of the entire forum. */
body {
	 background: #000000;
	 padding: 0px 0px 0px 0px;
	 margin: 20px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	 color: #000;
	 font-family: Tahoma;
}
input, button {
	 color: #000;
	 font-size: 11px;
	 font-family: Tahoma;
}
input, textarea {
	 color: #000;
	 background: #888888;
	 font-size: 100%;
}
textarea {
	 color: #000;
	 font-family: Tahoma;
	 font-size: 100%;
}
/* 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 {

	 background: #888888;
	 font-size: 100%;
	 font-weight: normal;
	 color: #000;
	 font-family: Tahoma;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	 height: 1px;
	 border: 0;
	 color: #888888;
	 background-color: #888888;
}
/* No image should have a border when linked */
a img {
	 border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	margin: 1px;
	padding: 5px;
	width: 99%;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #FFFFFF;
	background-color: #666666;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 5px;
	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: 12em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	background: #555555;
	border: 1px solid #000000;
	color: #FFFFFF;
	margin: 1px;
	padding: 5px;
	width: 99%;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma;
	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: normal;
	 color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg,.windowbg2,windowbg3,tr.windowbg td,tr.windowbg2 td,tr.windowbg3 td {
	color: #CCCCCC;
}
.windowbg {
	background: #313030;
	color: #CCCCCC;
	border-right: 1px solid #3e3d3d;
	border-top: 1px solid #3e3d3d;
}
.windowbg2 {
	background: #313030;
	color: #CCCCCC;
	border-right: 1px solid #3e3d3d;
	border-top: 1px solid #3e3d3d;
}
.windowbg3 {
	background: #292828;
	color: #CCCCCC;
	border-right: 1px solid #3e3d3d;
	border-top: 1px solid #3e3d3d;
}
/* the today container in calendar */
.calendar_today {
	 background-color: #1C1A1A;
	 color: #FF0000;
	 font-weight: normal;
	 text-align: center;
}
/* 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: #888888;
	font-style:nornal;
	padding:0.5em;
	background: #1C1A1A;
}
.titlebg,.titlebg a:link,.titlebg a:visited {
	font-weight: normal;
	color: #888888;
	font-style:normal;
}
.titlebg a:hover {
	color: #999999;
}
/* same as titlebg,but used where normal text is not needed */
.titlebg2 a:link,.titlebg2 a:visited {
	color: #888888;
	font-style: normal;
	text-decoration: none;
}
.titlebg2 a:hover {
	color: #999999;
	text-decoration: none;
}
.titlebg2 {
	background: #1C1A1A;
}
/* 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 {
	 color: #FFFFFF;
	 padding-left: 11px;
	 padding-right: 11px;
	 background: #0B0B0B;
}
.catbg2, tr.catbg2 td {
	 color: #FFFFFF;
	 padding-left: 10px;
	 padding-right: 10px;
	 background: #0B0B0B;
}
.catbg, .catbg2 {
	 font-weight: 700;
	 font-size: 11px;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	 font-size: 11px;
	 color: #FFFFFF;
	 text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited {
	 color: #FFFFFF;
	 text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	 color: #888888;
	 text-decoration: underline;
}
.bordercolor {
  background-color: #555555;
  border: 1px solid #222222;
}
.tborder {
	background: #555555;
	color: #888888;
	border: 1px solid #8f0c07;
}
/* Default font sizes:small (8pt),normal (10pt),and large (14pt). */
.smalltext {
	font-size: 11px;
	font-family: Tahoma;
}
.middletext {
	font-size: 11px;
}
.normaltext {
	font-size: 11px;
}
.largetext {
	font-size: 11px;
}
/* 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: #ff0000;
}
/* 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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #eee;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #8f0c07;
	text-decoration: none;
	font-size:  11px;
	font-family: Tahoma;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #202020;
	color: #fff;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #1c1a1a;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #eee;
	text-decoration: none;
	font-family: Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	align: center;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #8f0c07;
	text-decoration: none;
	
.main_nav
{
text-align: center;
}	

}
/* template menu */
#container{padding:10px 40px 1px 0px;background:#282727;border-right: 3px solid #CE4C40;border-left: 3px solid #CE4C40;}
#topmenu {font-weight:700 11px Tahoma; text-transform:uppercase; padding-top:0px;width:100%;position:center;height:25px;}
#topmenu ul {list-style:none; padding-left:0px; text-align: center;}
#topmenu li {display:inline; margin-left:0px; text-align: center;}
#topmenu a, #topmenu a:visited {display:block; float:left; background:url(images/img/nav2.png) repeat-x; text-align:center; padding:5px 25px 5px 25px; height:20px; color:#999999;}
#topmenu .chosen a {background:url(images/img/nav1.png) repeat-x; color:#333;}
#topmenu .chosen a:hover {background:url(images/img/nav4.png) repeat-x; color:#333;}
#topmenu a:hover {background:url(images/img/nav3.png) repeat-x; color:#fff;}

#wrapper {
	width: 99%;
	min-width: 720px;
	margin: auto auto auto auto auto;
}

#header {
	 position: relative;
	 height: 135px;
	 overflow: hidden;
	 background: url(images/img/headerBg.gif) 0 0 repeat-x;
	 }
#head-r {
	 height: 135px;
	 background: url(images/img/headerR.gif) 100% 0 no-repeat;
	 }
#head-l {
	 background: url(images/img/headerL.gif) 0 0 no-repeat;
	 }
#logo {
	 position: absolute;
	 top: 36px;
	 left: 65px;
	 display: block;
	 width: 256px;
	 height: 75px;
	 cursor: pointer;
	 background: url(./images/img/logo.png ) no-repeat;
	 }
#logo2 {
	 position: absolute;
	 top: 36px;
	 left: 65px;
	 display: block;
	 width: 256px;
	 height: 75px;
	 cursor: pointer;
	 background: url(./images/img/logo2.png ) no-repeat;
}
#logo3 {
	 position: absolute;
	 top: 36px;
	 left: 65px;
	 display: block;
	 width: 256px;
	 height: 75px;
	 cursor: pointer;
	 background: url(./images/img/logo3.png ) no-repeat;
}
#smf-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 25px;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix , * html .catbg, * html .catbg2, * html .catbg3 {
	height: 1%;
}
#userarea {
	float: right;
	color: #aaa;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 2em 1em 0 0;
	width: 39em;
	vertical-align: middle;
}
#userarea a:link, #userarea a:visited {
	 color: #aaa;
}
#userarea a:hover {
	 color: #bc1d17;
	 text-decoration: none;
	 border-bottom: 1px dotted #bc1d17;
}
.page {
	padding: 10px;
	color: #CCCCCC;
	background: #282727;
	border-right: 3px solid #CE4C40;
	padding-right: 20px;
	border-left: 3px solid #CE4C40;
	padding-left: 20px;
}
#footer {
	 background: url(images/img/footerBg.gif) 0 100% repeat-x;
}
#foot-r {
	 height: 70px;
	 background: url(images/img/footerR.gif) 100% 100% no-repeat;
}

#foot-l {
	 background: url(images/img/footerL.gif) 0 100% no-repeat;
}

#footerarea {
	 text-align: center;
	 font-size: 11px;
	 font-family: Tahoma;
	 padding: 10px;
	 color: #888888;
	 padding: 10px;
}
#footerarea a:link, #footerarea a:visited {
	 color: #888888;
}
#footerarea a:hover {
	 color: #CCCCCC;
	 text-decoration: underline;
}
#ajax_in_progress
{
	background: #90b1da;
	border: solid 2px #3698f7;
	color: #333333;
	text-align: center;
	position: absolute;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}

