﻿div.forum{
}
div.forum table a.person{
	display:inline;
}
div.additional_menu{
	/*overflow:hidden;*/
	margin-bottom:15px;
}

/*div.forum_title{
	padding:0px 0px 10px 0px;
}*/
div.h2{
	margin-top: 10px;
}
div.h2 h1, div.h2 h2{
	font-size:18px;
	margin:0px;
	display:inline;
}
a {
	text-decoration: underline !important;
}

div.filter{
	clear: left;
	/*border-top: 1px solid #d6d6d6;*/
	border-bottom: 1px solid #d6d6d6;

	padding:0px 3px 15px 3px;
	/*overflow:hidden;*/
	margin:15px 0px;
	height:22px;	/*ie6 тупит даже при задании overflow*/
}

div.list div.corners{
	margin-bottom:20px;
	padding:5px 15px 10px 15px;
}

/*Общее для таблицы*/
div.forum table.list{
	border-collapse:collapse;
	border:none;
	width:100%;
	margin-bottom: 20px;
}
div.forum table.list td{
	padding:3px 5px;
	vertical-align:top;
}
div.forum table.list td.name{
}
div.forum table.list td.count_thread{
	width:85px;
	text-align:center;
}
div.forum table.list td.count_post{
	width:85px;
	text-align:center;
}
div.forum table.list td.count_view{
	width:85px;
	text-align:center;
}
div.forum table.list td.last_post{
	width:140px;
}

/*Для заголовка таблицы*/
div.forum table.list thead{
	text-transform:uppercase;
	font-size:11px;
}
div.forum table.list thead td.name{
}
div.forum table.list thead td.count_thread{
}
div.forum table.list thead td.count_post{
}
div.forum table.list thead td.count_view{
}
div.forum table.list thead td.last_post{
	text-align:center;
}

/*Для тела таблицы*/
div.forum table.list tbody{
	/*background-color:#F5F5EE;*/
}
div.forum table.list tbody td{
	border:1px solid #CFCFCF;
}
div.forum table.list tbody tr:hover{
	background-color:#F8F8F8;
}
div.forum table.list tbody td.name a{
	font-weight:bold;
}
div.forum table.list tbody td.name div{
	font-size:11px;
	padding:3px 0px;
}
div.forum table.list tbody td.name div.panel{
	margin-bottom:3px;
	font-size:7pt;
	font-weight:bold;
	padding:3px 0px;
}

div.forum table.list tbody td.count_thread{
	padding-top:0.8em;
}
div.forum table.list tbody td.count_post{
	padding-top:0.8em;
}
div.forum table.list tbody td.count_view{
	padding-top:0.8em;
}



/************************************************/
/*** Таблица для вывода поста	***/
div.forum table.post{
	border:none;
	width:100%;
	line-height: 18px;
}
div.forum table.post td{
	padding:3px 5px;
	vertical-align:top;
}
div.forum table.post td.name{
	width:110px;
	border-right:1px solid #242424;
}
div.forum table.post td.text span.date{
	background-color:#939393;
	margin-bottom:3px;
	color:#FFFFFF;
	float:left;
	font-size:7pt;
	font-weight:bold;
	padding:1px 5px;
}
div.forum table.post td.text span.panel{
	margin-bottom:3px;
	float:right;
	font-size:7pt;
	font-weight:bold;
	padding:1px 5px;
}

div.forum table.post td.text div.quote{
	background-color:#F5F5EE;
	padding:3px;
	margin-bottom:5px;
	border:1px solid #242424;
}
div.forum table.post td.text div.quote div.quoteauthor{
	font-style:italic;
	margin-bottom:2px;
}



div.forum_answer, div.forum_question, div.forum_search{
	padding:20px 20px 0px 20px;
}



div.add, div.fs_container{
	float:right;
/*	margin-top:-7px;*/
/*	margin-bottom:8px;*/
}
div.add a, div.fs_container a.to_form{
	font-size:20px;
	display:block;
	float:left;
}
div.add a span, div.fs_container a.to_form span{
	font-weight:bold;
}
div.add div, div.fs_container div.icon{
	font-family:arial;
	font-size:26px;
	color:#00943c;
	font-weight:bold;
	display:block;
	float:left;
}

div.fs_container {
	position: relative;
	margin-left: 20px;
	z-index: 5 !ie;
}
div.fs_container div.forum_search {
	position: absolute;
	display: none;
	width: 300px;
	right: 0;
	top: 20px;
	margin-top: 10px;
	z-index: 105;
	background-color: #fff;
	height: auto;
}
/*div.search:hover div.forum_search {
	display: block;
}*/

div#forum_search {
	margin-bottom: 15px;
}
div#forum_search form div.search_submit {
	float: right;
	width: 70px;
	padding-left: 5px;
}
div.fs_container div.forum_search div.search_text {
	width: 215px;
	margin-right: 0;
}
div.forum_search form div.search_text {
	margin-right: 80px;
}
div.forum_search form div.search_text input {
	width: 98% !important;
}
div.forum div.not_found {
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
}

div.forum div.main_page_top_panel{
	padding:10px 0px;
}
div.forum div.main_page_top_panel a{
	text-decoration:none;
	border-bottom:1px dashed;
	margin:0px 10px;
}
div.forum div.main_page_top_panel a.current{
	border:none;
	font-size:16px;
	font-weight:bold;
	color:#5A5A5A;
}


div.agrreement{
	font-size:10px;
	padding:3px 0px;
}

 .bbcode .markItUpButton1 a{
	font-weight: bold;
}

 .bbcode .markItUpButton2 a{
	font-style: italic;
}

 .bbcode .markItUpButton3 a{
	text-decoration:underline !important;
}


/****************************************/
div#new_post_block_title{
	font-size:11px;
	padding: 3px 5px;
	text-transform:uppercase;
}
div#new_post{
	border: 1px solid #242424;
	padding-bottom: 3px;
	height: 135px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
div#new_post div.post{
	background-color: #F5F5EE;
	padding: 3px 5px;
	border-bottom: 1px solid #242424;
}
div#new_post div.post a.post_text{
	text-decoration:none;
	color:#5A5A5A;
}
div#new_post div.post a.title{
	display:inline;
	font-weight:normal;
	margin-bottom:5px;
}
div#new_post div.post a.person{
	display:inline !important;
}
div#new_post div.post span.person{
	font-style:italic;
}
div#new_post div.post div.post_item{
	overflow:hidden;
	margin-bottom:5px;
}
