#forum{
	/*padding-left: 1px;*/
}
	
.comments_list#forum
{
	width: 650px;
	overflow: hidden;
}

#forum .block_head {
	width: 649px;
	height: 29px;
	background: url(../i/forum/table_hr.jpg) no-repeat;
	float: left;
	
}	

#forum .block {
	width: 649px;
	float: left;
}	

#forum .block_start {
	width: 649px;
	height: 2px;
	float: left;
	background: url(../i/forum/block_start.gif) no-repeat;
}	

#forum .block_end {
	width: 649px;
	height: 7px;
	float: left;
	background: url(../i/forum/block_end.gif) no-repeat;
}	


#forum .block_head .max{
	float: left;
	width: 495px;
}

#forum .block_listing .max{
	float: left;
	width: 495px;
}

#forum .block .max{
	float: left;
	width: 475px;
	color: #000;
	padding-left: 20px;
	padding-top: 8px;
}

#forum .block .max h2 a{
	font-weight: bold;
	font-size: 16px;
	color: #CD2521;
}

#forum .block .max span a{
	color: #000;
	background: url(../i/forum/ico.gif) no-repeat left;	
	padding-left: 12px;
}	

#forum .block .max p{
	padding-top: 8px;
	float: left;
	width: 75%;
}

#forum .block .max p.date{
	width: 23%;
	float: left;
	text-align: right;
	padding-right: 5px;
}

#forum .block_head .max h2{
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
}
	
 #forum .block_head .mini{
	float: right;
	width: 77px;
	text-align: center;
}

#forum .block .mini{
	float: right;
	width: 75px;
	text-align: center;
	color: #255470;
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
}	

#forum .block_head .mini h2{
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
}

/* category page (topic listings) */

#forum .block_listing {
	width: 649px;
	height: 29px;
	background: url(../i/forum/block_listing.jpg) no-repeat;
	float: left;
	
}

#forum .block_listing .max{
	float: left;
	width: 290px;
}

#forum .block_listing .medium{
	float: right;
	width: 135px;
}

#forum .block_listing .mini{
	float: right;
	width: 62px;
	text-align: center;
}
	
#forum .block_listing .max h2, #forum .block_listing .medium h2{
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 10px;
}	

#forum .block_listing .mini h2{
	color: #fff;
	font-size: 13px;
	padding-top: 5px;
}

#forum .block_2 {
	width: 649px;
	float: left;
	background: url(../i/forum/block_2.gif) repeat-y;
	padding-bottom: 2px;
}	

#forum .block_2_start {
	width: 649px;
	height: 5px;
	float: left;
	background: url(../i/forum/block_2_start.gif) no-repeat;
}	

#forum .block_2_end {
	width: 649px;
	height: 4px;
	float: left;
	background: url(../i/forum/block_2_end.gif) no-repeat;
}	

#forum .block_2 .max{
	float: left;
	width: 290px;
	padding-left: 9px;
}

#forum .block_2 .max img{
	vertical-align: middle;
	margin-right: 20px;
}

#forum .block_2 .max a{
	color: #000;
	font-size: 12px;
}	
	

#forum .block_2 .medium{
	float: right;
	width: 135px;
	text-align: center;	
}

#forum .block_2 .mini{
	float: right;
	width: 60px;
	text-align: center;
}
	
	
/* topic */	

.forum_h3{
	background: url(../i/forum/h3.jpg) no-repeat;
	color: #fff;
	font-size: 13px;
	padding-top: 3px;
	padding-left: 10px;
	width: 639px;
	height: 21px;
	
	overflow: hidden;
	clear: both;
}

.table_forum{
	background: #2C678C;
	border: none;
	padding: 0; 
	margin: 0; 
}

#forum .first_tr{
	background: url(../i/forum/first_tr.gif) repeat-x;
}

#forum .td_post{
	width: 564px;
	vertical-align: top;
}	

#forum .td_post_txt{
	background: url(../i/forum/td_post_bg.gif)  repeat-y;
}

#forum .td_post_txt .edit-textarea{
	width: 100%;
	height: 100%;
	min-height: 50px;
	display: block;
	float: left;
	font-family: "trebuchet ms", Arial, Verdana, sans-serif;
	font-size: 11px; 
	border: 1px solid #ddd;
}

#forum .td_post_txt blockquote{
	 color: #000; 
	 padding: 40px 20px 10px 30px; 
	 background: #C8E0F0 url(../i/forum/blockquote.gif) no-repeat;
}

#forum .td_post_padding{
	background: url(../i/forum/td_post.gif)  no-repeat;
	padding: 12px 15px 15px 15px;
	min-height: 100px;
	_height: 100px;
}

#forum .td_post_padding ul, #forum .td_post_padding ol{
	margin-left: 20px;
}

#forum .td_post_end{
	background: url(../i/forum/td_post_end.gif) no-repeat;
	height: 4px;
	margin-left: -1px;
}

#forum .td_info{
	text-align: center;
	vertical-align: top;
	color: #fff;
	font-size: 10px;
}

#forum .td_info a{
	color: #fff;
}

#forum .td_info span.inactive_user{
	color: #BBCCD6;
}

#forum .post_date{
	color: #275B7B;
}

#forum p.edit{
	color: #aaa;
	font-size: 10px;
}

#forum .td_avatar{
	border: 1px solid;
	margin-top: 10px;
	border: 1px solid #4D7B98;
}

/* paging */

#forum .paging{
	background: url(../i/forum/paging.gif) no-repeat;
	display: block;
	clear: both;
	float: left;
	width: 630px;
	height: 20px;
	padding-top: 3px;
	padding-bottom: 8px;
	text-align: right;
	padding-right: 20px;
}

span.textarea_big{
	width: 619px;
	height: 96px;
	display: block;
	float: left;
	margin: 0px;
	padding: 4px;
	background: url(../i/profil/textarea.gif) no-repeat top;
	font-size: 12px;
	margin-top: 24px;
}

textarea.textarea_big{
	width: 619px;
	height: 96px;
	background: transparent;
}

.submit{
	width: 57px;
	height: 23px;
	background: url(../i/profil/submit.gif) no-repeat;
	cursor: pointer;
	margin-top: 10px;
}

/* form */
.form_content .columns
{
	margin-left: 10px;
	padding-bottom: 5px;
}

#content #forum #sitemap
{
	width: 650px;
	background: none;
	color: #000;
}

#content #forum #sitemap_start
{
	width: 650px;
	background: none;
}

#content #forum #sitemap_end
{
	background: none;
}

/* = overall
=====================================*/
.overall
{
	background: url(../i/debates/overall_start.gif) no-repeat;
}

.overall h3 a
{
	height: 31px;
	display: block;
	padding-top: 10px;
	background: url(../i/debates/overall_end.gif) no-repeat;
	text-align: center;
	font-size: 14px;
	color:#FF9000;
	font-weight: bold;
}

.overall .tbody
{
	background: url(../i/debates/overall_tbody.gif) repeat-y;
	width: 323px;
}

.overall table{
	border: none;
	padding: 0;
	margin: 0;
	width: 323px;
}

.overall table th{
	padding-left: 0px;
	text-align: center;
}

.overall table th.no{
	padding-left: 3px;
	width: 49px;
}

.overall table th.member{
	width: 116px;
}

.overall table th.wtl{
	width: 75px;
}

.overall table th.points{
	width: 77px;
}

.overall table td{
	padding-left: 0px;
	text-align: left;
}

.overall table td{
	padding-left: 10px;
	width: 42px
}

.overall table td.up{
	background: url(../i/boxes/overall_up.gif) no-repeat 31px 6px;
	font-weight: bold;
	padding-left: 10px;
	width: 42px;
}

.overall table td.down{
	background: url(../i/boxes/down.gif) no-repeat 31px 6px;
	font-weight: bold;
	padding-left: 10px;
	width: 42px;
}

.overall table td a{
	color: #3E8AB4;
}	

.overall table td.wtl, .overall table td.points{
	width: 77px;
	text-align: center;
	font-weight: bold;
}

.overall table td.member{
	padding-left: 3px;
	padding-right: 3px;
	width: 110px;
	overflow: hidden;
}