
/* Стили форума */

.forums {
	
}
.forum-search-bar{
	color: #555;
	padding: 2px;
	margin-top: -10px;
	margin-bottom: 20px;
}
.forum-search-bar div{
	float: right;
}
.forum-search-bar label{
	line-height: 26px;
	margin: 0;
	display: inline;
}
.forum-search-bar form{
	margin: 0;
}
.forum-no-margin {
	margin: 0;
}
.f-cat-open {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
	margin-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0056CC;
	border-radius: 6px 6px 0 0;
}
.f-cat-header {
	color: #FFFFFF;
	background-color: #006DCC;
	background-image: -moz-linear-gradient(center top, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 6px 6px 0 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	min-height: 35px;
}
.f-cat-header h2 {
	font-size: 100%;
	margin: 0 0 0 10px;
	line-height: 35px;
}
.f-cat-header small {
	color: #FFF;
	float: right;
	margin: 7px 10px 0 0;
	padding: 1px 5px 2px 5px;

	background: #0045CC;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 1px 1px 1px rgba(255, 255, 255, .1);
}
.f-header-titles {
	display: table;
	width: 100%;
	color: #FFF;
	background-color: #A2A7AD;

	border: solid #0056CC;
	border-width: 0 1px 0 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.f-header-c1 {
	display: table-cell;
	padding: 1px 0 2px 10px;
}
.f-header-c2 {
	display: table-cell;
	padding: 1px 5px 2px 5px;
	width: 30px;
}
.f-header-c3 {
	display: table-cell;
	padding: 1px 5px 2px 5px;
	width: 60px;
}
.f-header-c4 {
	display: table-cell;
	padding: 1px 0 2px 5px;
	width: 220px;
}
.f-header-num {
	text-align: center;
}
.f-container {
	display: table;
	width: 100%;
	background-color: #F5F5F5;
	color: #777;
	border: solid #0056CC;
	border-width: 0 1px 0 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px 0;
}
.f-container:hover {
	background-color: #EEEEEE;
}
.f-container .f-header-c1 {
	padding: 1px 3px 2px 5px;
}
.f-status-image {
	float: left;
	width: 32px;
	height: 32px;
	padding: 5px;
}
.f-status-image {
	background-color: #fafafa;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#ffffffff', endColorstr = '#fff2f2f2', GradientType = 0);
	*zoom: 1;

	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);

	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.f-status-image img.off {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	zoom: 1;
}
.f-title-container {
	margin-left: 52px;
}
.f-title-container p {
	margin: 0;
}
.forum-status {
	background-color: #F5F5F5;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 30px;
}
.fs-left {
	float: left;
	padding: 0 10px;
}
.fs-right {
	float: right;
	padding: 0 10px;
}
.fs-center {
	text-align: center;
}
.forum_block {
	border-radius: 6px 6px 0 0;
	margin-bottom: 10px;
}
.fb-header,
.fb-header-active {
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr = '#ffffffff', endColorstr = '#ffe6e6e6', GradientType = 0);
	filter: progid:dximagetransform.microsoft.gradient(enabled = false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

	border-radius: 6px 6px 0 0;
	padding: 5px 5px 5px 10px;
}
.fb-header-active {
	cursor: pointer;
}
.fb-header-active:hover {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.fb-header-active:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9  \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fb-container {
	background-color: #F5F5F5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	min-height: 52px;
}
.fb-icon {
	float: left;
	padding: 10px 0 0 10px;
}
.fb-content {
	margin-left: 47px;
	padding: 5px;
}
.fb-content font {
	vertical-align: middle;
}
.forum_block2 {
	width: 300px;
	border-radius: 6px 6px 0 0;
	margin-bottom: 10px;
}
.forum_block2 .fb-content {
	margin: 0;
}
.forum_block3 {
	border-radius: 6px 6px 0 0;
	margin-bottom: 15px;
}
.forum_block3 .fb-container {

}
.forum_block3 .fb-content {
	margin-left: 0;
	margin-right: 40px;
}
.forum_topics .f-cat-open {

}
.forum_topics .f-header-titles {

}
.forum_topics .f-header-c2 {
	width: 60px;
}
.forum_topics .f-header-c3 {
	width: 80px;
}
.forum_topics .ft-delete {
	float: right;
	margin-right: 5px;
}
.forum_topics .ft-select {
	float: right;
	margin-right: 5px;
}
.forum_topics .ft-select input {
	margin: 0 0 1px;
}
.forum_topics .ft-no-topics{
	padding: 5px 10px;
	color: #444;
	border: solid #0056CC;
	border-width: 0 1px 0 1px;
	background-color: #f5f5f5;
}
.forum_quick_transition form,
.forum_quick_transition select,
.forum_period form,
.forum_period select{
	margin: 0;
}
.forum_quick_transition th,
.forum_period th{
	color: #777;
	font-weight: normal;
}
.inverse .forum_quick_transition th,
.inverse .forum_period th{
	color: #eee;
	font-weight: normal;
}
.forum_moderation {
	margin-top: -10px;
	margin-bottom: 20px;
}
.fm-controls {
	float: right;
	color: #777;
}
.fm-controls label {
	display: inline-block;
	line-height: 30px;
}
.fm-controls select {
	margin: 0;
}
.forum-form {
	margin-top: 15px;
}
.forum-form input[type="text"] {
	width: 400px;
}
.forum-form textarea {
	width: 100%;
	height: 105px;
}
.forum-form .ff-smilies {
	margin-top: 0;
}
.forum-form .ff-smilies a {
	display: inline-block;
	padding: 2px;
}
.forum-form .ff-smilies a:hover {
	background-color: #EEE;
	border-radius: 3px;
}
.forum-form .control-label {
	width: 140px;
}
.forum-form .controls {
	margin-left: 160px;
}
.forum_showtopic .fs-header {
	margin-bottom: 15px;
}
.forum_showtopic .fs-subscription {
	float: right;
}
.forum_showtopic .fs-title h2 {
	font-size: 20px;
	margin: 0;
	line-height: 26px;
	color: #5a5a5a;
}
.inverse .forum_showtopic .fs-title h2 {
	color: #eee;
}
.forum_showtopic .fs-posts-container {
	min-height: 20px;
	padding: 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.forum_post {
	display: table;
	width: 100%;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #FFF;
}
.fp-first {
	border-top: none;
}
.fp-last {
	border-bottom: none;
}
.forum_post .fp-side {
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-bottom: 15px;
	-webkit-box-shadow: 3px 0 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:    3px 0 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
	box-shadow:         3px 0 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
}
.fp-first .fp-side {
	-webkit-box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
	-moz-box-shadow:    3px 3px 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
	box-shadow:         3px 3px 2px -2px rgba(0, 0, 0, .05) inset, -5px 0 4px -2px rgba(0, 0, 0, .1) inset;
}
.forum_post .fp-side div{
	margin: 0 0 0 15px;
}
.forum_post div.fp-side-additional{
	margin-top: 5px;
	margin-left: 0;
	font-size: 90%;
	color: #777;
	text-shadow: 0 1px 0 #ffffff;
	line-height: normal;
}
.forum_post .fp-content {
	display: table-cell;
	vertical-align: top;
	background-color: #FFF;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	padding-bottom: 19px;
}
.forum_post .fp-content article{
	padding: 10px;
}
.forum_post .fp-date{
	line-height: 30px;
	padding: 0 10px;
	background-color: #EEE;
	color: #777;
	text-shadow: 0 1px 0 #ffffff;
}
.fp-first .fp-date {
	-webkit-box-shadow: 0   3px 2px -2px rgba(0, 0, 0, .05) inset;
	-moz-box-shadow:    0   3px 2px -2px rgba(0, 0, 0, .05) inset;
	box-shadow:         0   3px 2px -2px rgba(0, 0, 0, .05) inset;
	border-radius: 0 4px 0 0;
}
.fp-buttons{
	width: 115px;
	height: 29px;
	float: right;
	text-align: right;
	position: relative;
	margin-top: -29px;
	margin-right: 5px;
}
.fp-header-right{
	float: right;
}
.fp-header-right input{
	margin: 0 0 3px 0;
	vertical-align: middle;
}
