table {
	font-family: Verdana;
	font-size: 10pt;
	width: 100%;
}

table#forum, table.forum
{
	background-color: #84807A;
	padding: 0px 2px 2px 2px;
	margin: 10px 0px 10px 0px;
	border-spacing: 0px 1px;
}

table#forum th, table.forum th {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	padding: 2px;
}

table#forum td, table.forum td {
	background-color: #ECECEC;
	padding: 5px;
	border: 1px solid #fff;
	border-width: 1px 1px 0px 0px;
}

table#forum td:hover {
	background-color: #F3F3F3;
}

/* forum columns */
td.image {
	text-align: center;
	width: 40px;
}

td.topics {
	width: 100%;
}

td.replies {
	width: 40px;
	text-align: center;
}

td.last_post {
	width: 160px;
}

/*  */
div.topic {
	font-weight: bold;
}
div.line2 {
	font-size: 8pt;
}

.signature {
	padding: 5px 0px 5px 0px;
	border: 1px solid #d8d8d8;
	border-width: 1px 0px 0px 0px;
	margin: 10px 10px 0px 10px;
	color: #a5a5a5;
}

div.info_left {
	font-weight: bold;
	float: left;
}

div.info_right {
	float: right;
	margin-left: 10px;
}

/* post */
td.post_label {
	text-align: right;
	width: 150px;
}

textarea {
	width: 99%;
	height: 200px;
	font: 10pt Verdana, sans-serif;
}

input.post_input {
	width: 99%;
}

select.post_select {
	width: 300px;
}

div.wir_code {
	margin-bottom: 5px;
}

table.forum_topic
{
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border-spacing: 0px 5px;
}

td.forum_post {
	vertical-align: top;
}

td.post_profile {
	width: 170px;
	padding-left: 10px;
	vertical-align: top;
}

div.inner_gray_box {
	border: 1px solid #fff;
	background-color: #ececec;
	padding: 10px;
}