
/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 680px;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: #fff /*url('../images/domains/tabs.png') repeat-x */;
}
.message_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	color: #ffffff;
	
}
.message_head .timestamp {
	color: #ffffff;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 15px;
	font-weight: 500;
	font-style: normal;

}
.message_body {
	padding: 10px 10px 15px;
	background:#ffffff;
}

p.active{background: #fff url('../images/reseller/plus_moins.png') 0px 31px; border-bottom:1px solid #fff;}
#p_open{background: #fff url('../images/reseller/plus_moins.png') 0px 31px; border-bottom:1px solid #fff;}
#p_open.active{background: #fff url('../images/reseller/plus_moins.png'); border-bottom:1px solid #fff;}
.message_head {background: #fff url('../images/reseller/plus_moins.png'); border-bottom:1px solid #fff;}


.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 680px;

}
.collapse_buttons a {
	margin-left: 15px;
	float: right;	
	text-decoration:none;
}
.show_all_message {

	background: url(../images/reseller/tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(../images/reseller/tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(../images/reseller/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #000;
		display: none;
}
