/* message display page */

/*.message_list {

	float:left;

	list-style: none;

	margin: 0;

	padding: 0;

	width:273px;

}

.message_list li {

	padding: 0;

	margin: 0;

	background: url(images/message-bar.gif) no-repeat;

}

.message_head {

	float:left;

	padding: 0 0 3px;

	cursor: pointer;

	position: relative;

}

.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 {

	float:left;

	padding:0;

}

.message_body ul{float:left; width:273px;}

.message_body li{ padding:0; margin:0;}

.message_body li a{float:left; background:#1f899e; width:263px; text-shadow:0px 1px 0px #000; font:bold 12px Arial, Helvetica, sans-serif; color:#FFF;

padding:3px 0 3px 10px; margin:3px 0 0; }

.message_body li a:hover{float:left; background:#950109;}



.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(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: 12px;

	color: #666666;*/

	



	/* message display page */

.message_list {

	list-style: none;

	margin: 0;

	padding: 0;

	width:273px;

}

.message_list li {

	padding: 0;

	margin: 0;

	/*background: url(images/message-bar.gif) no-repeat;*/

}

.message_head {

	padding: 5px 0 0;

	cursor: pointer;

	position: relative;

}

.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 {

	width:273px;

	float:left;

	padding:0;

}

.message_body ul{float:left; padding:0; display:block;}

.message_body li{float:left;  padding:0; margin:0;}

.message_body li a{float:left; background:#1f899e; width:253px; text-shadow:0px 1px 0px #000; font:bold 12px Arial, Helvetica, sans-serif; color:#FFF;

padding:3px 10px 3px 10px; margin:3px 0 0; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; text-decoration:none;}

.message_body li a:hover{float:left; background:#950109;}



.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: 12px;

	color: #666666;

}

	

	

	

