

/* message display page */
.message_list {
	list-style: none;
/*	position: absolute;
	padding:0px, 0px, 0px, 0px;
	top: 4px;
	left: 50%;
	width: 899px;
	margin-left:-450px; */
}
.message_list li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}


.message_head {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	position: relative;
}
.menu_head {
	padding-left:15px;
	z-index:1000001;
	line-height:16px;
}
.menu_head em {
	padding-left:15px;	
}
.menu_head .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 15px;
	top: 5px;	
}
.message_head .timestamp {
	color: #888888;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;	
}
.message_head cite {
	font-size: 100%;
	font-style: normal;
}

.message_body {
	padding: 5px 0px 2px 15px;
	text-decoration:none;

}




.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 383px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	padding-right: 12px;
	height:45px;
	color: #fff;
}
