﻿
/*
jive-thread.css
styles specific to threads/discussions in Clearspace
*/
/* answer bar */
#jive-answer-bar {
	display: block;
	clear: both;
	padding: 0;
	margin: 0 0 18px;
	background: #e9e9e9 url(../images/webboard/jive-browseby-bar.jpg) repeat-x top;
	border: 1px solid #dcdcdc;
	color: #777;
	font-size: 8pt;
	width:99%;
	}
#jive-answer-bar div {
	padding: 6px 10px;
	}
#jive-answer-bar h4 {
	display: inline;
	font-size: 9pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
#jive-answer-bar h4 span.jive-answer-notanswered,
#jive-answer-bar h4 span.jive-answer-possiblyanswered,
#jive-answer-bar h4 span.jive-answer-assumedanswered,
#jive-answer-bar h4 span.jive-answer-answered {
	font-weight: bold;
	font-size: 10pt;
	}
#jive-answer-bar h4 span.jive-answer-notanswered { color: #ad2323; }
#jive-answer-bar h4 span.jive-answer-possiblyanswered { color: #d57a11; }
#jive-answer-bar h4 span.jive-answer-assumedanswered { color: #03719f; }
#jive-answer-bar h4 span.jive-answer-answered { color: #47ad23; }
#jive-answer-bar ul {
	clear: both;
	padding: 0 0 2px;
	margin: 0;
	list-style-type: none;
	}
#jive-answer-bar ul li {
	padding-top: 5px;
	}
#jive-answer-bar ul li a {
	color: #555;
	}
#jive-answer-bar ul li a:hover {
	color: #666;
	text-decoration: underline;
	}
.jive-answer-helpful {
	background: transparent url(../images/webboard/jive-icon-answer-helpful-16x16.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin-left: 5px;
	white-space: nowrap;
	}
.jive-answer-correct {
	background: transparent url(../images/webboard/jive-icon-answer-correct-16x16.gif) no-repeat left;
	padding: 0 0 0 20px;
	margin-left: 18px;
	white-space: nowrap;
	}
/* thread info (above thread view) */
.jive-thread-info {
	position: relative;
	overflow: hidden;
	clear: both;
	font-size: 8pt;
	margin-bottom: 5px;
	padding: 0;
	color: #666;
	background-color: #f7fafd;
	border: 1px solid #d3e2ee;
	}
.jive-thread-info-padding {
	padding: 5px 5px 5px 10px;
	}
.jive-thread-info-footer {
	margin-top: 4px;
	}
.jive-thread-info strong {
	padding-right: 8px;
	}
.jive-thread-info span {
	padding-left: 5px;
	}
.jive-thread-info a.jive-link-rss-small {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-decoration: none;
	}
.jive-thread-info .jive-pagination {
	position: absolute;
	right: 8px;
	top: 2px;
	padding-top: 3px;
	}
.jive-thread-info .jive-pagination .jive-pagination-numbers a:hover {
	border-color: #d3e2ee;
	}
.jive-thread-info .jive-pagination .jive-pagination-numbers a.jive-pagination-current:link,
.jive-thread-info .jive-pagination .jive-pagination-numbers a.jive-pagination-current:visited,
.jive-thread-info .jive-pagination .jive-pagination-numbers a.jive-pagination-current:hover,
.jive-thread-info .jive-pagination .jive-pagination-numbers a.jive-pagination-current:active,
.jive-thread-info .jive-pagination .jive-pagination-prevnext {
	background-color: #e7f0f6;
	border-color: #d3e2ee;
	}
.jive-thread-info .jive-pagination a.jive-pagination-prev:link,
.jive-thread-info .jive-pagination a.jive-pagination-prev:visited,
.jive-thread-info .jive-pagination .jive-pagination-prev-none {
	border-right: 1px solid #d3e2ee;
	}
/* thread - original Post and Reply shared styles */
.jive-thread-post,
.jive-thread-post-mod,
.jive-thread-reply,
.jive-thread-reply-mod {
	border-width: 1px;
	border-style: solid;
	margin: 0 0 4px;
	overflow: hidden;
	position: relative;
	}
/* thread -- original post styles */
.jive-thread-post {
	background: #d5e3ee url(../images/webboard/jive-thread-bg-author.jpg) repeat-y top left;
	border-color: #d5e5f1;
	}
.jive-thread-post-mod {
	background: #f6efc1 url(../images/webboard/jive-thread-bg-author-mod.jpg) repeat-y top left;
	border-color: #e8e0b3;
	}
.jive-thread-post .jive-thread-post-moderating,
.jive-thread-reply .jive-thread-post-moderating{
    display: none;
}
.jive-thread-post-mod .jive-thread-post-moderating,
.jive-thread-reply-mod .jive-thread-post-moderating{
    color: #d89757;
	font-size: 9pt;
	font-weight: bold;
    text-transform: uppercase;
    padding: 4px 3px 3px 22px;
	margin: 0 100px 10px 0;
	width: 50%;
    border-bottom: solid #d89757 1px;
    background: url(../images/webboard/jive-icon-moderate-16x16.gif) 2px 3px no-repeat;
}
.jive-thread-post-subject {
	width: 100%;
	padding: 0;
	margin: 0;
	}
* html .jive-thread-post-subject {  /* targets IE <= 6 only */
	width: 99%;
	}
	/*    เส้นใต้โพส         */
.jive-thread-post-subject-content {
	clear: none;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(../images/webboard/jive-div-dotted.gif)  bottom no-repeat;
	}
.jive-thread-post-subject-content h2,
.jive-thread-post-subject-content h2 a {
	width: auto;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 100px 0 0;
    text-decoration: none;
    }
.jive-thread-post-subject-content h2 a,
.jive-thread-post-subject-content h2 a:hover {
	color: #333;
	margin: 0;
	text-decoration: none;
	}
.jive-thread-post-subject-content h2 a:active { outline: none; }
.jive-thread-post-subject-content h3 {
	color: #777;
	font-size: 9pt;
	font-weight: normal;
	padding: 2px 0 3px;
	margin: 0 100px 0 0;
	width: auto;
    }
.jive-thread-post-reply {
	float: right;
	height: 27px;
	background: url(../images/webboard/jive-replybtn-bg-right.gif) right no-repeat;
	}
.jive-thread-post-reply a {
	display: block;
	padding: 5px 12px 6px 33px;
	margin: 0 5px 0 0;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #355491;
	background: url(../images/webboard/jive-replybtn-bg-left.gif) top left no-repeat;
	}
.jive-thread-post-reply a:hover {
	background: url(../images/webboard/jive-replybtn-bg-left-over.gif) left no-repeat;
	}
.jive-thread-post-body-container 
{ 
	
	height:auto!important;     /* Fx อ่านบรรทัดนี้ เพราะมี !important */
    height:auto;            /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ*/
    min-height:125px;    /*Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
	 
    }
.jive-thread-post-message {
    margin: 0;
    overflow: hidden;
    padding: 0 0 3px 0;
    }
    /*ขอบล่างลายเซ็นต์*/
.jive-thread-post-message .jive-thread-post-message-content
{
    font-size:12px;
	clear: none;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(../images/webboard/jive-div-dotted.gif)  bottom no-repeat;
    }
* html .jive-thread-post-message {
    padding-bottom: 30px;
    width: 99%;
	}

/* jive-thread-messages  บล๊อก แมสเสส */
.jive-thread-messages {
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;
	margin: 0 10px 0 0;
	
	}
	/* jive-thread-reply บล๊อก Reply */
.jive-thread-reply {
	background: #f4f3f3 url('../images/webboard/jive-thread-bg.jpg') repeat-y left top;
	border-color: #dcdcdc;
    width: 100%;
    top: 0px;
    left: 0px;
    
}
.jive-thread-reply-mod {
	background: #F6EFC1 url(../images/webboard/jive-thread-bg-author-mod.jpg) repeat-y top left !important;
	border-color: #E8E0B3 !important;
	}
.jive-thread-reply-correct {
	border-left: 2px solid #b4d387;
	border-right: 2px solid #b4d387;
	}
	/* ความสูงของ หัวข้อตอบกระทู้*/
.jive-thread-reply-subject
{   
    height :30px;
   	width: 100%;
	padding: 0;
	margin: 0;
    }
.jive-thread-reply-subject-content{    
	clear: none;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(../images/webboard/jive-div-dotted.gif)  bottom no-repeat;
}

.jive-thread-reply-subject-content A ,
.jive-thread-reply-subject-content A:link,
.jive-thread-reply-subject-content A:hover{    
 font-family : "Microsoft Sans Serif", "Tahoma", "Thonburi";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.jive-thread-reply-correct .jive-thread-reply-subject strong {
	color: #466c07;

	padding: 0 0 1px 21px;

	}
.jive-thread-reply-helpful {
	border-left: 2px solid #dcc36a;
	border-right: 2px solid #dcc36a;
	}
.jive-thread-reply-helpful .jive-thread-reply-subject strong {
	color: #806607;
	background: transparent url(../images/webboard/jive-icon-answer-helpful-16x16.gif) no-repeat 0 -1px;
	padding: 0 0 1px 21px;
	}

.jive-thread-reply-indent-max {
	background: transparent url(../images/webboard/jive-thread-indent-arrow.gif) no-repeat left top;
	padding-left: 11px;
	}

.jive-thread-reply-indent-max .jive-thread-reply-indent-shadow {
	padding-left: 8px;
	background: transparent url(../images/webboard/jive-thread-indent-bg.gif) repeat-y top left;
	}
/* author styles (name, avatar, level, number of posts) */
.jive-thread-post .jive-author,
.jive-thread-post-mod .jive-author,
.jive-thread-reply .jive-author,
.jive-thread-reply-mod .jive-author {
	position: relative;
	display: block;
	float: left;
	color: #777;
	text-align: center;
	width: 180px;
	padding-bottom: 10px;
	padding-top: 90px;
	z-index: 2;
    top: 0px;
    left: 0px;
}
.jive-thread-post .jive-author a,
.jive-thread-post-mod .jive-author a,
.jive-thread-reply .jive-author a,
.jive-thread-reply-mod .jive-author a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	}
.jive-thread-post .jive-author a:hover,
.jive-thread-post-mod .jive-author a:hover,
.jive-thread-reply .jive-author a:hover,
.jive-thread-reply-mod .jive-author a:hover {
	text-decoration: underline;
	}
	
	/*  มุมคำพูด เว็บบอร์ด */
.jive-thread-post .jive-author span.jive-author-avatar-container,
.jive-thread-reply .jive-author span.jive-author-avatar-container {
	position: absolute;
	display: block;
	width: 181px;
	margin: 0;
	left: 0;
	top: 0;
	padding-bottom: 4px;
	background: transparent url(../images/webboard/jive-thread-arrow.gif) no-repeat right 42px;
	z-index: 3;
	}
/*      มุมคำพูด  Post Comment */
 .jive-thread-reply .jive-author span.jive-author-avatar-container-reply {
	position: absolute;
	display: block;
	width: 181px;
	margin: 0;
	left: 0;
	top: 0;
	padding-bottom: 4px;
	background: transparent url(../images/webboard/jive-thread-arrow.gif) no-repeat right 42px;
	z-index: 3;
	}
.jive-thread-post-mod .jive-author span.jive-author-avatar-container {
	position: absolute;
	display: block;
	width: 134px;
	margin: 0;
	left: 0;
	top: 0;
	padding-bottom: 4px;
	background: transparent url(../images/webboard/jive-thread-arrow-mod.gif) no-repeat right 42px;
	z-index: 3;
	}
.jive-thread-reply-mod .jive-author span.jive-author-avatar-container {
	position: absolute;
	display: block;
	width: 134px;
	margin: 0;
	left: 0;
	top: 0;
	padding-bottom: 4px;
	background: transparent url(../images/webboard/jive-thread-arrow.gif) no-repeat right 42px !important;
	z-index: 3;
	}
.jive-thread-post .jive-author-avatar,
.jive-thread-post-mod .jive-author-avatar,
.jive-thread-reply .jive-author-avatar,
.jive-thread-reply-mod .jive-author-avatar {
	background-image: none;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 3px;
	margin: 19px 0 2px;
	overflow: hidden;
	}
.jive-thread-post .jive-author span.jive-author-avatar-container span,
.jive-thread-post-mod .jive-author span.jive-author-avatar-container span,
.jive-thread-reply .jive-author span.jive-author-avatar-container span,
.jive-thread-reply-mod .jive-author span.jive-author-avatar-container span {
	display: block;
	clear: both;
	}
.jive-thread-post .jive-author em,
.jive-thread-post-mod .jive-author em,
.jive-thread-reply .jive-author em,
.jive-thread-reply-mod .jive-author em {
	display: block;
	margin: 2px 0 0 0;
	font-style: normal;
	font-size: 7.5pt;
	line-height: 10pt;
	}
	/*  username */
.jive-thread-post .jive-author .jive-username-link-wrapper,
.jive-thread-post-mod .jive-author .jive-username-link-wrapper,
.jive-thread-reply .jive-author .jive-username-link-wrapper,
.jive-thread-reply-mod .jive-author .jive-username-link-wrapper 
   {
	display: block;
	width: 133px;
	overflow: hidden;
	padding:40px 0 0 0;
	}
	/*  icononline */
.jive-thread-post .jive-author .jive-icononline,
.jive-thread-post-mod .jive-author .jive-icononline,
.jive-thread-reply .jive-author .jive-icononline,
.jive-thread-reply-mod .jive-author .jive-icononline 
   {
    
	display: block;
	width: 20px;
	overflow: hidden;
	position:absolute;
	margin-top:40px;
	z-index:3;
	left:7px; 
	
	}
	
	/*  ขอบในคำพูด */
.jive-thread-post .jive-thread-post-body-container,
.jive-thread-reply .jive-thread-reply-body-container {
    background-color:#FFFFFF;
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px 12px 12px 17px;
    /*   margin:0 0 0 180px;  */
    z-index: 1;
    background-image: url(../images/webboard/jive-thread-bg-body2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
    }

   .jive-thread-reply .jive-thread-post-body-container {
    background-color:#FFFFFF;
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px 12px 12px 17px;
    margin:0 0 0 180px;
    z-index: 1;
    background-image: url(../images/webboard/jive-thread-bg-body2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
    }
.jive-thread-post-mod .jive-thread-post-body-container {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    overflow: hidden;
    padding: 10px 12px 12px 17px;
    z-index: 1;
    }
.jive-thread-reply-mod .jive-thread-reply-body-container {
    background-color: #fff !important;
    border: 1px solid #e5e5e5 !important;
    display: block;
    overflow: hidden;
    padding: 10px 12px 12px 17px;
    z-index: 1;
    }
/* targets IE =< 6 */
* html .jive-thread-post .jive-thread-post-body-container,
* html .jive-thread-post-mod .jive-thread-post-body-container,
* html .jive-thread-reply .jive-thread-reply-body-container,
* html .jive-thread-reply-mod .jive-thread-reply-body-container {
	
	margin: 0 0 0 180px;
	}
.jive-thread-post .jive-thread-post-body,
.jive-thread-post-mod .jive-thread-post-body,
.jive-thread-reply .jive-thread-reply-body,
.jive-thread-reply-mod .jive-thread-reply-body {
	overflow: hidden;
	padding: 6px 6px 6px 0;
	position: relative;
    top: 0px;
    left: -1px;
}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject {
	font-size: 8pt;
	color: #777;
	padding: 0 0 5px;
	margin: 0 0 0 0;
	background-image: none;
	width:99%;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-subject-content {
	clear: none;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(../images/webboard/jive-div-dotted.gif)  bottom no-repeat;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-num,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-num {
	padding: 0 2px 0 0;
	font-size: 10pt;
	font-weight: bold;
	color: #b4b4b4;
	text-decoration: none;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-num:hover,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-num:hover {
	color: #f90;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date {
	padding-bottom: 3px;

	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date img,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date img {
    display:inline;
}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date span a,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject .jive-thread-reply-date span a {
	color: #999;
    padding: 0 10px 0 1px;
	text-decoration:none;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject strong,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject strong {
	font-size: 10pt;
	display: block;
	padding-top: 1px;
	color: #555;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-subject strong a,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-subject strong a {
    text-decoration:none;
    color: #555;
    }
.jive-thread-reply .jive-thread-reply-body-container,
.jive-thread-reply-mod .jive-thread-reply-body-container {	
	height:auto!important;     /* Fx อ่านบรรทัดนี้ เพราะมี !important */
    height:auto;            /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ*/
    min-height:120px;    /*Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-message {
	width: 100%;
    overflow:hidden;
	/*overflow-x: auto;
    overflow-y: hidden;*/
    margin: 0;
	
	padding-bottom: 3px;
	height:auto!important;     /* Fx อ่านบรรทัดนี้ เพราะมี !important */
    height:auto;            /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ*/
    min-height:42px;    /*Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
	}

/* IE <= 6 only */ 
* html .jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message,
* html .jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-message {
	padding-bottom: 20px;
	width: 99%;
	}
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message a,
.jive-thread-reply-mod .jive-thread-reply-body-container .jive-thread-reply-message a {
	outline: none;
	}
	/*คั่นลายเซ็นต์*/
.jive-thread-reply .jive-thread-reply-body-container .jive-thread-reply-message .jive-thread-reply-message-content {
	clear: none;
    font-size :13px;
	padding: 0 0 9px;
	margin: 0 0 10px;
	background: transparent url(../images/webboard/jive-div-dotted.gif)  bottom no-repeat;
	}
#jive-postpage .jive-thread-reply-message {
	height:auto!important;     /* Fx อ่านบรรทัดนี้ เพราะมี !important */
    height:auto;            /* IE6 อ่านบรรทัดนี้ เพราะไม่สน !important อ่านบรรทัดล่างสุด ตามกฎปกติ*/
    min-height:72px;    /*Fx และเบราเซอร์ใหม่ๆ อ่านบรรทัดนี้ */
	

	}
/* IE <= 6 only */ 
* html #jive-postpage .jive-thread-reply-message {
	padding-bottom: 50px;
	}
/* author styles (helpful / correct buttons) */
.jive-thread-reply-btn {
	padding: 25px 0 30px;
	}
.jive-thread-reply-btn-helpful,
.jive-thread-reply-btn-correct {
	background: transparent url(../images/webboard/jive-formbtn-bg.gif) repeat-x;
	border: 1px solid #bcbcbc;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 8px 0 3px;
	text-align: left;
	}
.jive-thread-reply-btn-helpful a,
.jive-thread-reply-btn-correct a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 8pt;
	margin: 0;
	padding: 2px 0 2px 20px;
	text-decoration: none;
	}
.jive-thread-reply-btn-helpful a:hover,
.jive-thread-reply-btn-correct a:hover {
	text-decoration: underline;
	color: #555;
	}
.jive-thread-reply-btn-helpful a {
	background-image: url(../images/webboard/jive-icon-answer-helpful-16x16.gif);
	}
.jive-thread-reply-btn-correct a {
	background-image: url(../images/webboard/jive-icon-answer-correct-16x16.gif);
	}
/* Post & Reply Details */
.jive-thread-post-details,
.jive-thread-reply-details {
	color: #666;
	display: block;
	font-size: 8pt;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
    }
/* IE <= 6 only */ * html .jive-thread-post-details,
/* IE <= 6 only */ * html .jive-thread-reply-details {
	width: 99%;
	}
.jive-thread-post-details a,
.jive-thread-reply-details a {
	text-decoration: none;
	}
.jive-thread-post-details a:hover,
.jive-thread-reply-details a:hover {
	text-decoration: underline;
	}
.jive-link-comment-editsmall,
.jive-link-deletesmall,
.jive-link-branchsmall,
.jive-link-warningsmall {
	color: #777;
	}
.jive-thread-reply-link {
	font-weight: bold;
	padding: 0 0 0 16px;
	background: url(../images/webboard/jive-icon-reply-13x13.gif) left no-repeat;
	}
/* Post details specific styles */
.jive-thread-post-details {
	border: 0;
	background: transparent url(../images/webboard/jive-div-dotted.gif) repeat-x top;
	padding: 10px 0 2px;
	margin-top: 25px;
	}
.jive-thread-post-details .jive-thread-reply-link {
	float: right;
	}
.jive-thread-post-details .jive-thread-post-tags {
	padding-left: 16px;
	background: transparent url(../images/webboard/jive-icon-tag-12x12.gif) no-repeat left;
	display: inline;
	}
/* Reply details specific styles */
.jive-thread-reply-details {
	padding: 20px 0 0;
	text-align: right;
	}
.jive-thread-reply-details a {
	margin-left: 9px;
	}
/* looking at your own messages in a thread */
.jive-thread-reply-self {
	background-color: #d3d3d3;
	background-image: url(../images/webboard/jive-thread-bg-self.jpg);
	}
.jive-thread-reply-self .jive-author span.jive-author-avatar-container {
	background-image: url(../images/webboard/jive-thread-arrow-self.gif);
	}
.jive-thread-reply-postauthor {
	background-color: #d5e3ee;
	background-image: url(../images/webboard/jive-thread-bg-author.jpg);
	border-color: #d5e5f1;
	}
.jive-thread-post .jive-author span.jive-author-avatar-container,
.jive-thread-reply-postauthor .jive-author span.jive-author-avatar-container {
	background-image: url(../images/webboard/jive-thread-arrow-author.gif);
	}
	
.jive-thread-post-mod .jive-author span.jive-author-avatar-container {
	background-image: url(../images/webboard/jive-thread-arrow-mod.gif);
	}
.jive-thread-post .jive-thread-post-body-container,
.jive-thread-reply-postauthor .jive-thread-reply-body-container {
	background-color: #eef4f9;
	border-color: #c5d9e8;
    }
    /* post body Image รูป แบล็คกราว จอแก้ว โพส*/
.jive-thread-post .jive-thread-post-body-container {
	background-image: url(../images/webboard/jive-thread-bg-body.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
.jive-thread-post-mod .jive-thread-post-body-container {
	background-color: #fbfbde;
	border-color: #e8e0b3;
    background-image: url(../images/webboard/jive-thread-bg-mod.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
.jive-attachments {
	border: none;
	margin-top: 15px;
	}
/* thread locked, archived block */
#jive-thread-locked, #jive-thread-archived, #jive-thread-nomessage {
	clear: both;
	margin: 0 0 15px;
	padding: 10px 0;
	background-color: #fdfdef;
	border: 1px solid #eae9e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#jive-thread-nomessage {
	padding: 10px;
	}
#jive-thread-locked span, #jive-thread-archived span {
	padding-left: 10px;
	}
#jive-thread-locked strong {
	background: transparent url(../images/webboard/jive-icon-lock-16x16.gif) no-repeat left;
	padding: 1px 6px 1px 22px;
	color: #988f42;
	font-size: 8pt;
	text-transform: uppercase;
	}
#jive-thread-archived strong {
	background: transparent url(../images/webboard/jive-icon-archived-16x16.gif) no-repeat left;
	padding: 1px 6px 1px 22px;
	color: #988f42;
	font-size: 8pt;
	text-transform: uppercase;
	}
#jive-thread-nomessage strong {
	color: #988f42;
	font-size: 8pt;
	text-transform: uppercase;
	}
/* jive compose - title */
#jive-compose-header h4 {
	background: transparent url(../images/webboard/jive-icon-forum-25x25.gif) no-repeat left;
	padding-left: 34px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
 #jive-compose-title { margin: 4px 153px 22px 0; }
#jive-compose-title input { background: #f8fafd;}

#jive-compose-anonymous div {
	background-color: #eef4f9;
	border: 1px solid #abc;
	display: block;
	margin-top: 16px;
	padding: 0 12px 12px;
	}
/* jive compose - body */
#jive-compose-body {
	border: 1px solid #d5e5f1;
	background-color: #e8f1f8;
	}
#jive-post-bodybox {
	background: #EEF4F9 url(../images/webboard/jive-thread-bg-body.jpg) no-repeat scroll right top;
	border-color: #AABDCC;
	}
#editor-tabs {
	background-color: #e8f1f8;
	}
/* jive compose - tags */
.jive-compose-meta-large { border-top: 1px solid #aabdcc;}
.jive-tag-selected {
	background-color: #d5e5f1;
	}
/* jive compose - question */
#jive-compose-question {
    margin-top: -18px;
    padding: 0 6px;
	}
#jive-compose-question input {
	position: relative;
	top: 2px;
}
#jive-compose-question h5 {
    padding-top: 0;
    }
.jive-compose-question-markas label {
	font-weight: bold;
	}
.jive-compose-question-markas span {
	font-size: 8pt;
	}
.jive-sidebar-legend ul li strong {
	color: #355491;
	}
#jive-wiki-state-message {
	width: 100%;
	clear: both;
	margin: 8px 0 15px;
	padding: 0 0 10px;
	background-color: #fdfdef;
	border: 1px solid #eae9e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
/* editor panel */
.jive-editor-panel {  }
p.jive-replying-to {
	font-size: 9pt;
	font-weight: bold;
	color: #777;
	padding: 15px 0 8px 2px;
	}
.jive-thread-reply-footer-top {
	display: inline;
	position: relative;
	background: transparent url(../images/webboard/up-10x10.gif) no-repeat left;
	padding: 1px 5px 1px 13px;
	font-size: 8pt;
	}
/* IE <= 6 */ * html .jive-thread-reply-footer-top {
	display: inline-block;
	}
.jive-thread-post-reply-to-top {
	background: transparent url(../images/webboard/jive-icon-reply-18x18.gif) no-repeat left;
	padding: 2px 2px 2px 24px;
	font-size: 8pt;
	font-weight: bold;
	}
#jive-thread-reply-footer {
	clear: both;
    position: relative;
	margin-top: 30px;
	padding: 0 5px;
	text-align: right;
	}
#jive-thread-reply-footer .jive-thread-reply-footer-top,
#jive-thread-reply-footer .jive-thread-post-reply-to-top {
	font-size: 9pt;
	}
#jive-thread-reply-footer .jive-thread-reply-footer-top {
	padding-right: 15px;
	}
