
/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 95%;
}
.message_list li {
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(message-bar.gif) no-repeat;
}
.message_list2 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 95%;
}
.message_list2 li {
	padding: 0;
	margin: 0;
}

.message_head {
	font-weight: bold;
	font-style: normal;
	padding: 5px;
	cursor: pointer;
  /*	position: relative;  */
}
.message_head .timestamp {
	color: #666666;
	font-size: 85%;
white-space: nowrap;
}
.message_head * {
	font-weight: bold;
	font-style: normal;
	cursor: pointer;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.message_body {
	padding: 5px 10px 15px;
}
.message_list2 .message_body {
	padding: 5px 30px 15px;
}
.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 {
	background: url(tall-down-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	background: url(tall-up-arrow.gif) no-repeat right center;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}

a{
  color:  #666;
  font-weight: bold;
}

