/* message display page */
.message_list3 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 562px;
	text-align:left;
}
.message_list3 li {
	padding: 0;
	margin: 0;
	background:url(bar01.gif) no-repeat;
}
.message_head3 {
	padding: 10px 10px 3px 10px;
	margin:0 0 0 0;
	cursor: pointer;
	position: relative;
	height:22px;
}
.message_head3 .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 6px;
	top: 5px;
	padding-top:7px;
}
.message_head3 cite {
	font-size: 16px;
	font-weight:bold;

	font-style: normal;
}
.message_body3 {
	padding: 0;
	margin:0;
}
.collapse_buttons3 {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 570px;
}
.collapse_buttons3 a {
	margin-left: 15px;
	float: right;
}
.show_all_message3 {
	background: url(../images/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only3 {
	display: none;
	background: url(../images/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message3 {
	background: url(../images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

