/* ===== jquery accordian ====== */
ol {
padding: 0;
margin: 0; }
.message_list {
float: left;
list-style: none;
marin: 0;
padding: 0;
width: 590px;}
.message_list li {
padding: 0;
margin: 0;
background-color: #262626;
border: 1px solid #000;
}
.message_head {
padding: 10px 10px 10px 10px;
cursor: pointer;
position: relative;
display:block;
margin: 0 0 0 0;}
.message_head .timestamp {
	font-size: 100%;
	font: 13px/22px Arial, Georgia, Times New Roman, Times, serif;
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 10px;
	left: 485px;
	width: 97px;
}
.message_head cite {
font: 13px/22px Arial, Georgia, Times New Roman, Times, serif; color: #FFF;
font-weight: bold;
font-style: normal;
padding: 5px 0 5px 0;}
.message_body {
padding: 5px 10px 0 10px;}
.collapse_buttons {
text-align: right;
padding: 5px 0;
width: 574px;}
.collapse_buttons a {
margin-left: 0px;
float: right;
text-decoration: none}
.collapse_buttons a:hover {
text-decoration: none}
.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.gif) no-repeat right center;
padding-right: 16px;
margin: 6px 0 0 0 ;
color: #666666;}
