.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 383px;*/
	width: 750px;
}
.message_list li {
	padding: 0;
	margin: 0;
	/*background: url(images/message-bar.gif) no-repeat;*/
}

.message_list li a{
	color: #666666;	
}

.message_list li a:hover{
	color: #CCCCCC;	
}

.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;

}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}

/*----coba beda class--------*/
.message_headD {
	/*padding: 5px 10px;*/
	
	padding: 5px;
	cursor: pointer;
	/*position: relative;*/
	margin: 0;

}



.message_headD .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_headD cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}

.message_bodyD {
	
	margin: 0;
	padding: 5px 10px 15px;
	/*padding-top: 10px*/;
	/*background: #FFCCCC;*/
	border: solid 1px #999999;
	background: #DFE0D0;
	margin: 0;	
	/*border-bottom:medium #999999;*/
}

/*-------------end-------------*/

.message_body {
	margin: 0;
	padding: 5px 10px 15px;
	/*padding-top: 10px*/;
	/*background: #FDEAFD;*/
	border: solid 1px #CCCCCC;
	background: #F7F7E8;
	margin: 0;
	/*border-bottom:medium #999999;*/
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 750px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	background: url(images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(../images/collapse-all_up.GIF) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

.collpase_all_message_down {
	background: url(../images/collapse-all_down.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}	