/*
* Forum Styles
*/

#forum_list_header, ul .forum, .forum_topics tr {
	margin: 0px;
	position: relative;
	background: #fff;
    font-weight:bold;
    color:#666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

#forum_list_header, .forum_description , table.forum_topics tr.labels{
    background:url("/images/forum_column_header.png") repeat-x scroll left top transparent;
    color:#FFF;
}

li.forum{
    color: #666;
    border: 1px solid #777;
    border-top:none;
}

#forum_list_header div, ul .forum div, .forum_topics td {
	padding: 3px 10px;
}

#forum_list_header .info {
	margin-right: 220px;
}

#forum_list_header .last_post, ul .forum .last_post {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 100%;
	text-align: right;
}

ul .forum .info {
	margin-right: 220px;
}


ul .forum:hover, .forum_topics tr:hover	{
	background: #afafaf;
}

ul .forum .details {
	margin-bottom: 5px;
	display: block;
}

ul .forum h2 {
	margin-bottom: 0px;
}

ul .forum h2 a{
	font-size: 14px
}

div.forum .forum_name, .forum_topic h1 {
	margin-bottom: 5px;
}

div.forum .forum_description {
	margin-top: 10px;
    margin-bottom:0px;
    color:#FFFFFF;
    font-weight:bold;
    line-height:38px;
    padding-left:5px;

}


div.forum table, table.forum_topics {
	width: 100%;
}

table.forum_topics tr.labels {
	/*background: #afafaf;*/
	font-weight: bold;
}

table.forum_topics td.last_post {
	text-align: right;
	width: 200px;
}

table.forum_topics td.posts {
	text-align: center;
	width: 50px;
}

table.forum_topics td.controls {
	text-align: right;
	width: 100px;
}
table.forum_topics td {
	border-bottom: 1px solid #BBB;
}


.forum_topic .post {
    background:#FFF;
    border-top:  3px solid #bbb;
	position: relative;
	margin-bottom: 30px;
}

.forum_topic .info {
	/*left: 0;*/
	/*top: 0;*/
	/*position: absolute;*/
	/*width: 150px;*/
	/*height: 100%;*/
    /*border:  1px solid #bbb;*/

	padding: 10px;
}

.forum_topic .body {
	padding: 10px;
	/*margin-left: 170px;*/
	border-left: 1px dotted #bbb;
	min-height: 113px;
    background-color:#FFF;
}

.topic_followup .body {
	text-align: right;
}

.topic_followup textarea{
	float: none;
	width: 100%;
	margin-bottom: 10px;
}


#new_forum_topic textarea {
	width: 600px;
}


.forum_topic img.small {
    margin-bottom:0px;
}






