/*
========================== 
FORUM/COMMUNITY STYLE
==========================
*/

/* Forum Input box */
.RadEContentBordered {color:#000000;}


#boards h2#channel-comments {display: none;}
#boards h2.channel {display: none;}
#pg-forum h1, #pg-forum h2, #pg-forum h3 {margin: 3px 0;}
#boards p {margin: 2px 0;}
#boards p.s_byline {
	padding:0 4px;
	background:#a8aaae;
	color:#4c5058;
}
#boards span.paging {
	font-size: 16px;
	font-weight: bold;
		}
#boards div.control {margin: 10px 0 0 0;}  
.board-nav {margin: 10px 0;text-align: right; font-weight: bold;}

table.forum {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 10px;
}
table.forum a:hover {
	background:#000;
}
.forum th {
	color: #fff;
	font-weight: bold;
	background-color: #000;
	font-size: 11px;
	}
	
.forum td, .forum th {
	padding: 5px;
	border: 1px solid #000;
    }

body#boards img.userthumbnail {

  border: 1px solid #443219;
  }
  
td.profile {
    width: 150px;
    font-size: 11px;
    line-height: 1.5em;
	vertical-align: top;
    }

/* The Text Area input */
body#boards .messageboard-comment {width: 400px; height: 200px;}

.sdk-breadcrumb {display: block; padding: 10px 0;}
th.post-header {text-align: left;}
td.post-td {vertical-align: top;}
p.post-title {margin: 0; padding: 5px; border-bottom: 1px solid #333; background-color: #999; color: #000; font-weight: bold;}  
p.post-text {margin: 10px;}

body#boards div.onlineusers {display: inline;}
body#boards div.onlineusers img {display: inline; padding: 1px; vertical-align: middle;}
body#boards div.onlineusers img {width: 20px; height: 20px;}

div.help dd {padding: 3px 0 10px 20px;}


p.btn-board {
    padding: 20px 10px;
}
    
div.btn-board-sig {
    font-size: 10px;
	font-style: italic;	
}

blockquote.btn-board {
	background: transparent;
	border: 1px #808080 dashed;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;	
    margin-bottom: 10px;
	padding: 5px;
}

.sdk-breadcrumb {
display: none;}

 h3{
	margin:0 0 15px 0;
	font-size: 14px;
	line-height:16px;
	font-weight:bold;
	color:#1c376d;
}

.user-options a:hover {
	background:none !important;
}
