.forum dt {
	font-size : 14pt;
	font-weight : bold;
}
.forum table.threads {
	width : 100%;
}
.forum table.threads th {
	padding-left : 5px;
	padding-right : 5px;
	text-align : left;
	color : white;
}
.forum table.threads td {
	padding-left : 5px;
	padding-right : 5px;
	vertical-align : top;
	cursor : pointer;
}
.forum table.threads td img {
	vertical-align : middle;
}
.forum table.threads tr:hover td {
	background-color : white;
}
.forum table.threads td.date {
	text-align : left;
}
.forum table.threads tr.treaded_false td.title {
	font-weight : bold;
}
a.admin {
	font-size : 8.5pt;
	font-variant : small-caps;
	color : #8B0000;
	margin-left : 10px;
}
.forum ul.msg {
	list-style : none;
	margin : 0px;
	padding : 0px;
}
.forum ul.msg li {
	margin-bottom : 10px;
}
.forum ul.msg .header {
	padding-left : 5px;
	padding-right : 5px;
	color : white;
	font-weight : bold;
}
.forum ul.msg .content {
	padding : 5px;
}
.forum ul.msg .content .underline {
	text-decoration : underline;
}
.forum .message textarea {
	width : 400px;
	height : 100px;
}
