/*
.clear
{
	float: left;
	clear: both;
	width: 100%;
}
*/
#forum_wrapper h2{
	border: 0px;
	color: #555555;
	font-size: 19px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	
}

#forum_wrapper a,
#forum_wrapper a:hover
{
	color: #000000;
}

#forum_wrapper p{
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

#forum_wrapper .black{
	color: #000000;
}

#forum_wrapper a.linkTo{
	color: #4F732B;
	font-weight: normal;
}

#forum_wrapper
{
	font-family: Verdana, sans-serif;
	margin: 0 auto 0 auto;
}

#forum_wrapper .actions{
	clear: both;
	line-height: 23px;
}

label.forumAdmin{	font-weight: bold; }
label.frameworkRight{ font-weight: bold; color: #b22222; }

.linkedContents{
	clear: both;
	margin: 10px 0px;
	text-align: left;
}

ul.textlist{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.textlist li{
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

table h3
{
	font-size: 14px;
	margin: 0;
}

table td
{
	vertical-align: top;
	color: #4d4d4d;
}

table.forum, table.category, table.topic
{
	border: 1px solid #d5d5d5;
	margin: 10px 0px 15px 0px;
	width: 100%;
	border-collapse: collapse;
}

table.forum thead td,
table.category thead td 
{
	border: 1px solid #404040;
	background-color: #555555;
	font-weight: bold;
	color: #ebebeb;
	border-bottom: 3px solid #EFBC12;

}

table.forum td,
table.category td,
table.topic td {
	padding: 8px;
	border: 1px solid #d5d5d5;
}

table.mceEditor {
	border: 1px solid #CCCCCC
}


table.forum tr.odd td, 
table.category tr.odd td,
table.topic tr.odd td
{
	background: #ebebeb;
}

table.forum tr.even td, 
table.category tr.even td,
table.topic tr.even td
{
	background: #f2f2f2;
}


table.forum td       { vertical-align: middle; text-align: center; }
table.forum td.title { /*width: 418px; */text-align: left; }
table.forum td.topics    { width: 80px; }
table.forum td.posts     { width: 80px; }
table.forum td.lastpost  { width: 130px; line-height: 15px;  }

table.category td           { vertical-align: middle; text-align: center; }
table.category td.title     { /*width: 318px; */text-align: left; }
table.category td.startedby { width: 130px; line-height: 15px; }
table.category td.topics    { width: 80px; }
table.category td.posts     { width: 80px; }
table.category td.lastpost  { width: 130px; line-height: 15px;  }
table.category td.by        { width: 105px; }
	

table.forum tbody td.img, table.category tbody td.img
{
	width: 18px;
}

div.forum_image_normal span, div.forum_image_hidden span, div.forum_image_locked span
{
	display: none;
}

div.forum_image_normal, div.forum_image_hidden, div.forum_image_locked
{
	background-image: url(../images/forum_sprites.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	height: 23px;
	line-height: 0;
	width: 18px;
}

div.forum_image_normal
{
	background-position: 0px 0px;
}

div.forum_image_hidden
{
	background-position: 0px -24px;
}

div.forum_image_locked
{
	background-position: 0px -48px;
}

img.order_top, img.order_bottom, img.order_top_active, img.order_bottom_active
{
	border: 0;
	height: 10px;
	margin-right: 2px;
	width: 9px;
}


/* ------------------------------------------- */
/* breadcrumbs                                      */
/* ------------------------------------------- */

#category_breadcrumbs, #topic_breadcrumbs
{
	float: left;
	font-size: 11px;
	line-height: 21px;
	margin-bottom: 5px;
	color: #555555;
	font-weight: bold;
}

#category_breadcrumbs span.sep, 
#topic_breadcrumbs span.sep{
	background-image: url(../images/breadcrumbs_sepa.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 10px;
	width: 16px;
	color: white;
}

#category_breadcrumbs span.linkTo{
	font-weight: normal;
}

#category_breadcrumbs span.main, 
#topic_breadcrumbs span.main, 
#topic_breadcrumbs span.sub{
	
}
 
#category_breadcrumbs span.sub, 
#topic_breadcrumbs span.topic
{
	
}


/* ------------------------------------------- */
/* Search                                      */
/* ------------------------------------------- */

.forumSearchSwitcher{
	float: right;
	font-size: 11px;
	line-height: 21px;
	margin-bottom: 5px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

/* ------------------------------------------- */
/* Paging                                      */
/* ------------------------------------------- */
 
#pager_top div.tabber a, #pager_bottom div.tabber a
{
	text-decoration: none;
} 
 
div.pager
{
	display: block;
	line-height: 22px;
	margin-top: 14px;
	text-align: center;
}
 
span.tab
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
	vertical-align: middle; 
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
	padding: 2px 0px;
	line-height: 20px;
	text-decoration: none !important;
}
span.tab a,
span.actual{
		padding: 2px 6px;
		line-height: 20px;
}

span.actual {
	color: #000000;
	text-decoration: none; 
	background-color: #d7ff86;
	border: 1px solid #d5d5d5;
}


span.first, span.previous, span.next, span.last{
	color: #959595;
	background-color: #eaeaea;
}

/* ------------------------------------------- */
/* Post reply                                  */
/* ------------------------------------------- */

#postEditorReplyToStatusBar{

}
#postEditorReplyToStatusBar .title{
	padding: 5px 5px 5px 1px;
	margin-top: 5px;
	border-color: #D5D5D5;
	border-bottom: 0px;
}
#postEditorReplyToStatusLabel{
	background-image: url(../images/breadcrumbs_sepa.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}
#replyToPostQuote{
	border: 1px solid #cccccc;
	padding:10px;
	margin: 0px;
}
.replyToTurnOff{
	cursor: pointer;
	color: black;
	font-size: 10px;
	background-image: url(../../../images/trkb_main/icon-forbidden.png);
	background-repeat: no-repeat;	
	padding: 2px 0px 2px 18px;
	text-decoration: underline;
	font-weight: bold;
}

.postModerated{
	padding: 5px 8px;
	color: #3366cc;
}


/* ------------------------------------------- */
/* Posts                                       */
/* ------------------------------------------- */

.postId{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333366;
	background-color: white;
	padding: 3px;
}

table.forumNewPost{
	width: 630px;
}

table.forumNewPost td{

}
table.forumNewPost th{
	background-color: #555555;
	font-weight: bold;
	color: #ebebeb;
	padding: 4px;
}
table.forumNewPost td.message{
	text-align: center;
	padding: 5px;
}

table.topic table,
table.topic table td{
	border: 0;
}
table.topic table.fit,
table.topic table.fit td.fit{
	width: 100%;
}




table.topic td.user{
	width: 100px;
}
table.topic td.user a img{
	text-decoration: none;
	border: 0px;
	width: 100px;
}
table.topic td.user a{
	text-decoration: underline;
	font-weight: bold;
}

/*table.topic td.comment*/
table.topic tr.odd td.comment,
table.topic tr.even td.comment{
	padding: 0px;
	background-color: white;
}

table.topic table td.date,
table.topic table td.postHead {
	background-image: url(../images/tools_bg.png);
	background-repeat: repeat-x;
	/*line-height: 25px;*/
	background-color: #f2f2f2;
	font-weight: bold;
	color: #6b6b6b;
	font-size: 10px;
	padding: 4px 2px 4px 4px;
	border-bottom: 1px solid #d5d5d5;
}
table.topic table td.date{
	text-align: right;
	width: 40%;
}
table.topic table td.postHead {
	text-align: left;
	font-weight: normal;
	width: 60%;
}

table.topic table td.date a,
table.topic table td.postHead a {
	color: #cd5c5c;
	text-decoration: none;
	font-weight: bold;
}

#forum_wrapper .deletedByModerator{
	color: #cd5c5c;
}

table.topic table td.postid{
	background-image: url(../images/tools_bg.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d5d5d5;
}

table.topic table td.commentsub {
	font-size: 12px;
	line-height: 16px;
	background-color: white; 
	height: 80px;
	padding: 8px;
	color: black;
}

table.topic td.commentsub p.info
{
	font-size: 10px;
}

table.topic td.commentsub p.subscription
{
	border-top: 1px solid #c0c0c0;
	color: #969696;
	margin-top: 20px;
}

.forumPost H1,.forumPost H2,.forumPost H3,.forumPost P{
	margin: 1em 0em;
	text-align: left;
}

blockquote
{
	border: 1px solid #7b93c5;
	margin: 0 40px 10px 40px;
	padding: 7px;
}

a.user
{
	display: block;
	margin-bottom: 13px;
	text-decoration: underline;
}

a.userpic
{
	display: block;
	text-decoration: none;
}

#postreply textarea
{
	height: 150px;
	width: 600px;
}


TABLE.mceLayout TD,
TABLE.mceToolbar TD,
TABLE.mceEditor TD,
TD.mceToolbarStart {
	width: auto;
	padding: 0px;
}