@charset "utf-8";
/* CSS Document */

#forum_header {
	background: #4F2608;
	height: 3.6em;
}
#forum_header h3 {
	color: #FFFFFF;
	float: left;
	font-size: 1.8em;
	font-weight: 700;
	left: 1.1em;
	position: relative;
	text-transform: uppercase;
	top: 0.1em;
}
#forum_header div.forum_tert_menu {
	float: right;
	right: 1.5em;
	overflow: hidden;
	position: relative;
	top: 1.5em;
	width: 11em;
}
#forum_body_wrapper {
	margin-top: 1.3em;
}
#forum_body div.head_wrapper {
	background: url(../img/forum/zigzag.gif) no-repeat left 50%;
}
#forum_body div.head_wrapper h3 {
	background-color: #E31920;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.8em;
	margin-left: 1.1em;
	padding: 0em 1em;
	text-transform: uppercase;
}
#forum_login {
	margin: 1.5em 0em 0em 2em;
}
#forum_login input.form_item {
	border: 0.1em solid #E31920;
	font-size: 1em;
}
#forum_login input.form_button {
	border: none;
	background-color: #E31920;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.1em 0.2em;
}
div.forum_links {
	font-weight: 700;
	margin: 2.5em 0em 0em 1.5em;
}
#forum_thread div.forum_links {
	margin: 2.5em 0em 0em;
	padding-bottom: 0.5em;
}
div.forum_links a.post_new {
	background-color: #E31920;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0.2em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}
div.forum_links a.post_comment {
	background-color: #4F2608;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0.2em 0.7em;
	text-decoration: none;
	text-transform: uppercase;
}
div.forum_links span.pager_wrapper {
	float: right;
	margin-right: 1.5em;
}
div.forum_links span.pager_wrapper span.pager {
	color: #E31920;
}
div.forum_links span.pager_wrapper span.pager a {
	color: #E31920;
	text-decoration: none;
}
#forum_thread_wrapper {
	margin-top: 1.5em;
}
#forum_thread {
	padding: 0em 1.5em;
}
#forum_thread div.thread_wrapper,
#forum_thread div.response_wrapper {
	background: transparent url(../img/forum/zigzagCont.gif) repeat-x left 45%;
	margin: 0em -1.5em;
	padding: 0em 1.5em;
}
#forum_thread div.thread,
#forum_thread div.response {
	background-color: #FFFFFF;
	border: 0.4em solid #E31920;
}
#forum_thread div.response {
	border-top: none;
}
#forum_thread div.thread div,
#forum_thread div.response div {
	padding: 0.1em 0.2em;
}
#forum_thread div.thread div.title {
	background-color: #E31920;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: 700;
	padding: 0.5em 0.5em 0.7em;
	text-transform: uppercase;
}
#forum_thread div.thread div.subtitle {
	border-bottom: 0.4em solid #E31920;
	font-size: 1.1em;
	font-weight: 700;
	padding: 0.1em 0em;
}
#forum_thread div.thread div.subtitle div.author {
	float: left;
	text-align: center;
	width: 10em;
}
#forum_thread div.thread div.subtitle div.message {
	text-align: center;
}
#forum_thread div.thread div.subject_row,
#forum_thread div.response div.subject_row {
	padding: 0.2em 0em;
}
#forum_thread div.thread div.subject_row div.author_name,
#forum_thread div.response div.subject_row div.author_name {
	float: left;
	width: 10em;
}
#forum_thread div.thread div.subject_row div.published,
#forum_thread div.response div.subject_row div.published {
	background: transparent url(../img/forum/cab.gif) no-repeat left center;
	border-bottom: 0.1em solid #E31920;
	float: left;
	padding-left: 1em;
	width: 17.5em;
}
#forum_thread div.thread div.subject_row div.subject,
#forum_thread div.response div.subject_row div.subject {
	border-bottom: 0.1em solid #E31920;
	float: left;
	width: 20em;
}
#forum_thread div.thread div.message_row div.author,
#forum_thread div.response div.message_row div.author {
	float: left;
	width: 10em;
}
#forum_thread div.thread div.message_row div.message,
#forum_thread div.response div.message_row div.message {
	float: left;
	overflow: auto;
	width: 38em;
}
#forum_thread div.thread div.go_top,
#forum_thread div.response div.go_top {
	float: left;
	margin-top: 0.5em;
	padding: 0.5em 0.5em 1em;
	width: 10em;
}
#forum_thread div.thread div.go_top a,
#forum_thread div.response div.go_top a {
	color: #E31920;
	font-weight: 700;
	text-decoration: none;
}
#forum_thread div.thread div.links,
#forum_thread div.response div.links {
	margin-top: 0.5em;
	overflow: auto;
	padding: 0.5em 0.5em 1em;
	text-align: right;
}
#forum_thread div.thread div.links a,
#forum_thread div.response div.links a {
	border: 0.1em solid #E31920;
	color: #E31920;
	margin: 0em 0.2em;
	padding: 0.2em 0.3em;
	text-decoration: none;
	text-transform: uppercase;
}
