@charset "utf-8";
/* CSS Document */
#container {
	clear:both;
	width:955px;	
	margin-top:4px;
	margin-right:auto;
	margin-left:auto;
}
#container .menu, #container .content {
	float:left;
}
#container .menu {
	width:708px;
	height:46px;
	padding-left:20px;
	border-bottom:1px solid #CCCCCC;
	color:#51B400;
	line-height:46px;
	font-size:16px;
	font-weight:bold;
}
#container .content {
	width:728px;
}
#container .content table.item {
	margin-top:12px;
	border-bottom:2px dashed #51B9FF;
}
#container .content table.item td {
	padding:5px;
	line-height:150%;	
}
#container .content table.item .tr_head td {
	border-bottom:1px dashed #009933;
}
#container .content table.item .td1 {
	padding-left:20px;
	color:#666666;
	font-weight:bold;
}
#container .content table.item .td1 span {
	color:#FF0000;
	font-family: Arial;
}
#container .content table.item .td2 {
	color:#333333;
	font-weight:bold;
}
#container .content table.item .td3 {
	color:#999999;
}
#container .content table.item td .msg {
	clear:both;
	padding-bottom:6px;
	border-bottom:1px dashed #B9B9B9;
	color:#999999;
}
#container .content table.item td .reply {
	clear:both;
	padding-top:6px;
	color:#24486C;
}
#container .content table.item td .reply span {
	color:#FF0000;
}
#container .content table.item .clearBoth {
	clear:both;
}
#container .list {
	float:right;
	width:210px;
}
#container .list .leaveword {
	clear:both;
	cursor:pointer;
}
#container .list li {
	width:210px;
	height:31px;
	background:url(../images/icon_10.gif) no-repeat top;
	border-top:1px solid #FFFFFF;
	line-height:31px;
}
#container .list li a {
	display:block;
	padding-left:12px;	
	color:#0097C9;
	text-decoration:none;
}
#container .list li a:hover {
	color:#53B402;
}
#container .list li.focus {
	background:url(../images/icon_10.gif) no-repeat bottom;
}
#container .list li.focus a {
	color:#53B402;
	font-weight:bold;
}
