/* Default Forum colors */
.forum_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.forum_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.forum_link_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


.table_forum_post {
	background-color: #9EC8CF;
}
.table_forum_selected {
	background-color: #74ABB5;
	background-image: url(forum/header_bg.gif);
}
.table_forum_selected_down {
	background-color: #74ABB5;
	background-image: url(forum/header_bg_down.gif);
}
.table_forum_header {
	background-color: #004B5E;
	background-image: url(forum/forum_header_bg.gif);
	height: 23px;
	vertical-align: middle;
}
.table_forum_footer {
	background-color: #004B5E;
	background-image: url(forum/forum_footer_bg.gif);
	height: 23px;
	vertical-align: middle;
}

tr.forum_cat {
	text-indent: 5px;
	background-color: #35869b;
	background-image: url(forum/forum_cat_header_bg.gif);
}
tr.cat_header {
	background-color: #62b2c6;
	background-image: url(forum/cat_header_bg.gif);
}

tr.forum_topic {
	background-color: #9EC8CF;
	background-image: url(forum/forum_topic_header_bg.gif);
}


.forumcat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.topictitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.forum_quote {
	border: 1px solid #928d86;
	background-color: #cee6ea;
	margin: 3px 3px 3px 3px;
	padding: 3px;
}
.middle_line {
	/* this image is your repeaty bit that appears to stretch */
	height: 100%;
	vertical-align: middle;
	background-image: url( forum/forum_topic_header_middle.gif );
	background-repeat: repeat;
}
.top_line {
	/* this image is like 100px wide */
	height: 7px;
	background-image: url( forum/forum_topic_header_top.gif );
	background-repeat: repeat-x;
	background-position: top;
}
.bottom_line {
	/* this image is like 100px wide */
	height: 7px;
	background-image: url( forum/forum_topic_header_bottom.gif );
	background-repeat: repeat-x;
	background-position: bottom;
}
.padd {
	padding: 0px 5px;
}