/* Comment element properties */

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ffff00;
	text-decoration: none;
}

a.side {
	color: #fff;

	text-decoration: none;
}

a:hover.side {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px #000;

}

a.white, li.white a {
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	padding: 7px 10px 8px 10px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
	border: 2px solid #4d4d4d;
	background-image: url(images/sublink-bg.png);
	background-repeat: repeat-x;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1a1a1a;
	background-image: url(images/sublink-bg-hover.png);
	background-repeat: repeat-x;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #000;
	background-image: url(images/main-bg.png);
	margin: 0px auto;
	clear: both;
	display: block;
	width: 98%;
}

hr {
	height: 1px;
	border: 1px solid #000;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #000;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #000;
	background-color: #4d4d4d;
	border: 1px solid #ccc;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/sublink-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 2px;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
	border: 1px solid #1a1a1a;
}

.button:hover {
	background-image: url(images/sublink-bg-hover.png);
	background-repeat: repeat-x;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #ccc;
	border: 1px solid #1a1a1a;
	margin-top: 2px;
}

.bbcode-popup {
	font-size: 11px;
	color: #fff;
	background-color: #ccc;
	padding: 4px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #999;
	border: 1px solid #ccc;
}

.textbox:focus {
	background-color: #fff;
	border: 1px solid #000;
}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #1a1a1a;
	background-image: url(images/cap-mid.png);
	background-repeat: repeat-x;
	padding: 20px 5px 22px 10px;
	-moz-border-radius-topleft : 8px;
	-webkit-border-top-left-radius : 8px;
	-moz-border-radius-topright : 8px;
	-webkit-border-top-right-radius : 8px;
	-moz-border-radius-bottomleft : 8px;
	-webkit-border-bottom-left-radius : 8px;
	-moz-border-radius-bottomright : 8px;
	-webkit-border-bottom-right-radius : 8px;
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: transparent;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #4d4d4d;
	padding: 5px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #4d4d4d;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 12px;
	text-shadow: 1px 1px #000;
	color: #fff;
	background-color: #4d4d4d;
	background-image: url(images/side-bg.png);
	border: 1px solid #4d4d4d;
	padding: 4px;
	line-height: 15px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #fff;
	background: transparent;
	padding: 10px 10px 10px 0;
	width: 200px;
}

.side-border-right {
	color: #fff;
	background: transparent;
	padding: 10px 0 10px 10px;
	width: 200px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/sublink-bg-hover.png);
	background-repeat: repeat-x;
	padding: 7px 4px 8px 4px;
	text-align: center;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
	border: 1px solid #4d4d4d;
}

.side-body {
	font-size: 12px;
	color: #fff;
	background-color: #999;
	background-image: url(images/side-bg.png);
	padding: 5px;
	text-shadow: 2px 2px #000;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #fff;
	background-color: #1a1a1a;
	border-width: 0 1px 1px 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 3px 4px 4px 4px;
	-moz-border-radius-bottomleft : 10px;
	-webkit-border-bottom-left-radius : 10px;
	-moz-border-radius-bottomright : 10px;
	-webkit-border-bottom-right-radius : 10px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(images/sublink-bg-hover.png);
	background-repeat: repeat-x;
	padding: 7px 4px 8px 4px;
	text-align: center;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
	border: 1px solid #4d4d4d;
}

.main-bg {
	color: #fff;
	background: transparent;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #1a1a1a;
}

.tbl {
	font-size: 12px;
	color: #fff;
	background-color: #4d4d4d;
	padding: 4px;
}

.tbl1 {
	font-size: 12px;
	color: #fff;
	background-color: #4d4d4d;
	background-image: url(images/side-bg.png);
	padding: 4px;
}

.tbl2 {
	font-size: 12px;
	color: #fff;
	background-color: #1a1a1a;
	padding: 4px;
}

.forum-caption {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #fff;
	background-color: #333;
	padding: 10px;
	margin: 0px 40px 0px 10px;
	border: 1px solid #000;
	-moz-border-radius-topleft : 15px;
	-webkit-border-top-left-radius : 15px;
	-moz-border-radius-bottomright : 15px;
	-webkit-border-bottom-right-radius : 15px;
}

.poll {
	height: 12px;
	border: 1px solid #1a1a1a;
}

.comment-name {
	font-weight: bold;
	color: #fff;
}

.shoutboxname {
	font-weight: bold;
	color: #fff;
}

.shoutbox {
	color: #fff;
}

.shoutboxdate {
	font-size: 10px;
	color: #ffff00;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.side-label {
	background-color: #000;
	color: #fff;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #1a1a1a;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #fff;
	background-color: #4d4d4d;
	border: 1px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #1a1a1a;
	border: 1px solid #000;
	margin: 2px;
	text-decoration: none;
}

.forum-img
{
	width: 100%;
}