#forum_content {
	background: url(/media/images/dsv/forums/forum_background.png) repeat-y;
}

.forum_teaser_box {
	float: left;
	clear: both;
	width: 970px;
	padding: 0 10px;
	display: block;
	position: relative;
	left: -10px;
	background-color: #E5ECF9;
}

.forum_floatbar {
	float: left;
	clear: both;
	height: 46px;
	width: 990px;
	background: url(/media/images/dsv/elements/tab_bar/tab_bar.png) repeat-x;
	display: block;
	position: relative;
	left: -10px;
	margin: 0;
	padding: 0;
}

#breadcrumbs {
	background: url(/media/images/dsv/forums/breadcrumb_background.png) repeat-x;
	height: 24px;
    color: black;
    font-size: 13px;
    font-weight: bold;
	margin: 10px 0 0;
	display: block;
	float: left;
	white-space: nowrap;
	line-height: 22px;
	font-variant: normal;
	padding: 0 0 10px;
	text-shadow: #fff 1px 1px 0;
}

#breadcrumbs img {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.tborder {
    background: #000;
    border: 1px solid #000;
    border-spacing: 1px;
    margin: auto auto;
    width: 100%;
}

.thead {
	background: url(/media/images/dsv/forums/table_heading1_background.png) repeat-x;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	text-shadow: #606060 1px 1px 0;
}

.thead a, .thead a:link {
    color: #fff;
    text-decoration: none;
}

.thead a:hover, .thead a:active {
    color: #fff;
    text-decoration: underline;
}

.tcat {
	background: url(/media/images/dsv/forums/table_heading2_background.png) repeat-x;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	text-shadow: #606060 1px 1px 0;
	white-space: nowrap;
}

.trow {
    background: rgb(245, 245, 245);
    color: black;
    vertical-align: top;
}

.trow_right {
    background: rgb(245, 245, 245);
    color: black;
    vertical-align: top;
    text-align: right;
	white-space: nowrap;
}

.trow_info {
    background: #eaf0f2;
    text-align: center;
    color: black;
    vertical-align: middle;
	white-space: nowrap;
	width: 40px;
	padding: 4px;
}

#forums_statistics a, a:link {
    color: #5088f1;
	text-decoration: none;
}

#forums_statistics a:hover, a:active {
    color: #5088f1;
	text-decoration: underline;
}

.smalltext {
    font-size: 11px;
}

.bigtext {
    font-size: 14px;
}

#forum_menu ul {
    border-bottom: 2px solid black;
    height: 1.9em;
    margin-bottom: 1em;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#forum_menu ul li {
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    background-color:#0747A8;
    border-left:2px solid #000070;
    border-right:2px solid #000070;
    border-top:2px solid #000070;
    float:left;
    margin-left:0.5em;
    margin-right:0.5em;
    margin-bottom:0.25em;
    padding:0.25em 0.5em;
    line-height:1.25em;
}

#forum_menu ul li:hover {
    background-color: #000011;
}

#forum_menu ul li a {
    text-decoration: none;
    color: white;
}

ul.forum_category_list {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

ul.forum_category_list li {
    line-height:1.25em;
}

forum_discussion_details div, .forum_category_details div, .forum_comment_header div, .forum_discussion_header div {
	float: left;
	margin-left: .5em;
	margin-right: .5em;
	font-size: .75em;
}

.forum_category_description {
	font-size: .75em;
	margin-left: .5em;
	margin-right: .5em;
}

.forum_comment_header {
	font-size: .85em;
}

.forum_comment_header div.forum_comment_id {
	font-size: .75em;
}

.forum_comment_header div {
	margin-left: 0;
	margin-right: 1em;
}

.forum_discussion_header h2 {
	font-size: 1.15em;
	text-decoration: underline;
}

#discussion_list > li {
	border: 2px solid #A8BFFF;
	background-color: #E4EEFD;
	padding: .25em;
}

#discussion_list > li li {
	list-style-type: disc;
	margin-left: 1em;
}

#discussion_list > li .forum_comment_content {
	background-color: #F3F6FA;
	padding: .25em;
	font-size: .9em;
}

#discussion_list > li div.forum_comment_admin_links {
	float: right;
}

#category_list > li div.forum_discussion_admin_links {
	float: right;
}

p.forum_discussion_page_links, p.forum_category_page_links {
	float: right;
}

li.unread {
	background-color: #E4EEFD;
}

#content, .comment_input_box {
	width: 450px;
	height: 100px;
}

li.markdown_instructions {
	font-size: .75em;
}

a, a:link {
    color: black;
    text-decoration: none;
}

a:hover, a:active {
    color: black;
    text-decoration: underline;
}
