/****************************
Forms
****************************/

.ForumCont {
	width: 98%;
	}

.main {
	width: 100%;
	}

.forums {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 7px;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

.bg_dark, .bg_light {
	padding: 6px;
	text-align: left;
	}

.bg_dark, .bg_light {
	padding: 6px;
	}

.forums .spacer td {
	height: 50px;
	text-align: center;
	}

.forums .header th {
	border: 1px solid #d4d9f0;
	height: 30px;
	background: #000;
	margin-bottom: 5px;
	text-indent: 5px;
	}

.forums .header_light th {
	line-height: 30px;
	}

.forum_icon, .forum_topics, .forum_posts {
	text-align: center;
	border: 1px solid #21262a;
	}

.forum_icon, .thread_icon, .thread_status {
	width: 40px;
	}

.forum_title, .forum_title_hover {
	width: 200px;
	background: #0f1112;
	padding: 5px;
	margin: 5px;
	border: 1px solid #21262a;
	}

.forums .field, .bg_dark, .bg_light {
	background: #333;
	}

.forums .field th, .forums .field td {
	border: 2px solid #21262a;
	}

.forum_topics, .forum_posts {
	font-size: 10px;
	width: 110px;
	}

.forum_last_post {
	font-size: 11px;
	border: 1px solid #21262a;
	width: 150px;
	}

.forums h4, .forums h1 {
	font-size: 12px;
	}

/* THREAD LIST */

.thread_status, .thread_icon, .thread_subject, .thread_subject_hover, .thread_starter, .thread_views, .thread_replies, .thread_last_post {
	border: 1px solid #21262a;
	}

.thread_subject_hover {
	background: #0f1112;	
	}

.thread_status, .thread_icon, .thread_starter, .thread_views, .thread_replies {
	text-align: center;
	}

.thread_last_post {
	font-size: 11px;
	}

.forums .left {
	width: 400px;
	}

.forums .right {
	text-align: right;
	}

/* POSTS */

.post_header, .post_footer {
	border: 1px solid #21262a;
	padding: 5px;
	color: #CCC;
	}

.post_header, .post_body span {
	font-size: 11px;
	color: #AAA;
	}

.post_footer {
	font-size: 11px;
	text-align: right;
	}

.post_body {
	border: 1px solid #21262a;
	padding: 20px;
	padding-left: 5px;
	}

.post_footer a:link, .post_footer a:visited {
	color: #f6c988;
	}

.post_user {
	padding: 5px;
	font-weight: normal;
	background: #000;
	width: 120px;
	}

.left form {
	padding-left: 5px;
	display: inline;
	font-size: 11px;
	}

.left input, .left select {
	font-size: 11px;
	}

.forum_quote {
	padding: 5px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 0px;
	padding-right: 0px;
	border-left: 2px #6A98BC solid;
}

.label {
	width: 125px;
	}