﻿.heading_forum
{
    width: 975px;
    height: 28px;
    margin: 0px 0px 5px 0px;
    background: url(Images/Forum/heading_forum.jpg) repeat-x top left;
    line-height: 28px;
}

.heading_forum .heading_forum_left
{
    float: left;
}

.heading_forum .heading_forum_text
{
    margin: 0px 0px 0px 17px;
    float: left;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
}

.heading_forum .heading_forum_right
{
    float: right;
}

div.forum_header
{
	background: url(Images/Forum/header_bg.jpg) repeat-x;
	height: 14px;
	padding: 20px 15px;
	color: #666666;
	font-size: 11px;
}


div.forum_header a
{
	color: #666666;
}

div.forum_header img.nav_separator
{
	margin: 0 5px;
}

div.forum_pager_header
{
	background: #f4f4f4;
	height: 20px;
	padding: 8px 15px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

div.forum_pager_header a
{
	color: #666666;
}

div.forum_pager_header strong
{
	color: #378850;
}

div.forum_pager_footer
{
	height: 20px;
	padding: 8px 15px;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

div.forum_pager_footer a
{
	color: #666666;
}

div.forum_pager_footer strong
{
	color: #378850;
}

div.forum_pager
{
	border: solid 1px #e7e7e7;
	height: 20px;
	line-height: 20px;
}

div.forum_pager a
{
	padding: 0 5px;
}
div.forum_pager strong
{
	padding: 0 5px;
}

div.forum_header2
{
	background: url(Images/Forum/header2_bg.jpg) repeat-x;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	margin-right: 3px;
}

div.forum_header2_left
{
	background: url(Images/Forum/header2_left.jpg) no-repeat top left;
	margin: 0 0 1px 0;
}

div.forum_header2_right
{
	background: url(Images/Forum/header2_right.jpg) no-repeat top right;
	margin-left: 3px;
}

div.forum_header2 div.right
{
	height: 28px;
	width: 13px;
	line-height: 28px;
	cursor: pointer;
	background: url(Images/Forum/header2_minus.gif) no-repeat center center;
}

div.forum_header2 div.plus
{
	background: url(Images/Forum/header2_plus.gif) no-repeat center center;
}

div.forum_category
{
	margin: 0 0 5px 0;
}

div.forum_list
{
	margin: 0 0 5px 0;
}

div.forum_list table
{
	width: 100%;
}

div.forum_list table td.counter
{
	width: 100px;
}

div.forum_list table td.last
{
	width: 260px;
}

div.forum_list table td.forum
{
		width: 406px;
}

div.forum_list table td.separator
{
	width: 1px;
	background: url(Images/Forum/header3_separator.gif) no-repeat;
}

div.forum_list table td.left_border
{
	width: 3px;
	background: url(Images/Forum/header3_left.gif) no-repeat;
}

div.forum_list table td.right_border
{
	width: 3px;
	background: url(Images/Forum/header3_right.gif) no-repeat;
}

div.forum_list table tr.header 
{
	background: url(Images/Forum/header3_bg.jpg) repeat-x;
	height: 28px;
}

div.forum_list table tr.header td
{
	text-align: center;	
	color: #378850;
	font-weight: bold;
}

div.forum_list table tr.row td
{
	text-align: center;
	height: 45px;
	vertical-align: middle;
}


div.forum_list table tr.row td strong
{
	font-weight: normal;
	color: #378850;
}

div.forum_list table tr.row td.forum_name
{
	font-weight: bold;
	color: #378850;
	text-align: left;
	padding: 0 0 0 25px;
}

div.forum_list table tr.row td.forum_name a
{
	color: #378850;
}

div.forum_list table tr.row td.message_del
{
	color: red;
}

div.forum_list table tr.row td.message_del a
{
	color: red;
	text-decoration:none;
}

div.forum_post
{
    width: 940px;
    border-bottom: 1px solid #E7E7E7;
    margin: 18px 0px 0px 18px;
    padding: 0px 0px 16px 0px;
    font-size: 11px;
}

div.forum_post div.forum_post_info
{
    width: 170px;
    float: left;
    margin: 0px 10px 0px 0px;
}

div.forum_post div.forum_post_info div.forum_post_info_nick
{
    color: #34884D;
    margin: 0px 0px 5px 0px;
}

div.forum_post div.forum_post_info div.forum_post_info_date
{
}

div.forum_post div.forum_post_info div.forum_post_info_time
{
}

div.forum_post div.forum_post_content
{
    float: left;
    width: 755px;
}

div.forum_post div.forum_post_content div.forum_post_quote
{
    width: 93%;
    padding: 13px 20px 13px 20px;
    margin: 10px 0px 10px 0px;
    border: 1px solid #E4F3EE;
    background-color: #F3F9F7;
    color: #989A99;
}

div.forum_post div.forum_post_content div.forum_post_quote span.forum_post_quote_nick
{
    color: #358850;
}

div.forum_post div.forum_post_content div.forum_post_quote div.forum_post_quote_text
{
    margin: 7px 0px 0px 0px;
    font-style: italic;
    color: #666465;
}

div.forum_post div.forum_post_content div.forum_post_content_help
{
    margin: 5px 0px 0px 0px;
    float: right;
    color: #666666;
}

div.forum_post div.forum_post_content div.forum_post_content_help span
{
    font-weight: bold;
}