/*
==================================================
1.	Forum Home
====================================================
*/
body.forum {
	line-height:18px;
	}

body.forum a { 
	font-weight:bold;
	}

body.forum .cnt-top {
	padding-top:46px;
	border-bottom:0;
	}
body.forum #loginform {
	float:right;
	width:400px;
	height:50px;
	overflow:hidden !important;
	}
body.forum #loginform input {
	display:inline;
	float:left;
	font-size:12px;
	}
body.forum #loginform .input-box, body.forum #loginform .input-box:focus, body.forum #loginform #btn-login {
	background:url(../images/forum/forum-form-elements.png) no-repeat 0 0;
	}
body.forum #loginform .input-box {
	width:136px;/*width:156px;*/
	height:16px;/*height:28px;*/
	padding:8px 10px;
	margin-right:2px;
	}
body.forum #loginform .input-box:focus {
	background-position:0 -31px;
	}
body.forum #loginform #btn-login {
	border:none;
	background-position:0 -64px;
	height:24px;
	width:77px;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	margin:3px 0 0 4px;
	}
body.forum #loginform #btn-login:hover {
	background-position:-77px -64px;
	}
body.forum #loginform label {
	width:200px;
	line-height:15px;
	font-size:12px;
	}
body.forum #loginform label input {
	margin-right:5px;
	}	
body.forum .forum-intro h4,
body.forum.show-thread .thread-heading,
body.forum .content-box-option-two h4 {
	display:block;
	background:url(../images/forum/heading-bg.jpg) no-repeat;
	padding:20px 0 0 20px;
	height:30px;
	color:#fff;
	}
	
body.forum .forum-intro p	{
	padding:19px 28px 0 22px;
	}
	
body.forum	.content-box {
	background:#eaf0e6;
	}

body.forum	.content-box-bottom {
	height:19px;
	overflow:hidden;
	background:url(../images/forum/content-box-bottom-bg.jpg) bottom no-repeat;
	margin-bottom:19px;
	line-height:0;
	overflow:hidden;
	}

body.forum .content-box-option-two .content-box-bottom {
	height:10px;
	}

body.forum .content-box-option {
	background:#eaf0e6;
	}
		body.forum .content-box-option table {
			padding-top:1px;
			}
		
		body.forum .content-box-option table th {
			text-align:left;
			font-size:13px;
			font-weight:bold;
			line-height:29px;
			}
			
		body.forum .content-box-option table th.forum {
			width:535px;
			}
		
		body.forum .content-box-option table th.forum  span {
			display:block;
			padding-left:50px;
			}
			
		body.forum .content-box-option table th.last-post,
		body.forum .content-box-option table td.second {
			width:281px;
			background:#d8ded1;
			}
			
		body.forum .content-box-option table th.last-post span {
			display:block;
			padding-left:15px;
			}
		
		body.forum .content-box-option table th.threads {
			width:71px;
			border-right:1px solid #d8ded3;
			text-align:center;
			}
		
		/*body.forum .content-box-option table th.threads span {
			display:block;
			padding-left:9px;
			}*/
			
		body.forum .content-box-option table th.posts {
			width:72px;
			text-align:center;
			}
			
		body.forum .content-box-option table td.second {
			border-top:1px solid #caccc6;
			}
			
		/*body.forum .content-box-option table td.second p {
			padding:12px;
			}*/
		
			body.forum .content-box-option table td.second a.topic {
				background:url(../images/forum/topic-ico.gif) no-repeat 0 3px;
				padding-left:19px;
				display:block;
				} 
				
			body.forum .content-box-option table td.second	.author {
				font-size:12px;
				}
			
			body.forum .content-box-option table td.second	.author a {
				color:#414141;
				text-decoration:underline;
			}
			
			body.forum .content-box-option table td.second	.author a:hover {
				text-decoration:none;
				}
				
			body.forum .content-box-option table td.second	.date-stamp {
				font-size:10px;
				color:#848484;
				display:inline;
				float:right;
				padding-top:3px;
				}
			
		body.forum .content-box-option table td.first,
		body.forum .content-box-option table td.third,
		body.forum .content-box-option table td.last {
			border-top:1px solid #d8dad3;
			}
		
		body.forum .content-box-option table td.first p {
			padding:14px;
			padding-left:37px;
			background:url(../images/forum/forum-ico.jpg) no-repeat 0 14px;
			margin-left:14px;
			font-size:12px;
			line-height:18px;
			}
			
		body.forum .content-box-option table td.first p.no-new-post {
			background:url(../images/forum/forum-ico-option.jpg) no-repeat 0 14px;
			}
			
		body.forum .content-box-option table td.first a {	
			font-size:13px !important;
			background:url(../images/forum/arrow.jpg) right no-repeat;
			padding-right:18px;
			display:inline-block;
			}
			
		body.forum .content-box-option table td.third,
		body.forum .content-box-option table td.last {
			text-align:center;
			font-size:13px;
			font-weight:bold;
			}
		
		body.forum .content-box-option table td.third {	
			border-right:1px solid #d8ded3;
			}
			
		body.forum .content-box-option table td.second p {
			padding:12px;
			}
			
	
body.forum .content-section h4 {
	display:block;
	background:url(../images/forum/heading-bg-option.jpg) no-repeat;
	padding:20px 0 0 20px;
	height:30px;
	color:#fff;
	}

body.forum .content-section h4 .collapse {
	width:11px;
	height:2px;
	background:#fff;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	display:inline;
	float:right;
	margin-right:15px;
	margin-top:5px;
	}
	
body.forum	.content-box-bottom-option {
	height:8px;
	overflow:hidden;
	background:url(../images/forum/content-box-bottom-bg-option.jpg) bottom no-repeat;
	margin-bottom:19px;
	}
	
/*body.forum .expand {
	display:block;
	border:1px solid red;
}*/
body.forum .content-box-option-two .current-active-users,
body.forum .content-box-option-two .statistics-heading {
	color:#839680;
	font-weight:bold;
	padding:9px;
	border-bottom:1px solid #d8dad3;
	}
	
body.forum .content-box-option-two .active-users {
	color:#429f0b;
	margin-left:10px;
	padding:14px 10px 10px 39px;
	line-height:18px;
	background:url(../images/forum/active-users-ico.jpg) no-repeat 0 50%;
	}
body.forum .content-box-option-two .active-users span {
	font-size:12px;
	color:#848484;
	}
	
body.forum .content-box-option-two .statistics-heading	{
	border-top:1px solid #d8dad3;
	}

body.forum .content-box-option-two .statistics	{
	margin-left:10px;
	padding:12px 0 0 39px;
	background:url(../images/forum/statistics-ico.jpg) no-repeat 0 50%;
	font-size:12px;
	}
	
body.forum .newposts,
body.forum .no-newposts {
		padding-left:41px;
		margin-bottom:8px;
		margin-left:14px;
		height:27px;
		line-height:27px;
		}
		
	body.forum .newposts {
		background:url(../images/forum/newpost.jpg) no-repeat left;
		}
	
	body.forum .no-newposts {
		background:url(../images/forum/no-newpost.jpg) no-repeat left;
		}

body.forum .timezone {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
	color:#9aa594;
	font-size:13px;
	}
	
/*
==================================================
2.	show-thread
====================================================
*/
/*body.forum.show-thread {
	font-size:13px;
	}
*/

	
body.forum.show-thread .thread-top {
	width:930px;
	margin-left:15px;
	margin-bottom:17px;
	padding-top:44px;
	padding-bottom:12px;
	font-size:13px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	}

body.forum.show-thread .breadcrumb {
	overflow:hidden;
	float:left;
	display:inline;
	width:525px;
	}
	
body.forum.show-thread .breadcrumb ul {
	width:530px;
	overflow:hidden;
	}
	
body.forum.show-thread .description {
	font-size:18px;
	color:#393c33;
	line-height:normal;
	font-weight:bold;
	padding-top:4px;
	}

body.forum.show-thread .breadcrumb li {
	display:inline;
	float:left;
	background:url(../images/forum/breadcrumb-arrow.gif) no-repeat right;
	padding-right:16px;
	color:#b4bba7;
	font-weight:bold;
	margin:0;
	list-style:none;
	}
	
body.forum.show-thread .breadcrumb li a {
	color:#b4bba7;
	padding-left:10px;
	}
	
body.forum.show-thread .breadcrumb li.last {
	background:none;
	}

a.new-thread {
	display:block;
	background:url(../images/forum/new-thread.jpg) no-repeat;
	width:140px;
	height:25px;
	text-indent:-99999px;
	margin-left:15px;
	margin-bottom:16px;
	display:inline;
	float:left;
}

a.new-thread:hover {
	background-position:bottom;
	}
	
body.forum.show-thread .content-box-option-two,
body.forum.show-thread .content-section {
	clear:both;
	}
	
body.forum.show-thread #pagination  {
	margin-top:25px;
	margin-right:14px;
	}
	
body.forum.show-thread #pagination li.first {
	font-size:12px;
	color:#585d50;
	font-weight:bold;
	}
body.forum.show-thread #pagination li.next {
	margin-left:0;
	}

body.forum.show-thread #pagination li.first {
	margin-right:9px;
	}
	
body.forum.show-thread .general-discussion h4,
body.forum.show-thread .general-discussion select,
body.forum.show-thread .general-discussion .search-this {	
	display:inline;
	float:left;
	}
	
body.forum.show-thread .general-discussion h4 {
	width:660px;
	background:none;
	padding:0;
	color:#fff;
	}

body.forum.show-thread .general-discussion select {
	background:transparent;
	border:1px solid #d3e9c3;
	font-weight:bold;
	color:#fff;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:28px;
	position:relative;
	margin-top:-8px;
	padding:3px;
	}
	
body.forum.show-thread .general-discussion .search-this {
		position:relative;
		margin-top:-8px;
		margin-left:6px;
		}

body.forum.show-thread .content-box-option-two .thread-details {
	background:#e1e4dc;
	border-bottom:1px solid #caccc6;
	margin-top:1px;
	padding:6px 14px 6px 22px;
	font-weight:bold;
	font-size:13px;
	height:1%;
	overflow:hidden;
	}
body.forum.show-thread .content-box-option-two .thread-details .date-time {
	display:inline;
	float:left;
	}
body.forum.show-thread .content-box-option-two .thread-details .sn {
	display:inline;
	float:right;
	color:#2b2c2a;
	}

body.forum.show-thread .content-box-option-two .details {
	padding:14px 11px 12px 22px;
	font-size:12px;
	overflow:hidden;
	border-bottom:1px solid #d8dad3;
	}
body.forum.show-thread .content-box-option-two .details .user {
	display:inline;
	float:left;
	}
	
	body.forum.show-thread .content-box-option-two .details .user a {
		font-size:16px;
		}
		
body.forum.show-thread .content-box-option-two .details .user-join-date {
	display:inline;
	float:right;
	text-align:right;
	}
	
	body.forum.show-thread .content-box-option-two .thread-content {
		padding:17px 14px 50px 22px;
		}
		
		body.forum.show-thread .content-box-option-two .thread-content p {
			margin-bottom:8px;
			}
		
		body.forum.show-thread .content-box-option-two .thread-content .heading {
			font-weight:bold;
			color:#3c3c3c;
			padding-left:27px;
			background:url(../images/forum/thread-heading-bg.gif) no-repeat;
			}
	
body.forum.show-thread .content-section .message {
	color:#9aa594;
	border-bottom:1px solid #d8dad3;
	padding:11px 0 5px 22px;
	margin-bottom:11px;
	font-weight:bold;
	}
	
body.forum.show-thread .content-section .editor {
	width:640px;
	margin:0 auto;
	text-align:center;
	}
	
	.post-quick-reply {
		width:165px;
		height:24px;
		background:url(../images/forum/post-quick-reply.jpg) no-repeat;
		display:inline-block;
		text-indent:-9999px;
		margin-top:9px;
		overflow:hidden;
		}
		
	.go-advance {
		width:142px;
		height:24px;
		background:url(../images/forum/go-advance.jpg) no-repeat;
		display:inline-block;
		text-indent:-9999px;
		margin-top:9px;
		overflow:hidden;
		margin-left:2px;
		}
		
		.active-users-list  {
			padding-left:22px;
			font-weight:bold;
			color:#429f0b;
		}

body.forum.show-thread  .bottom-section {
	padding-top:18px;
	padding-left:26px;
	position:relative;
	overflow:hidden;
	height:1%;
	}
	
body.forum.show-thread  .bottom-section ul {
	display:inline;
	float:left;
	font-size:12px;
	line-height:16px;
	}

body.forum.show-thread  .bottom-section ul.posting-rules {
	width:305px;
	}

body.forum.show-thread  .bottom-section ul.posting-rules span {
	display:inline-block;
	float:right;
	width:110px;
	}
	
body.forum.show-thread  .bottom-section ul.posting-rules strong {
	color:#3e3e3e;
	}
	
body.forum.show-thread  .bottom-section ul.posting-rules li.heading {
	margin-bottom:10px;
	}
	
body.forum.show-thread  .bottom-section ul.posting-rules a {	
	color:#3e3e3e;
	text-decoration:underline;
	}
	
body.forum.show-thread  .bottom-section ul.posting-rules a:hover {
	text-decoration:none;
	}
	
body.forum.show-thread  .bottom-section .jump {
		position:absolute;
		right:0;
		bottom:0;
		width:200px;
		}
		
	body.forum.show-thread  .bottom-section .jump select {
		margin-right:8px;
		margin-top:2px;
		}
	
	body.forum.show-thread  .bottom-section .jump select,
	body.forum.show-thread  .bottom-section .jump input {
		display:inline;
		float:left;
		}
		
body.forum.show-thread  .bottom-section .go	{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	line-height:1;
	width:45px;
	height:24px;
	background:url(../images/forum/go.jpg) no-repeat;
	cursor:pointer;
	border:0;
	}
body.forum.show-thread  .bottom-section .go:focus {
	outline:0;
	}
	
body.forum.show-thread  .bottom-section .jump-heading {
	margin-bottom:10px;
	}

/*
==================================================
3.	forum-forumDisplay
====================================================
*/
body.forum-display #content {
	margin-bottom:174px;
	}
body.forum-display .notes {
	margin-right:75px;
	}

body.forum-display .notes li {
	padding-left:40px;
	}

body.forum-display .new-posts { 
	background:url(../images/forum/new-post-ico.jpg) no-repeat;
	height:20px;
	margin-bottom:17px;
	}
	
body.forum-display .no-new-posts {
	background:url(../images/forum/no-new-posts-ico.jpg) no-repeat;
	height:12px;
	margin-bottom:15px;
	}
	
body.forum-display .hot-thread {
	background:url(../images/forum/hot-thread-ico.jpg) no-repeat;
	height:12px;
	padding-top:5px;
	margin-bottom:23px;
	}

body.forum-display .thread-is-closed {
	background:url(../images/forum/closed-thread-ico.jpg) no-repeat;
	height:14px;
	}
table.forumanc td {
	padding:10px 0;
	vertical-align:middle;
	}
table.forumanc td.icon {
	border-right:1px solid #d8dad3;
	width:40px;
	text-align:center;
	}
table.forumanc td.anc {
	width:740px;
	padding:10px;
	}
table.forumanc td.anc .anctxt {
	font-size:13px;
	color:#696f65;
	}
table.forumanc td.anc .ancby {
	font-size:12px;
	}
table.forumanc td.data {
	font-size:13px;
	text-align:right;
	padding-right:12px;
	}
/*Thread List*/
.thread-list th, .thread-list td {
	vertical-align:middle;
	font-size:13px;
	border-top:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
	}
.thread-list th {
	font-weight:bold;
	color:#9aa594;
	padding-bottom:8px;
	}
.thread-list .col-icons, .thread-list .col-replies {
	width:49px;
	border-right:1px solid #d8dad3;
	}
.thread-list .col-thread {
	width:520px;
	text-align:left;
	}
.thread-list .col-rating {
	width:57px;
	text-align:right;
	}
.thread-list .col-last-post, .thread-list .col-thread-icon {
	background:url(../images/forum/dark-bg-1.jpg) repeat;
	}
.thread-list .col-last-post {
	width:108px;
	}
.thread-list .col-thread-post-icon {
	width:39px;
	text-align:center;
	padding:0;
	}
.thread-list .col-thread-icon {
	width:30px;
	text-align:center;
	padding:0;
	}
.thread-list .col-thread .sticky {
	color:#696f65;
	}
.thread-list .col-thread .author {
	font-size:12px
	}
.thread-pagi, .thread-pagi a {
	color:#429f0b;
	}
.thread-pagi {
	font-size:11px
	}
.thread-pagi a {
	text-decoration:underline;
	font-weight:normal;
	}
.thread-pagi a:hover {
	text-decoration:none;
	}
.thread-list td.col-last-post {
	font-size:12px;
	text-align:left;
	}
.thread-list a.color-2 {
	font-weight:normal;
	text-decoration:underline;
	}
.thread-list a.color-2:hover {
	text-decoration:none;
	}
.display-users th{
	padding:0 20px;
	}
.display-users td {
	padding:10px 20px;
	vertical-align:top;
	font-size:13px;
	border-top:1px solid #ddd;
	}
h4 div.display-option, h4 div.cur-active-users {
	float:left;
	width:500px;
	}
h4 div.cur-active-users {
	width:400px;
	}
th.display-option, td.display-option {
	border-right:1px solid #ddd;
	width:477px;
	}
.display-users form table td {
	padding:0 0 8px 0;
	font-size:12px;
	border:none;
	}
.display-users form select {
	width:145px;
	height:20px;
	font-size:11px;
	color:#353737;
	}
.display-users form #btn-show-thread {
	background:url(../images/forum/btn-show-threads.jpg) no-repeat center top;
	width:142px;
	height:24px;
	border:none;
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	margin-top:5px;
	}
.display-users form #btn-show-thread:hover {
	background-position:center bottom;
	}
body.forum .content-box-option-two.general-discussion .content-box-bottom {
	background:url(../images/forum/content-box-bottom-bg-2.jpg) bottom no-repeat;
	}
body.forum .display-users .content-box-bottom {
	background:url(../images/forum/content-box-bottom-bg-3.jpg) bottom no-repeat;
	height:10px;
	margin-bottom:13px;
	}
