/* forums ######################################################################## */
a.forum-button[href] {
	color: #FFF;
	font-size: 12px;
	background: #FF9966;
	padding: 3px;
	border: 1px solid #FF6633;
	display: inline-block;
	margin: 1px 1px 1px 0;
}

a.forum-button:hover[href] {
	background: #FF6633;
	text-decoration: none;
}

table.forums {
	width: 100%;
	font-size: 12px;
}

table.forums th {
	background: #2F5F7F;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

table.forums th:first-child {
	text-align: left;
}

table.forums td {
	padding: 15px 5px;
	text-align: center;
	border-bottom:1px solid #EEE;
	vertical-align:middle;
}

table.forums tr>td:first-child {
	text-align: left;
}

table.forums tr>td:first-child>a:first-child {
	font-size: 16px;
	font-weight: bold;
}

/* threads ######################################################################## */
table.threads {
	width: 100%;
	font-size: 12px;
}

table.threads th {
	background: #2F5F7F;
	color: #FFF;
	padding: 5px;
	font-size: 14px;
	text-align: center;
}

table.threads th:first-child {
	text-align: left;
}

table.threads td {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #EEE;
}

table.threads tr>td:first-child {
	text-align: left;
}

table.threads tr>td:first-child>a:first-child {
	font-size: 14px;
	font-weight: bold;
}

/* thread ######################################################################## */
table.thread {
	width: 100%;
	font-size: 12px;
}

table.thread tr>td[colspan="2"] {
	background: #DDD;
	border: 1px solid #CCC;
	color: #666;
}

table.thread td {
	padding: 3px;
}

table.thread td.userdata {
	text-align: left;
	width: 150px;
	vertical-align: top;
}

hr {
	border: none;
	height: 1px;
	background: #CCC;
}