/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 1190px;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: url(images/message-bar.gif) no-repeat;
}


.message_head {
	cursor: pointer;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7f7f7f;
}

.message_head a{
	text-decoration:none;
}

.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 5px;
}
.message_head cite {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
}
.message_body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #333;
	font-size: 11px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	border-bottom:1px solid #7F7F7F
}
.collapse_buttons {
	width: 140px;
	height: 15px;
	float: left;
}
.collapse_buttons a {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #999999;
	text-decoration: none;
}
.show_all_message {
	float: left;
	width: 140px;

}
.show_recent_only {
	display: none;
}
.collpase_all_message {
	color: #999999;
	float: left;
	width: 140px;
}

.contract_off{
	display:none;
	float: left;
	width: 140px;
}

.expand_off{
	display:none;
	float: left;
}

}
.punt {
	float: right;
}
