.forum {
	border-spacing:1px;
	font-size:11px;
	color: #005675;
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border: solid 1px #cccbcb;
	margin-bottom:15px;
}

.forum thead tr th {
	text-align:center;
	padding:5px;
	border:solid 1px #d9d9d9;
}

.forum tr.block {
	background-color:#ededed;
}

.forum tr.category td {
	font-weight:bold;
}

.forum tr.location-bar {
	background-image:url('/img/common/table-head.gif');
}

.forum tr td.lead {
	font-weight:normal;
	border-bottom:dotted 1px #666666;
	border-top:dotted 1px #666666;
	background-color:;
}

.forum tr.block td {
	padding:8px;
	font-weight:bold;
	color:#000000;
	border:solid 1px #cccbcb;
}

.forum tr td.counter {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.forum tr.user-profile td {
	font-weight:normal;
}

.forum tr td {
	padding:10px;
	border:dotted 1px #c8c6c6;
}

.forum tr td a {
	color:#005675;
}

.forum tr td.options a,.forum tr td.author a,.forum tr td p a  {
	color:#629239;
	border-bottom:dotted 1px #629239;
}

.forum tr td.author {
	text-align:center;
}

.forum tr td.options {
	font-size:10px;
	padding-left:8px;
	font-weight:normal;
}

.forum tfoot tr {
	background-color:#ededed;
	border-top:solid 1px #cccbcb;
}

.forum tfoot tr td {
	font-weight:normal;
}

.forum tr.odd {
	background-color:#f2f2f2;
}

.forum tr td p.description {
	font-size:9px;
	font-weight:normal;
	margin:0;
}

#forum-topic-add-box label{
	width:100px;
}

#forum-topic-add-box input, 
#forum-topic-add-box textarea {
	width:530px;
}

#forum-topic-add-box textarea {
	height:120px;
}

#forum-post-add-box label {
	width:90px;
}

#forum-post-add-box textarea {
	width:600px;
	height:120px;
}
