th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background: #007a9f;
	font-weight: bold;
	padding: 4px;
}

.content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 22px;
}

/* FORUM STYLES */
.forumbar {
	background: #007a9f;
	color: #FFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

.forumtxt {
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #d2d2d2;
}
.forumtxt a { color: #171717; text-decoration: none; }
.forumtxt a:hover { color: #007a9f; text-decoration: none; cursor: pointer; }

.forumtitel {
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}

.forumbutton a div {
	background: #007a9f;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	border: 1px solid #51baf1;
	padding: 2px;
	float: left;
	width: 80px;
	margin-right: 5px;
}
.forumbutton a:hover div {
	background: #707070;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	border: 1px solid #565656;
	padding: 2px;
	float: left;
	width: 80px;
	margin-right: 5px;
	cursor: pointer;
}

.foruminfo {
	background: #f7f7f7;
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #FFF;
}

.foruminfo2 {
	background: #f7f7f7;
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}

.forumthread {
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	line-height: 18px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #FFF;
}

.forumthread2 {
	color: #171717;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
}