.topic {
	border-collapse: collapse;
}
.topic td {
	border: 1px solid #d0edf1;
	padding: 5px;
}
.topic .rhead td {
	padding: 0 5px;
	border: 1px solid #d0edf1;
	background: #def3f8 url(tmp/topic_rhead.gif) repeat-x;
	height: 39px;
}
.topbar {
	margin: 2px 0;
	text-align: right;
}
.topic .tagbar {
	color: limegreen;
	font-weight: normal;
}
.topic .info {
	border-right: none;
	vertical-align: top;
	width: 160px;
	height: 100px;
	font-size: 11px;;
}
.top, .bottom, .left, .right {
	font-size: 0px;
}
.info .outer {
	background: #f6fbfe url(tmp/info_left.gif) repeat-y;
}
.info .middle {
	padding: 0px 10px;
	background: url(tmp/info_right.gif) repeat-y top right;
}
.info .top {
	height: 5px;
	background: #f6fbfe url(tmp/info_top.gif) repeat-x;
}
.info .bottom {
	height: 5px;
	background: #f6fbfe url(tmp/info_bottom.gif) repeat-x;
}
.info .left {
	float: left;
	width: 5px;
	height: 5px;
	background: #f6fbfe url(tmp/info_corner.gif) no-repeat
}
.info .right {
	float: right;
	width: 5px;
	height: 5px;
	background: #f6fbfe url(tmp/info_corner.gif) no-repeat
}
.info .top .left {
	background-position: 0 0;
}
.info .top .right {
	background-position: 0 -5px;
}
.info .bottom .left {
	background-position: -5px 0;
}
.info .bottom .right {
	background-position: -5px -5px;
}

.topic .info h1 {
	margin-top: 3px;
	font-size: large;
	font-weight: bold;
}
.topic .info .ref {
	font-size: small;
	text-align: right;
}
.topic .error {
	text-align: center;
}
.topic .msg {
	width: 630px;
	border-left-color: #f4f8f7;
	border-bottom: none;
	height: 99px;
}
.topic .bottombar {
	/*vertical-align: bottom;*/
	border-left-color: #f4f8f7;
	border-top: none;
	height: 1px;
}
.topic .bottombar .lastedit {
	/*font-size: x-small;*/
	font-style: italic;
}
.topic .bottombar div {
	padding: 0px;
	margin: 0px;
	font-size: x-small;
	text-align: right;
}
.msg, .bottombar, .error {
	background-color: white;
}

.banlabel {
	font-size: normal;
	color: red;
}
