.forum {
	border-collapse: collapse;
}
.forum td {
	border: 1px solid #f4f8f7;
	padding: 3px;
}
.forum .rhead td {
	padding: 0 3px;
	border: 1px solid #ddf2f7; 
	border-top-color:#d0edf1;
	border-bottom: none;
	background: #ddf2f7 url(tmp/forum_rhead.gif) repeat-x 0 0;
	height: 24px;
}
.forum .r0 td {
	background-color: white;
}
.forum .r1 td {
	background-color: #f4f8f7;
}
.forum .rlast td {
	border-bottom: 1px solid #d0edf1;
}
.forum td.first {
	border-left: 1px solid #d0edf1;
}
.forum td.last {
	border-right: 1px solid #d0edf1;
}
.forum td img {
	vertical-align: bottom;
}
.forum small {
	color: gray;
}
.forum .splitter {
	border: 1px solid;
	border-color: #e9f7f7 #d0edf1;
	color: gray;
	font-weight: bold;
	background-color: #daeeed;
}

.tagbar {
	text-align: right;
}
.tagbar .head {
	font-weight: bold;
	font-size: large;
}
.tagbar .tag {
	text-decoration: underline;
	color: gray;
	cursor: pointer;
	margin: 2px;
}
.tagbar span.selected {
	color: limegreen;
	font-size: large;
}
