@CHARSET "UTF-8";

.postmenu{
	text-align:left;
	margin:5px auto;
}

.topicList{
	margin:5px auto;
	border-left:1px solid #94AFF1;
	border-right:1px solid #94AFF1;
	clear:both;
}
.topicList th{
	border-top:1px solid #94AFF1;
	border-bottom:1px solid #C1D1F7;
	padding:5px;
}
.topicList td{
	height:25px;
	border-bottom:1px solid #C1D1F7;
}
.trSplit td{
	height:20px;
	background-color:#EEF7FF;
}

.t1{
	width:37px;
	text-align:center;
	border-right:1px solid #C1D1F7;
}
.t2{
	border-right:1px solid #C1D1F7;
	padding-left:5px;
	padding-right:5px;
}
.t3{
	width:100px;
	text-align:center;
	border-right:1px solid #C1D1F7;
}
.t4{
	width:90px;
	text-align:center;
	padding-left:5px;
	border-right:1px solid #C1D1F7;
}
.t5{
	width:110px;
	padding:2px 5px 2px 5px;
	text-align:right;
}

.category{}
.category ul{
	float:right;
	text-align:right;
	list-style-type:none;
	margin:0; padding:0;
}
.category ul li{
	line-height:16px;
	float:left;
}
.category ul li a {
	padding: 0 8px 3px;
	background: url(../menu_itemline.gif) no-repeat;
}
.category ul li.thisCategory a {
	color:red;
	font-weight:bold;
	padding: 0 8px 3px;
	background: url(../menu_itemline.gif) no-repeat;
}