@charset "utf-8";
/* CSS Document */

/* ------------ NEWS BEGIN ------------ */

/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.message_list li {
	padding: 0;
	margin: 0;
	background: url(../images/menu_bg.png) repeat-x;
	-moz-border-radius:10px;	
	-webkit-border-radius:10px;		
}
.message_head {
margin:8px 0 0 0;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
}
.message_head .timestamp {
	color:#7e1518;
	font-weight:bold;
	font-size: 100%;
	position: absolute;
	right: 10px;
	top: 5px;
}

.message_body {

	padding: 5px 10px 15px;
	background-color:silver;
}

.message_body a {
background-color:#787878;
}


.collapse_buttons {
	text-align: right;

	padding: 5px 0;
	width: 100%;
}
.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;
	color: #7e1518;
}

cite
{
color:#7e1518;
font-variant:small-caps; 
letter-spacing:-0.05em;
font-weight:bold;
font-size:20px;

	font-style: normal;

}
/* ------------ NEWS END ------------ */

