
/*Forum index*/

.forum-latest {width:47%; margin-right:3%; float:left;}
.forum-latest th {text-align:left;font-size:110%;}
.forum-latest th a, .forum-latest .thread-date a {color:#000; text-align:left;}
.forum-latest .thread-date {width:115px;}

table.forum-index {width:100%;border-collapse: collapse;}
table.forum-index .category-title {
	padding:12px 6px 2px 6px;
	border-bottom:1px solid #bbb;
	text-align:left;
}
table.forum-index .category-title a{
	color:#000;
}
.category-title span {font-size:110%;}
.forum-rows td {padding:3px 0px 3px 10px;}
.forum-update {width:50%;}
.forum-icon {width:22px;}
.forum-title a.black {
	font-size: 105%;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.forum-date,.forum-stats {font-size:90%;}
.forum-stats {color:#999;}


/* Forum popular */

.forum.popular {width:100%;}
.forum.popular tbody tr td {padding:3px 0;}
.forum.popular tbody tr{border-bottom: 1px solid #ccc;}
.forum.popular thead tr {border-bottom: 1px solid #ddd;}
.forum.popular thead tr th {padding:3px 0;}
.forum.popular .topic {padding-right:10px;}
.forum.popular span.section a {color:#999;}
.forum.popular span.section{color:#ddd;float:right;}


.thread-views, .thread-replys {min-width:4em;}
.new-post .thread-subject a{font-weight:bold;}

.forum-breadcrumb span:after {content : ' » '}
.forum-breadcrumb span:last-child:after,
.forum-threads-h1 span:last-child:after{content : '  '}
.forum-threads-h1 span:after {content : ' - '}

.forum-threads-paging {float:right;margin-right:22px;}
.forum-threads-paging .content-list-paging{text-align:right;}

.forum-threads {
	margin-top:10px;
	border-collapse: collapse;
	width: 100%;
}
.forum-threads th a{color:#000;}
.forum-threads th {padding:6px 3px 2px;border-bottom:1px solid #bbb; text-align:left;}
.forum-threads td.thread-latest {font-size:90%;line-height:1.2;padding:2px 3px;}
.forum-threads td {padding:3px; text-align:left;}
.forum-threads .icon {width:16px;height:16px;display:block;border:none !important;}
.forum-threads td.thread-icon {background:url("https://omega.jesper.nu/icons/fugue/mail-open.png") no-repeat scroll center center transparent;}
.forum-threads .new-post td.thread-icon {background:url("https://omega.jesper.nu/icons/fugue/mail.png") no-repeat scroll center center transparent;}
.forum-threads .glued td.thread-icon {background:url("https://omega.jesper.nu/icons/fugue/sticky-note.png") no-repeat scroll center center transparent;}
.forum-threads .locked td.thread-icon {background:url("https://omega.jesper.nu/icons/fugue/lock.png") no-repeat scroll center center transparent;}
.forum-threads .glued.locked td.thread-icon {background:url("https://omega.jesper.nu/icons/fugue/exclamation-button.png") no-repeat scroll center center transparent;}
.forum-threads .user-part td.thread-icon .icon{background: url(https://omega.jesper.nu/icons/fugue/user-small.png) no-repeat scroll center center transparent;}


.forum-threads .icon.thread-feed {background:url("https://omega.jesper.nu/icons/fugue/feed.png") no-repeat scroll 0 0 transparent;}
.forum-threads .admin-btn {border: 0 none !important;float: right;padding: 0;vertical-align: bottom;}

.forum-threads .complain-post {background-color:#D9B1B1;}
.forum-threads .complain-thread {background-color:#D48181;}


.comment.complain-post {border:2px solid #D9B1B1;}
.comment.complain-thread {border:2px solid #D48181;}




.comment {
    /* background:transparent url(https://www.jesper.nu/inc/images/randig_ton.gif) repeat-x top left; */
	background-color:#e6ecdc;
	border:1px solid #ccc;
	/*width:774px;*/
	margin-bottom:10px !important;
	margin-right:22px;
}
.comment_right {
	background-color:#e6ecdc;
	color:#272727;
	height:auto;
	width:108px;
	float:left;
	padding:7px 0 7px 7px;
	margin:0;
}
.comment_main {
	background-color:#f0f7e6;
	border-left:1px solid #ccc;
	margin:0 0 0 115px;
	padding-left:10px;
}
.comment_right img {
	margin-bottom:3px;
	padding:2px;
	background-color:#fff;
	border:1px solid #ababab;
}
.comment_main p {
	color:#272727;
	margin:0;
	padding:5px 15px 10px 0;
	width:88%;
}
.comment_right a:link, .comment_top a:visited {
	color:#272727;
	font-weight:bold;
	font:Tahoma, Geneva, sans-serif;
}
.comment_right a:hover {
	color:#FF0000;
}

a.no-line,a.no-line:hover {
border:0;padding:0;
}
.replie-username {
font-weight:bold;
}
.quote-content {
border: 1px solid grey; 
padding: 5px; 
width: 90%; 
color: #666;
font-style:italic;
margin:5px;
}
.quote-content .quote-user {
font-style:normal;
}

.topic-compose {
	margin-right:22px;
}
.topic-compose textarea{
	height:200px;
	width:100%;
}