/* POST BITS */

.postbit {
	
}

.postbit-title {
	border-bottom: 1px #d8d8d9 solid;
	padding-top: 5px;
	padding-left: 7px;
	height: 18px; 
}
.postbit-title .reply-icon {
	width: 55px;
	float: right;
}

.postbit-title .reply-icon a {
	text-decoration: none;
	color: #7892b1 !important;
}

.postbit-title .reply-icon img {
	position: relative;
	top: 3px;
}

.postbit-title .left-part {
	float: left;
}

.postbit-first .alt2, .postbit-first .alt1 {
	background: #f2f1fd;
}

.postbit-first .postbit-page .alt2, .postbit-first .postbit-page .alt1 {
	background: #f2f1fd url("../../images/gradients/bts_firstbit_grad.gif") top repeat-x;
}

.postbit-odd .alt2, .postbit-odd .alt1 {
	background: #f1f1f2;
}

.postbit-even .alt2, .postbit-even .alt1 {
	background: #e6e6e6;
}

.postbit .alt2 {
	border-right: 1px solid #cfcfcf;
	padding: 0px 0px 0px 7px;
	width: 113px;
}

.postbit-message-container {
	padding: 0px;
}

.postbit-message-container .postbit-message {
	padding-left: 7px;
	padding-top: 12px;
	color: #606062;
}

.violet-link {
	color: #a5a1eb !important;
	text-decoration: none;
}



/* TOPIC TITLE */

.topic-title {
	padding-top: 0px;
	border-bottom: 1px solid #f6f6ea;
	height: 48px;
	background: top url("../../images/gradients/bts_topic-title_grad.gif") repeat-x;
	vertical-align: top;	
}
.topic-title-text {
	font-size: 18px;
	color: #5145c0;
	font-family: 'lucida grande', lucida, sans-serif;
	text-transform: uppercase;
}
.topic-title-bottom {
	padding-top: 4px;
}
.topic-title-icons {
	float:left;
}
.topic-title-started-date {
	font-size: 11px;
	padding-top: 4px;
	float: right;
	color: #9b9b9d;
}
.topic-title-started-date .bobo {
	color: #717073;
	font-weight: bold;
}
