@charset "utf-8";
/* CSS Document */

.message_list {
	list-style: none;
	margin:0px;
	padding:0px 0 5px 0px;
	width: 193px;
	border:0px solid #000000;
	position:absolute;
	z-index:1500;
	font-size:12px;
	text-align:left;
	left:10px;
	
	
}
.message_list li{
	margin: 3px;
	background:none;
	
}
.message_head {
	padding: 6px  5px 5px 5px;
	cursor: pointer;
	position: relative;
	top:0;
	margin:0;
	color:#FFFFFF;
	/*background:url(../images/TCbg.jpg) repeat-x;*/
}

.message_head .arrow {
	color: #ffffff;
	font-size: 95%;
	position: absolute;
	border:0px solid #000000;
	width:25px;
	height:15px;
	padding:5px 0;
	top:3px;
	background:url(../images/expanded.gif) no-repeat 5px 5px;
}


.message_head cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	top:0;
}
.button_cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	padding:0;
	
	width:210px;
	border:0px solid #000000;
	text-align:left;
	top:0
}
.button_cite a{color:#000000; text-decoration:none; }
.button_cite a:visited{color:#000000}

.message_body {
	padding: 5px; font-size: 12px; font-weight:bold; background:#e9e9e9; border-bottom:1px solid #707070; border-left:1px solid #707070; border-right:1px solid #707070; line-height:150%;
}

.message_body a{ background : url(../images/arrow1.gif) no-repeat left center; padding-left:10px; color:#000000; text-decoration:none;}
.message_body .textbox{width:190px; margin:3px 0}
.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;
}