/*General*/
body {
color: #FFF;
background-color: #222;
background-position: top;
}

* {
	font-family: Arial, Helvetica, sans-serif
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 13px;
}

#panelcap, a {color: #ccc;}
a:hover {color: #FFFFFF;}
#footer a {font-weight: normal; color: #808080;}
.admin-message, .button, .bbcode {background: #522121;}

.panelcap {
	font-family: Verdana, Arial, Helvetica, sans-serif
	color: #FFF;
	font-size: 13px;
	line-height: 15px;
	padding: 5px 0px 9px 9px;
  	background: #211d1e url(images/subheader-mid.gif);background-repeat:repeat-x;
	margin: 0;
}


/*Links*/
a {text-decoration: none;}

/*Structure*/
#mainheader{padding: 3px;}

#subfooter{	margin-bottom: 0px; color: #777; font-weight: 900;}
#main {	left: 0; position: absolute; top: 10px;}
#side-border-right, #header, #footer{
	background: #111;
	border: 1pt solid #999;
	border-width: 0pt 0pt 0pt 0pt;
}
#main-bg {padding: 2px;}

#side-border-left {
	width: 190px;
	max-width: 190px;
	padding: 3px;
	float: left;
	display: inline;
	background: #123;
}
.side-both #main-bg {margin: 0 190px;}
.side-left #main-bg {margin-left: 197px; background: #444;}
.side-right #side-border-left {display:none;}


.header3 {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: 23px;
  padding: 3px 0px 3px 7px;
  background: #211d1e url(images/button.gif);background-repeat:repeat-x;
}


.textbox {
	color: #ccc;
	border: 1px solid #C0C0C0;
	background: #333;
}

.button {
	border: 1px solid #C0C0C0;
	background: #666;
	color: #eee;
	font-weight: normal;
}
.button:hover {	border: 1px solid #808080;}
.bbcode{
	color: #fff;
	background: #333;
	border: 1px solid #999;
	font-weight: bold;
	margin-top: 2px;
}
.bbcode:hover {	border: 1px solid #008080;}
.center {margin: 0 auto;}
.news-category {
	float: left;
	margin: 2px 7px 0 0;
}
.news-footer-img {vertical-align: middle;}
.panelbody {
	padding: 5px 2px;
	margin-bottom: 5px;
}
.quote,.admin-message {
	border: 1pt solid #999;
	border-width: 1pt 1pt 1pt 3pt;
	margin: 0 2px;
	padding: 3pt;
}
.admin-message{
	color: #fff;
	padding: 11px;
	margin: 1px auto;
	width: 80%;
}
code, pre {
	font-family: monospace;
	font-size: 11px;
}
.poll {height: 9px;}
.shoutboxname, .comment-name {font-weight: 700;}
.shoutboxdate {	color: #ddd; font-size: 10px;}
.small,.small2,.side-small {font-size: 10px;}
.tbl-border{background: #777;}
.tbl,.tbl1,.tbl2,.forum-caption {padding: 3pt;}
.forum-caption {
	color: #C0C0C0;
	text-transform: lowercase; 
	font-variant: small-caps;
	font-weight: 700;
	 background: #211d1e url(images/button.gif);background-repeat:repeat-x;
}
.tbl1 {background: #444;}
.tbl2 {background: #333;}
hr {border: solid #999 1pt;	height: 1pt;}

.news-footer {
	text-align: center;
	font-size : 10px;
	color : #00FFFF;
	background-color : #152020;
	padding : 3px 4px 4px 4px;
}

.panelbutton{float: right;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;}

* html #main-bg {
	height: 1%;
	width: auto;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}







