

/* Start:/bitrix/components/bitrix/forum/templates/.default/style.css?178834640318498*/
div.forum-info-box
{
	padding:0.5em 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height: 1.5em;
	margin-bottom:1em;
	zoom: 1;
}
div.forum-info-box-inner
{
/*	zoom:1;*/
}

/* Forum Menu */
div.forum-menu-box { margin-bottom: 1em;}
div.forum-menu-box span.forum-menu-item { margin-right:0.25em; padding-right:0.25em; white-space:nowrap; }

/* Menu Items*/
span.forum-menu-item { border-right-width: 1px; border-right-style: solid; }
span.forum-menu-item-last { border: none;}

/* Breadcrumb */
div.forum-breadcrumb-top {padding:0 1.117em 1em;}
div.forum-breadcrumb-bottom {padding:0 1.117em 1em;}
div.forum-breadcrumb { line-height:1.5em;}
div.forum-breadcrumb span {white-space:nowrap;}
div.forum-breadcrumb a {text-decoration: none;}
span.forum-crumb-last { font-weight: normal;}

/* Header Box*/
div.forum-header-box { padding:0 1.117em; border-style: solid; border-width: 1px; }
div.forum-header-title a {text-decoration: underline;}

/* Header Box Right Links*/
div.forum-header-options { float: right; padding:0.5em 0; }
div.forum-header-options a:hover { text-decoration: underline;}

/* Header Title */
div.forum-header-title { font-size:1em; padding:0.462em 5em 0.426em 0; }


/*div.forum-block-container {margin-bottom: 1em;}*/

/* Main Forum/Topic List Table */
table.forum-table { width: 100%; }
table.forum-forum-list {margin-bottom: 1em;}
table.forum-topic-list {}

/* Table Header */
table.forum-table th
{
	font-size:1em;
	padding:0.462em 1em;
	font-weight:normal;
	vertical-align:middle;
	text-align: left;
}

/* Table Cell */
table.forum-table td
{
	border-bottom-width: 1px;
	border-bottom-style: solid;

	border-right-width: 1px;
	border-right-style: solid;

	vertical-align:top;
	padding:0.4em 1em;
}

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-width:1px; border-top-style: solid; }

/* Last Row Cell*/
table.forum-table tr.forum-row-last td { border-bottom-width:1px; border-bottom-style: solid;}

/* Odd Row Cell */
table.forum-table tr.forum-row-odd td { }

/* Even Row Cell */
table.forum-table tr.forum-row-even td { }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, table.forum-table td.forum-cell-selected, table.forum-post-selected td.forum-cell-post, table.forum-post-selected td.forum-cell-actions {}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, table.forum-table td.forum-cell-hidden, table.forum-post-hidden td.forum-cell-post, table.forum-post-hidden td.forum-cell-actions {}

/* Sticky Table Cell and Row */
table.forum-table tr.forum-row-sticky td, table.forum-table td.forum-cell-sticky {}

/* Forum Category Separator */
table.forum-table tbody.forum-category-separator { display: none; }

/* Forum Icon Column */
table.forum-table td.forum-column-icon { padding:0; border-left-width:1px; border-left-style: solid; }
table.forum-table td.forum-column-alone { border-left-width:1px; border-left-style: solid; }

div.forum-icon-container { width:3.3em; text-align: center;}

/* Forum Topic Icons (New Post Icon, Sticky Topic Icon, Closed Topic Icon, Moved Topic Icon)*/
div.forum-icon
{
	height:20px;
	width:20px;
	margin:0.667em auto;
}

/* Forum/Topic Title Column*/
table.forum-table th.forum-column-title, table.forum-table td.forum-column-title { width: 66%; text-align: left; }
table.forum-table td.forum-column-title { padding:0; line-height:1.4em; padding:0; }
table.forum-table th.forum-column-title { padding-left: 1.117em; border-left-width: 1px; border-left-style: solid; }

div.forum-item-info { padding:6px 14px 5px; }

div.forum-item-subforums { line-height:1.4em; margin-top: 0.9em;}


span.forum-status-sticky, span.forum-status-closed { font-weight: bold; }

span.forum-item-desc-sep { vertical-align:middle; font-size:1em; }

div.forum-moderator-stat { margin-top: 0.9em; }
div.forum-moderator-stat span { font-weight: bold; }

table.forum-table td.forum-column-topics,
table.forum-table td.forum-column-replies,
table.forum-table td.forum-column-views
{
	text-align: center;
	padding: 1em 0.2em;
}

table.forum-table th.forum-column-topics,
table.forum-table th.forum-column-replies,
table.forum-table th.forum-column-views
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Last Post Cells */
table.forum-table th.forum-column-lastpost, table.forum-table td.forum-column-lastpost { padding:0; width: 30%; text-align: left; }
table.forum-table td.forum-column-lastpost { line-height:1.4em; }
table.forum-table th.forum-column-lastpost { padding-left: 1em; border-right-width: 1px; border-right-style: solid;}

div.forum-lastpost-box { padding:6px 14px 5px; }
span.forum-lastpost-date, span.forum-lastpost-title {display: block;}

/* Forum and Topic Checkbox*/
div.forum-select-box
{
	float:right;
	/*
	border-left-width:1px;
	border-left-style: solid;
	border-bottom-width:1px;
	border-bottom-style: solid;
	*/
	padding:0.1em;
	text-align:center;
}


/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box
{
	padding:0.5em 1em;
	border-width:1px;
	border-style: solid;
	line-height:1.5em;
}

div.forum-footer-box {margin-bottom: 1em;}

table.forum-table td.forum-column-footer { border-top: none; }

div.forum-footer-inner { text-align:center; zoom:1; }
span.forum-footer-option { margin-left:0.5em; padding-left:0.5em; border-left-width:1px; border-left-style: solid; }
span.forum-footer-option-first { border-left: none; }
span.forum-footer-rss { background: transparent url(/bitrix/components/bitrix/forum/templates/.default/images/feed-icon.png) no-repeat scroll left center; padding-left:20px; padding-top:2px; }

/* Birthdays Box*/ 
div.forum-users-online { }
span.forum-users-online span { font-weight: bold; }
div.forum-users-online span.forum-user-online { }
div.forum-users-online span.forum-user-online-hidden { }

/* Birthdays Box*/ 
div.forum-users-birthday {  }
span.forum-users-birthday span { font-weight: bold; }

/* Statistics Box*/
div.forum-statistics { zoom: 1; }
div.forum-statistics-allusers { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-users { clear:both; float:left; white-space:nowrap; }
div.forum-statistics-topics { text-align:right; white-space:nowrap; }
div.forum-statistics-replies { text-align:right; white-space:nowrap; }
div.forum-statistics-users span, div.forum-statistics-allusers span, div.forum-statistics-topics span, div.forum-statistics-replies span { font-weight: bold; }

/* Page navigation */
div.forum-navigation-box
{
	padding:0 1.117em;
	border-width: 1px;
	border-style: solid;
	line-height:1.5em;
	overflow: hidden;
	zoom:1;
}

div.forum-page-navigation { float:left; padding:0.5em 0;}
div.forum-navigation-top { border-bottom: none; }
div.forum-navigation-bottom { border-top: none; margin-bottom: 1em;}
div.forum-page-navigation a, span.forum-page-current, span.forum-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left:0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}


div.forum-page-navigation a.forum-page-previous { border-right-width:1px; border-right-style: solid; border-left: none; }
div.forum-page-navigation a.forum-page-first, div.forum-page-navigation span.forum-page-first { border-left: none; padding-left: 0.5em; }
span.forum-page-current { font-weight: bold; }
div.forum-new-post
{
	float:right;
	text-align:right;
	padding:0.5em 0;
	font-weight: bold;
}

/* For abstract tables */
table.forum-table td.forum-first-column { border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-first-column {border-left-width: 1px; border-left-style: solid;}
table.forum-table th.forum-last-column {border-right-width: 1px; border-right-style: solid;}


/* Topic posts table */
table.forum-post-table
{
	width: 100%;
	line-height:1.5em;
	border-collapse: separate;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	table-layout:fixed;
}

/* First Post Table */
table.forum-post-first { border-top: none; }

/* Odd Post Table */
table.forum-post-odd {}

/* Even Post Table */
table.forum-post-even {}

/* Last Post Table */
table.forum-post-last {}

/* Post Table Cell */
table.forum-post-table td { padding: 0; vertical-align: top; width:100%}

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact
{
	/*width:15em;*/
	width:200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	overflow: hidden;
}

/* Post Table: User Info Cell */
table.forum-post-table td.forum-cell-user {
	width:178px;
}

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-width: 1px; border-right-style: solid; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-width: 1px; border-top-style: dashed; height: 2.5em; }

div.forum-post-date, div.forum-post-entry { padding:0.5em 1em 0.5em 1em; font-size:1em; font-weight:normal; }

div.forum-post-date { border-bottom-width:1px; border-bottom-style: dashed; }

div.forum-post-number { float:right; display: inline; /* IE fix */ }
div.forum-post-number input { margin:0 0 0 0.2em; vertical-align: middle;}
div.forum-post-number a {vertical-align: middle;}
div.forum-post-number span { font-weight: bold; }

div.forum-post-text { padding:0.5em 0; }

/* Post Attachments */
div.forum-post-attachments {
	margin:1.5em 0;
	padding: 0.6em 1em 0.9em 1em;
	border-width:1px;
	border-style: solid;
	line-height:1.5em;
}
div.forum-post-attachments label { }
div.forum-post-attachments fieldset { border: none; padding: 0; margin: 0; }
div.forum-post-attachments fieldset .forum-attach { margin: 1.2em 1.2em 0 0; }
div.forum-post-attachments ul { padding:0; }
div.forum-post-attachments div.forum-post-attachment { margin-top: 1em; }

div.forum-post-lastedit { padding:0.5em 0; font-style: italic;}
span.forum-post-lastedit-user { font-weight: bold;}

/* User Signature*/
div.forum-user-signature { margin-top: 1em; }
div.forum-signature-line
{
	border-top-width: 1px;
	border-top-style: solid;
	width:200px;
	height:1px;
	/* IE Fix */
	line-height:1px;
	font-size:1px;
}

div.forum-user-signature span {line-height: 0.95em; padding-top:0.5em; display: block; font-size: 0.95em;}

div.forum-user-info { padding:0.5em 1em 1.5em 1em; }

div.forum-user-avatar { margin: 0.5em 0; }

div.forum-user-status { margin-bottom: 6px; }

div.forum-user-additional { font-size: 0.95em; }
div.forum-user-additional span { display: block;}
div.forum-user-additional span span { display: inline;}

div.forum-user-name span { font-size:1em; font-weight:bold; line-height:1.1em;}

span.forum-vote-user a { text-decoration: none; vertical-align: top; font-size:1.1em;}

div.forum-user-name a { text-decoration:none; font-size: 1.1em; }

div.forum-user-status span { font-weight:bold; line-height:normal; }

div.forum-contact-links { padding:0.5em 1em; }

div.forum-action-links { padding:0.5em 1.5em 0.5em 1em; text-align:right; }
div.forum-action-links span {white-space: nowrap;}

div.forum-post-entry { font-size:1em; padding-bottom:1em; height:100%; }

/* Post Table Footer */
table.forum-post-table td.forum-column-footer { border-bottom: none; }

div.forum-post-moderate { float: right; }
div.forum-topic-moderate { text-align: left; }
div.forum-topics-moderate { float: right; }
div.forum-topics-moderate input, div.forum-topics-moderate select { font-size: 1.1em;}

/*BBCode: List*/
div.forum-post-text ul, div.forum-post-text ol { padding:0.5em 0 0.5em 2em; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code
{
	font-size:1em;
	width:100%;
	border-width:1px;
	border-style: solid;
	border-collapse: collapse;
	width:100%;
	table-layout:fixed;
}

table.forum-code pre {
	margin:0;
	width:100%;
	padding-bottom:5px;
	overflow:auto;
}

table.forum-quote table.forum-quote, table.forum-spoiler table.forum-spoiler, table.forum-code table.forum-code { width: 95%; margin: 0.5em 0 0;}


table.forum-quote th, table.forum-spoiler th, table.forum-code th {font-weight:bold; padding: 0.25em 1em; text-align:left;}
table.forum-quote td, table.forum-spoiler td, table.forum-code td { padding:0.9em 1em; }

div.forum-code-box
{
	font-family: "Consolas", "Monaco", "Courier New", Courier, monospace;
	font-size: 1em;
	width: 100%;
	overflow: auto;
	border-width:1px;
	border-style: solid;
	margin:0.5em 0;
}

div.forum-code-box ol, div.forum-code-box ol li, div.forum-code-box ol li span { margin: 0; padding: 0; border: none; }

div.forum-code-box ol { list-style: decimal; margin-left: 3em; padding:0.5em 0;}

div.forum-code-box ol li
{
	list-style: decimal-leading-zero;
	list-style-position: outside !important;
	padding: 0 0.5em 0 1.5em !important;
	margin: 0;
	line-height: 1.5em;
}
a.forum-spoiler-hide
{
	float: right;
}
/*BBCode: Table*/
div.forum-post-text table.data-table tbody td {
	width: auto;
}

/* Reply Form*/
div.forum-reply-form
{
	border-style:solid;
	border-width:1px;
	line-height:1.5em;
	margin-bottom:1em;
}

div.forum-reply-header
{
	font-size:1em;
	padding:0.462em 1.117em;
	vertical-align:middle;
}

div.forum-note-box {border-width:1px; border-style: solid; margin: 1.117em 0; padding: 0.4em 1.117em;}
div.forum-reply-form div.forum-note-box { margin: 1.117em;}
div.forum-note-box ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.forum-note-box ul li {margin:0; padding:0;}

div.forum-reply-fields { padding:0 1em 0.8em; }

div.forum-reply-field { margin-top: 0.462em; position:relative; z-index:1;}

div.forum-reply-field-title input, div.forum-reply-field-desc input { width: 80%;}

div.forum-reply-field-title label, div.forum-reply-field-desc label, div.forum-reply-field-tags label, div.forum-reply-field-captcha-label label,
div.forum-reply-field-lastedit-reason label {display: block;}

div.forum-reply-field-user {width: 100%; /*IE Fix or zoom:1 */}

div.forum-reply-field-author, div.forum-reply-field-email { float:left; width:39%; }

div.forum-reply-field-user-sep { width:2%; float: left;}

div.forum-reply-field-author input, div.forum-reply-field-email input { width:100%; }

div.forum-reply-field-tags { display: none; }
div.forum-reply-field-tags input { width:80%; }

div.forum-reply-field-switcher-tag { margin-right: 0.8em; }

div.forum-reply-field-vote-duration { margin: 0.82em 0; }
div.forum-reply-field-vote-question { margin-bottom: 0.462em; }
div.forum-reply-field-vote-question label { margin-left:0.27em; }
div.forum-reply-field-vote-question-title input{ width: 80%; }
ol.forum-reply-field-vote-answers input { width: 60%; }
ol.forum-reply-field-vote-answers li { margin-top: 0.462em; }

div.forum-reply-field-lastedit-reason input { width: 80%;}

div.forum-reply-field-captcha input { width: 180px;}

div.forum-reply-field-settings input, div.forum-uploaded-file input, div.forum-reply-field-lastedit-view input { width:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.forum-reply-field-settings label, div.forum-uploaded-file a, div.forum-reply-field-lastedit label { vertical-align: middle; }

div.forum-reply-field-upload a { outline: none;}
div.forum-upload-file-hint { display: none;}
div.forum-upload-file-hint span { font-weight: bold;}
div.forum-upload-file {display: none; margin-top: 0.262em;}
div.forum-upload-file input {font-size:1.184em; }

div.forum-reply-buttons { margin-top: 1em;}
div.forum-reply-buttons input { padding:0 0.5em; font-size:1.184em; overflow: visible; /*IE paddings*/}

/* Utils */
div.forum-clear-float { clear: both; }

/* Moved topic list*/
div.forum-topic-move
{
	clear: both;
	float: none;
	position: relative;
	margin-top:0.5em;
	margin-bottom:0.5em;
	width:100%; /*IE*/
}

div.forum-topic-move input
{
	position: absolute;
	top: 0;
	left:0;
	font-size:1em;
	height:1.55em;
	margin:0 0 0 -0.25em;
	width:1.55em;
}

div.forum-topic-move label, div.forum-topic-move a { display: block; margin-left: 1.8em;}
div.forum-topic-move-buttons {margin-top: 1em;}
div.forum-topic-move-buttons select {width:200px;}
div.forum-topic-move-buttons select {font-size:1.184em;}
div.forum-topic-move-buttons input {font-size:1.184em; padding:0 0.417em; overflow: visible; /*IE paddings*/}

.forum-action-note { float: right; font-style: italic; padding: 0.5em 1.5em 0.5em 1em; }

div.forum-popup-image{}
div.forum-popup-image div.empty{
	background-image:url("/bitrix/components/bitrix/forum/templates/.default/images/close.gif");
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	cursor:hand;
	width:14px;
	height:14px;
	margin:0px;}
/* autosave */
a.postFormAutosave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:0 -4px 0 0;
	position:relative;
	z-index:2;
}
a.postFormAutosave.bx-core-autosave {background-position: 0 0 !important;}
a.postFormAutosave.bx-core-autosave-ready {background: scroll transparent url("/bitrix/components/bitrix/forum/templates/.default/images/autosave/autosave-green.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-edited {background: scroll transparent url("/bitrix/components/bitrix/forum/templates/.default/images/autosave/autosave-red.gif") no-repeat 0 0;}
a.postFormAutosave.bx-core-autosave-saving {background: scroll transparent url("/bitrix/components/bitrix/forum/templates/.default/images/autosave/autosave-write.gif") no-repeat 0 0;}

.forum-notify-bar {
	width: 100%;
	height: 2em;
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.forum-notify-close {
	display: block !important;
	height: 12px !important;
	margin: 3px 6px 0 0;
	padding: 0 !important;
	position: absolute !important;
	right: 5px !important;
	top: 5px !important;
	width: 12px !important;
}
.forum-notify-close a {
	background: url("/bitrix/js/main/core/images/panel/sprite04.png") no-repeat scroll -268px -243px transparent !important;
	display: block !important;
	height: 12px !important;
	width: 12px !important;
	cursor:pointer;
}
.forum-notify-text {
	color: #000000 !important;
	margin: 0 !important;
	padding: 3px 20px 5px !important;
	text-align: center !important;
}
.forum-notify-text a.postFormAutorestore {
	position:relative;
	color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
	margin-right: 9px;
	margin-top: 5px;
	z-index:2;
}

table.forum-icons td{
	white-space: nowrap;
	padding: 0.4em;
}
table.forum-icons input {
	width: auto;
}
table.forum-icons .forum-icon-empty {
	border : 1px solid;
	border-radius: 8px;
	width : 16px;
	height: 16px;
}
/* End */


/* Start:/bitrix/components/bitrix/forum/templates/.default/styles/additional.min.css?178834640311104*/
.forum-reply-fields .feed-add-post .file-selectdialog-switcher,.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher,.forum-reply-fields .feed-add-post .diskuf-selectdialog-switcher{display:block;margin-top:.46em;position:relative}.forum-reply-fields .feed-add-post .file-selectdialog-switcher span,.forum-reply-fields .feed-add-post .wduf-selectdialog-switcher span,.forum-reply-fields .feed-add-post .diskuf-selectdialog-switcher span{display:block}.forum-post-rating .ilike-light .bx-ilike-right{padding:0 1px 0 11px}.forum-post-rating .ilike-light .bx-ilike-text{padding:0}.forum-post-rating{float:right;padding-right:10px;padding-top:1px}.forum-post-attachment-files ul,.forum-post-attachment-files ul li{list-style-type:none;margin:0;padding:0}table.forum-spoiler thead{cursor:pointer;cursor:hand}table.forum-spoiler thead div{padding-left:15px;background-image:url('/bitrix/components/bitrix/forum/templates/.default/styles/../images/plus.gif');background-position:left center;background-repeat:no-repeat}table.forum-spoiler thead.forum-spoiler-head-open div{background-image:url('/bitrix/components/bitrix/forum/templates/.default/styles/../images/minus.gif')}td.forum-column-action,th.forum-column-action{width:5%}div.forum-filter-field label.forum-filter-field-title{display:inline-block;width:10em;height:2em;float:left}div.forum-filter-field span.forum-filter-field-item{display:inline-block;height:2em;float:left}div.forum-filter-field span.forum-filter-field-item label{float:none}div.forum-filter-field span.forum-filter-field-item input{padding:0;margin:0}div.forum-filter-field div.forum-clear-float{clear:both}div.forum-filter div.forums-selector-multiple span.forum-filter-field-item{height:5em}div.forum-filter div.forums-selector-multiple select{height:4.5em}div.forum-filter input.search-input{width:400px}div.forum-filter select{width:250px}div.forum-filter-footer input{margin:.2em}table.palette{border:1px solid gray;background-color:gray;border-collapse:collapse}table.palette td{border:1px solid gray;width:10px;height:10px;padding:0;margin:0}table.palette td img{width:10px;height:10px;border:0;padding:0;margin:0}div.forum-popup-postform{width:502px;padding:0;margin:0;overflow:hidden;color:black}div.forum-popup-postform table.forum-popup{border:1px solid gray;width:500px;background-color:white;font-size:1em;cursor:default}div.forum-popup-postform table.forum-popup td{font-size:1em;border:0;background-color:white;font-size:1em}div.forum-popup-postform table.forum-popup thead td{font-weight:bold;padding:.5em .5em .1em .8em;font-size:1.1em;text-align:left}div.forum-popup-postform table.forum-popup thead td div.close{cursor:pointer;cursor:hand;background-image:url('/bitrix/components/bitrix/forum/templates/.default/styles/../images/close.gif');background-position:center center;background-repeat:no-repeat;overflow:hidden;width:13px;height:13px;float:right}div.forum-popup-postform table.forum-popup tbody td{padding:1em}div.forum-popup-postform table.forum-popup tbody td div.forum-field{width:100%}div.forum-popup-postform table.forum-popup tbody td div.forum-field span.title{width:100%;display:block}div.forum-popup-postform table.forum-popup tbody td div.forum-field input{width:95%}div.forum-popup-postform table.forum-popup tfoot td{padding:.3em;text-align:center}select.forum-selector-single,select.forum-selector-multiple{width:250px}select.forum-selector-single optgroup,select.forum-selector-multiple optgroup{font-weight:normal;background:0;font-size:1em;font-style:normal}select.forum-selector-single option.active,select.forum-selector-multiple option.active{background-color:#ddd}div.forum-user-interests{float:none;clear:both}div.forum-user-information div.forum-user-photo{margin:10px}table.forum-post-table table.forum-table td{vertical-align:top;padding:.4em 1em}div.forum-tabs{margin:0;width:760px;overflow:hidden}div.forum-tabs div{margin:0;padding:0}div.forum-tabs div.forum-tabs-header{float:left;position:relative;left:1px;top:20px;z-index:100;width:250px;display:block}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container{cursor:hand;cursor:pointer;padding:1px 0 1px 1px;border-right:1px solid auto;border-left:0 none;border-top:0 none;border-bottom:0 none}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container div{padding:5px 0 5px 9px}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected{border-width:1px;border-right:1px solid white;cursor:default}div.forum-tabs-header div.forum-profile-edit-inner div.tab-container-selected div{padding:4px 0 4px 8px;font-weight:bold}div.forum-tabs div.forum-tabs-body{margin-left:220px;display:block;border:0;z-index:99}div.forum-tabs div.forum-tabs-body div.forum-info-box{border-width:1px;display:block;zoom:0;float:left;width:500px}div.forum-tabs div.forum-tabs-body div.forum-info-box div.forum-info-box-inner{padding:20px 0}div.forum-tabs div.forum-tabs-body table.forum-table{width:97%}div.forum-tabs div.forum-tabs-body table.forum-table th{white-space:normal;text-align:right;width:40%;background:0;border:0;padding:2px;margin:0;vertical-align:top}div.forum-tabs div.forum-tabs-body table.forum-table td{text-align:left;background:0;border:0;padding:2px;margin:0;vertical-align:top}div.forum-tabs div.forum-tabs-body table.forum-table tr.header th{text-align:center}div.forum-user-edit-buttons{margin:10px 0 0 250px}span.forum-option-subscribe div.forum-header-box{white-space:nowrap}div.tags-cloud{padding-bottom:1em}div.forum-search-block-container div.forum-info-box-last{margin-bottom:0}div.forum-pm-progress-bar-out{width:200px;margin:0;padding:1px;border:1px solid;display:block;position:relative;top:0;text-align:left;background-color:transparent;line-height:10px;color:#ddd}div.forum-pm-progress-bar-out1{width:200px;padding:0;margin:0;display:block;position:relative;top:-12px}div.forum-pm-progress-bar-in{padding:0;font-size:9px;background-color:#ddd}div.forum-pm-progress-bar-in1{width:100%;text-align:center;padding:0;font-size:9px;font-weight:normal}tr.forum-pmessage-new td{font-weight:bold}span.forum-pmessage-action,span.forum-pmessage-move{float:left}div.forum-pmessage-navigation{float:right}span.forum-pmessage-recipient{white-space:nowrap}div.forum-info-box-pmsearch{margin-bottom:0}div.forum-subscribes div{padding:0 0 0 25px}div.forum-subscribes div.forum-group-buttons{padding:10px 0 0 0}div.forum-post-vote{margin-bottom:0}div.forum-post-vote ol.vote-items-list,div.forum-post-vote ol.vote-items-list li{border:0}div.forum-post-vote div.voting-form-box{border:0}div.forum-post-vote ol.vote-items-list,div.forum-post-vote ol.vote-items-list li{margin:0;padding:0;border:0;font-size:100%;list-style-type:none}div.forum-post-vote ol.vote-items-list li.vote-question-item{padding-bottom:.55em}div.forum-post-vote ol.vote-items-list ol{padding-left:1em}li.vote-question-item div.vote-item-question{font-weight:bold}li.vote-answer-item{padding-bottom:.24em!important}div.vote-answer-item{width:100%;margin:0;padding:0;border:0;display:block;position:relative;text-align:left}div.vote-answer-item-bar-inner{padding:0;position:absolute;top:0}div.vote-answer-item-title-inner{width:100%;padding-left:.55em;margin:0;position:relative}.forum-reply-field .bxlhe-frame-table{margin-top:1px}.forum-reply-field .feed-add-post-form{border:0;margin-bottom:0!important;padding-bottom:0!important}.forum-reply-field .feed-add-post-form-but-more,.forum-reply-field .feed-add-close-icon{display:none}.forum-reply-field .feed-add-post .bxlhe-editor-buttons{background:0;box-shadow:none;border-bottom:0;height:1.5em!important}.forum-reply-field .feed-add-post .lhe-stat-toolbar-cont{padding:.56em 0 .4em 0}.forum-reply-field td.bxlhe-editor-cell{border-style:solid;border-width:1px 1px 0 1px;border-top-left-radius:2px;border-top-right-radius:2px;zoom:1}.forum-reply-field td.lhe-resize-row{display:none}.forum-reply-field .feed-add-post-form-but-wrap{background-color:#fff;border-style:solid;border-width:0 1px 1px 1px;border-radius:0 0 2px 2px;padding:0!important;zoom:1}.forum-reply-field .file-selectdialog .file-placeholder{margin-left:66px}.forum-reply-field .file-selectdialog .file-extended .file-selector{margin:26px 0 19px;padding:15px 3px 15px 90px;color:#888;font-size:14px;font-weight:normal}.forum-reply-field .file-selectdialog .file-extended .file-selector:hover{padding:12px 0 12px 87px}.forum-reply-field .file-selectdialog{background:none repeat scroll 0 0 #fff;box-shadow:none;margin-bottom:0!important;margin-top:.462em}.forum-reply-field .file-selectdialog .file-label{left:9px;top:4px;color:#888;padding-left:22px}.forum-reply-field .file-selectdialog .file-extended .file-load-img{background:url("/bitrix/components/bitrix/forum/templates/.default/styles/../images/loading-place-img.png") no-repeat 0 0;height:44px;left:18px;top:18px;position:absolute;width:50px}.forum-reply-field .file-selectdialog .file-extended .file-selector:hover .file-load-img{background-position:0 0;left:15px;top:15px}.forum-reply-field .file-selectdialog .file-simple,.forum-reply-field .file-selectdialog .file-extended{margin-left:15px}.forum-reply-field-upload{display:inline-block;transition:height .2s linear .2s;-moz-transition:height .2s linear .2s;-webkit-transition:height .2s linear .2s;-o-transition:height .2s linear .2s;overflow:hidden;height:20px}.forum-reply-field-upload a{transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;-o-transition:opacity .2s;opacity:1}.forum-reply-field-upload-hover{height:0}.forum-reply-field-upload-hover a{opacity:0}* html .forum-reply-field-upload-hover{display:none}body.forum-popup-body{padding:1.51em;font-size:.75em}#forum-login-form-window{display:none;border:1px solid #000;background:#f5f5ed;padding:10px;z-index:10000;position:absolute;top:10%;left:45%;width:200px;color:#454545}a.forum-new-message-marker{color:red!important;margin-left:3px;text-decoration:none}div.forum-error{color:red}div.forum-note{color:green}div.forum-legend-info div.forum-legend-item{float:left;width:15em}div.forum-legend-info div.forum-legend-item div.forum-icon{margin:0}div.forum-legend-info div.forum-legend-item div.forum-icon-container{float:left;width:auto;padding-right:10px}div.forum-legend-info div.forum-legend-item span{display:block;white-space:nowrap}div.forum-main-footer div.forum-rapid-access-items{float:right;width:300px;display:block;border:0;text-align:right}div.forum-main-footer div.forum-search-input{float:left}div.forum-main-footer div.forum-rapid-access-items select.forum-selector-single{width:250px}div.forum-main-footer div.forum-legend-info{margin-right:1em;display:block;border:0;overflow:hidden}div.forum-first-post{margin-bottom:1em}.forum-rss-rss1,.forum-rss-rss2,.forum-rss-atom{background-repeat:no-repeat;width:80px!important;height:15px!important;display:block;margin:0 0 0 2px;padding:0;overflow:hidden;border:0;text-decoration:none;float:left}.forum-rss-rss1{background-image:url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/rss1.gif)}.forum-rss-rss2{background-image:url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/rss2.gif)}.forum-rss-atom{background-image:url(/bitrix/components/bitrix/forum/templates/.default/styles/../images/atom.gif)}div.forum-user-description{margin-top:.78em}table.forum-forum-list-part{margin-bottom:0}form.forum-form{padding:0;margin:0}.bxhtmled-button-translit{background:url(/bitrix/images/fileman/light_htmledit/lhe_iconkit.gif) -136px -38px no-repeat}
/* End */


/* Start:/bitrix/components/bitrix/forum/templates/.default/themes/fluxbb/style.css?17883464025889*/
/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */

/* Table Header, Reply Form Header, BBCode Icons Highlighting */
table.forum-table th, div.forum-reply-header,
div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img { background-color: #dfe6ed; }

/* Table Cell Border, Forum and Topic Checkbox */
table.forum-table td, div.forum-select-box { border-color: #dde4eb; }

table.forum-table th.forum-column-lastpost, 
table.forum-table th.forum-column-title, 
table.forum-table th.forum-first-column,
table.forum-table th.forum-last-column { border-left:none; border-right:none;}

/* Table Cell, Info Box, Reply Form */
table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#fbfbfb; }
div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#fbfbfb!important; }
div.forum-reply-field td.bxlhe-editor-cell, div.forum-reply-field .feed-add-post-form-but-wrap {border-color: #ced0d1;}

/* Hidden Table Cell and Row */
table.forum-table tr.forum-row-hidden td, 
table.forum-table td.forum-cell-hidden,
table.forum-table tr.forum-row-inactive td.forum-column-icon,
table.forum-post-hidden td.forum-cell-post, 
table.forum-post-hidden td.forum-cell-actions { background: #ecfaea !important; }

/* Selected (via checkbox) Table Cell and Row */
table.forum-table tr.forum-row-selected td, 
table.forum-table td.forum-cell-selected, 
table.forum-post-selected td.forum-cell-post, 
table.forum-post-selected td.forum-cell-actions { background: #f2f4fa !important; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { background: #dde4eb; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { background: #edf1f5; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #f9f9f9; }

div.forum-post-date { background: #e9ebee; border-bottom-color: #dde4eb; }


/* ---------------------------------------------------Borders----------------------------------------------------- */

/* Menu Items, Page Navigation */
span.forum-menu-item, div.forum-page-navigation a, span.forum-page-current, div.forum-page-navigation a.forum-page-previous, span.forum-page-dots { border-color: #dedfdf; }

/* First Row Cell */
table.forum-table tr.forum-row-first td { border-top-color: #cbd1d8;}

/* Last Row Cell */
table.forum-table tr.forum-row-last td { border-bottom-color: #cbd1d8; }

/* Table Footer and Alone Footer Box */
table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { border-color: #cbd1d8; }

/* Footer Item Separator */
span.forum-footer-option { border-color: #abafb6; }

/* Topic posts table (separator line) */
table.forum-post-table { border-top-color: #fff; border-bottom-color: #ccc; }

/* Post Table: User Info and User Contacts Cells*/
table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { border-left-color: #dfe6ed; border-right-color: #dde4eb; }

/* Post Table: Post and Actions Cell */
table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-color: #dfe6ed; }

/* Post Table: User Contacts and Actions Cell */
table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-color: #dde4eb; }

/* User Signature*/
div.forum-signature-line { border-top-color: #dde4eb; }

/* ---------------------------------------------------Text Color-------------------------------------------------- */

/* Header Box Right Links*/
div.forum-header-box a:link, 
div.forum-header-box a:visited, 
div.forum-header-box a:active, 
div.forum-header-box a:hover { color: #fff; }

.forum-required-field { color: red; }

/* --------------------------------------------------Special Elements---------------------------------------------- */

div.forum-info-box, div.forum-reply-form {border-color:#dfe6ed #dfe6ed #cbd1d8;}

div.forum-header-box { color: #dddddd; background:#294f6e; border-color: #1f537b;}

div.forum-note-box {border-color: #E6D190; background: #FEFFE6; }

/* Page navigation */
div.forum-navigation-box { background:#ffffff; border-color: #dde4eb; }

/*BBCode: Quote and Code*/
table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments {  border-color: #ddd; }
table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol, div.forum-post-attachments {background:#fff !important; color:#696969;}
table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#e9ebee !important; color: #606264;}


/* --------------------------------------------------Icons---------------------------------------------- */
div.forum-icon
{
	border-style:solid;
	border-width:0.5833em;
	height:0;
	width:0;
	margin:0.667em auto;
}

div.forum-icon-default { border-color: #edf1f5 #dde0e4 #c6cbd3 #babfc6;}
div.forum-icon-newposts { border-color:#2b75ad #235e8c #1f537b #266799; }
div.forum-icon-sticky { border-color: #d7e5f3 #c3cfdc #9fb3c7 #90a2b4; }
div.forum-icon-sticky-newposts { border-color: #d7e5f3 #c3cfdc #9fb3c7 #90a2b4; }
div.forum-icon-closed, div.forum-icon-sticky-closed { border-color: #acacac #979797 #898989 #7a7a7a; }
div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { border-color: #acacac #979797 #898989 #7a7a7a; }
div.forum-icon-moved { border-color:#edf1f5 #dde0e4 #c6cbd3 #babfc6; }

/* --------------------------------------------------Votes---------------------------------------------- */
div.vote-answer-item-bar-inner {background-color:#dde4eb;}
/* End */


/* Start:/bitrix/components/bitrix/socialnetwork/templates/.default/style.css?178834583716263*/
/* Standart */
div.empty-clear{
	clear:both;
	width:100%;
	overflow:hidden;
	height:4px!important;}
form.wd-form{
 	padding:0px!important;
 	margin:0px!important;
 	border:none!important;}
div.controls a{
	display:block;
	margin:0px;
	padding:3px 3px 5px 23px;
	border:none;
	white-space:nowrap;
	text-decoration:none;
	background-position:2px center;
	background-repeat: no-repeat;
	vertical-align:bottom;}
span.controls a{
	margin:0px;
	padding:5px 3px 6px 21px;
	border:none;
	white-space:nowrap;
	text-decoration:none;
	background-position:2px center;
	background-repeat: no-repeat;
	vertical-align:bottom;}
span.controls a:hover{}
div.wd-help-list{
	border:1px solid #C4C4C4;
	padding:4px;
	background-color:#f6f6f6;}
ul.wd-content li{
	padding: 5px;}
table.clear, td.clear {
	border:none!important;
	padding:0px;
	margin:0px;
	width:auto!important;
	background-color:transparent;}
div.debug-info{
	position:absolute;
	width:170px; padding:5px;
	background-color:#FCF7D1;
	border:1px solid #EACB6B;
	text-align:left;
	z-index:100; font-size:11px;}
/* /Standart */

/* Top Menu */
div.wd-menu{}
table.wd-menu{
	border:none;
	background-color:#CEDEEC;
	width:100%;
	padding:0px;
	margin:0px;}
table.wd-row{
	height:auto!important;}
table.wd-menu td {
	font-size:100%;
	padding:0px;
	margin:0px;
	border:none;}
table.wd-menu thead, table.wd-menu tfoot,
/*table.wd-menu tbody td.right, table.wd-menu tbody td.left,*/
table.wd-menu-inner div.section-separator{
	display:none;}
table.wd-menu tbody td.center{
	width:100%;
	padding:4px;}
table.wd-menu div.separator {
	width:1px;
	height:21px;
	border-left:1px solid #9CB0C5;
	margin:0px 3px 0px 3px;}
table.wd-menu-inner td{
	vertical-align:bottom;}
table.wd-menu-inner td.separator{
	vertical-align:middle;}
table.wd-menu-inner div.controls a{
	border:1px solid #CEDEEC;
	color:#072838;}
table.wd-menu-inner div.controls a:hover {
	border:1px solid #6290A6;
	background-color:#E6EEF5;}
table.wd-menu-inner div.controls a,
table.wd-menu-inner div.controls a:visited,
table.wd-menu-inner div.controls a:active {
	color:#072838;}
table.wd-menu-inner{}
/* Top Menu icons*/
table.wd-menu-inner div.sections a, table.wd-menu-inner div.sections span{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/sections.gif');}
table.wd-menu-inner div.add a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/section_add.gif');}
table.wd-menu-inner div.subscribe a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/subscribe.gif');}
table.wd-menu-inner div.unsubscribe a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/unsubscribe.gif');}
table.wd-menu-inner div.element-add a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/element_add.gif');}
table.wd-menu-inner div.upload a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/element_upload.gif');}
table.wd-menu-inner div.element_edit a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/element_edit.gif');}
table.wd-menu-inner div.element_delete a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/element_delete.gif');}
table.wd-menu-inner div.element_download a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/element.gif');}
table.wd-menu-inner div.help a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/help.gif');}
table.wd-menu-inner div.maping a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/maping.gif');}
table.wd-menu div.notice{
	padding:0px;
	margin:0px 10px;
	width:15px;
	height:15px;
	display:block;
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/menu_icons/notice.gif');
	corsor:hand;
	cursor:pointer;}
/* Breadcrumb */
div.wd-breadcrumb-navigation{
	padding:10px 0px;
	display:block;}
div.wd-breadcrumb-navigation span{
	padding:10px 0;
	font-size:11px;
	color:#7f7f7f;}
div.wd-breadcrumb-navigation span.wd-breadcrumb-navigation-header{
	color:#777777;}
div.wd-breadcrumb-navigation a{
	text-decoration:none;
	color:#7f7f7f;}
/* /Top Menu */

/* Main table */
table.wd-main{
	border-collapse:collapse;
	font-size:100%;
	border: 1px solid #C4C4C4;}
table.wd-main th, table.wd-main td{
	font-size:100%;}
table.wd-main th.wd-cell, table.wd-main td.wd-cell{}
table.wd-main thead th{
	background-color: #CEDEEC;
	color:#072838;
	white-space:nowrap;
	font-weight:bold;}
table.wd-main thead th.selected{
	background-color: #E6EEF5;}
table.wd-main thead a.wd-sort{
	color:#072838;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-right:10px;
	background-position:right center;
	background-repeat:no-repeat;
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/passive_down.gif');}
table.wd-main thead a.wd-sort-desc{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/active_up.gif');}
table.wd-main thead a.wd-sort-asc{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/active_down.gif');}
table.wd-main tbody th{
	white-space:nowrap;
	font-weight:normal;
	text-align:right;}
table.wd-main tbody td{
	border-left:none;
	border-right:none;}
table.wd-main tbody td.selected{
	color: #0C4797!important;}
table.wd-main tbody tr.over td{
	background-color:#fefdea;}
table.wd-main tbody tr.checked td{
	background-color:#eaf8df;}
table.wd-main td{
	padding:0px 5px;
	white-space:normal!important;}
/* Page History */
table.wd-main div.popup{
	z-index:10;
	background-color:white!important;}
table.wd-main div.popup div.visible{
	cursor:default;
	z-index:10;
	border:1px solid white;}
table.wd-main div.popup div.hidden{
	width:100%;
	cursor:default;
	z-index:1000;
	background-color:white!important;
	border: 1px solid #C4C4C4;
	top:-3px;
	left:-3px;
	padding:3px;}
/* /Main table */
/* Form table */
table.webdav-form {
	border:none;
	width:100%;}
table.webdav-form td, table.webdav-form th {
	font-size:100%;
	padding:5px 10px 5px 0px;
	font-weight:normal;
	vertical-align:top;}
table.webdav-form td{
	text-align:left;
	width:70%;}
table.webdav-form th {
	text-align:right;
	width:30%;}
table.webdav-form tr.header th, table.webdav-form tr.header2 th{
/*	height:35px;*/
	background-color: #CEDEEC;
	color:#072838;
	vertical-align:middle;
	white-space:nowrap;
	font-weight:normal;
	text-align:center;}
table.webdav-form tr.header2 th{
	background-color: #E6EEF5;}
table.webdav-form tbody select, table.webdav-form tbody input, table.webdav-form tbody textarea{
	width:70%;}
table.webdav-form tbody textarea{
	height:50px;}
table.webdav-form tbody input.checkbox{
	width:auto;}
table.webdav-form tfoot td{
	height:35px;
	background-color: #CEDEEC;
	text-align:center;
	vertical-align:middle;}
table.webdav-form span{
	padding-left:5px;}
table.webdav-form span.controls a{
	font-size:11px;
	white-space:nowrap;}
table.webdav-form span.controls a:hover{}
table.webdav-form span.element_download  a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_download.gif');}
table.webdav-form span.element_edit a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_edit.gif');}
table.webdav-form span.element_history a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_history.gif');}
table.webdav-form span.element_delete a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_delete.gif');}
table.webdav-form span.element_view a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_view.gif');}
table.webdav-form span.element_unlock a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/simple/element_unlock.gif');}

span.comments{
	font-style:italic;}
table.webdav-upload tbody select, table.webdav-upload tbody input{
	width:auto;}
/* /Form table */

/* Actions styles */
div.up a{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/up.gif');}
div.show-action a.action{
	display:block;
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/arr_down.gif');
	background-repeat:no-repeat;
	background-position:22px center;
	padding:3px;
	border:1px solid white;
	margin:0px;
	white-space:nowrap;}
div.show-action a.action:hover, table.wd-dropdown-pointer-active a.action {
	border:1px solid #AEB6C2;
	background-color:#DBE3F2;}
div.show-action a.action div.empty{
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/action.gif');
	background-repeat:no-repeat;
	background-position:left center;
	width:25px;
	height:20px; }
div.wd-action-block{
	display:block;
	height:11px;
	background-image: url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/action_head.gif');
	background-repeat:no-repeat;
	background-position:top center;}
tr.selected div.show-action a.action{}
/* Actions styles */
/* Dropdown */
table.wd-dropdown-pointer{
	display:table!important;
	border:none!important;
	padding:0px;
	margin:0px;}
table.wd-dropdown-pointer td{
	border:none!important;
	padding:0px!important;
	margin:0px!important;}
div.wd-dropdown-menu table.wd-dropdown-menu, div.wd-dropdown-menu td{
	font-size:100%;
	border:none;
	background:transparent;
	width:auto;
	vertical-align:middle;
	white-space:normal;
	text-decoration: none;
	text-align:left;
	padding:0px;
	margin:0px;
	height:auto;}
div.wd-dropdown-menu{
	background:#FCFCFC;
	border:1px solid #B6B6B6;
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/menu_gutter.gif');
	background-repeat:repeat-y;
	background-position:left top;
	padding:1px;}
table.wd-dropdown-menu{
	display:table!important;
	width:100%;}
table.wd-dropdown-menu td.wd-dropdown-menu{
	padding:0px!important;}
table.wd-dropdown-item{
	width:100%!important;
	margin:1px;
	border:none;}
table.wd-dropdown-item td{
	cursor:default;}
table.wd-dropdown-item-over{
	margin:0px;
	border:1px solid #AEB6C2;
	background-color:#CEDAEE;}
table.wd-dropdown-item-over td{
	cursor:hand;
	cursor:pointer;}
table.wd-dropdown-item td.gutter {
	width:23px;}
table.wd-dropdown-item td.gutter div{
	width:20px;
	height:20px;
	background-position:center center;
	background-repeat:no-repeat;}
table.wd-dropdown-item td.content{
	padding:3px 5px 3px 9px;
	white-space: nowrap;}
table.wd-dropdown-item td.gutter div.section_edit{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/section_edit.gif');}
table.wd-dropdown-item td.gutter div.section_drop{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/section_drop.gif');}
table.wd-dropdown-item td.gutter div.element_edit{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_edit.gif');}
table.wd-dropdown-item td.gutter div.element_view{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_view.gif');}
table.wd-dropdown-item td.gutter div.element_delete{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_delete.gif');}
table.wd-dropdown-item td.gutter div.element_download{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element.gif');}
table.wd-dropdown-item td.gutter div.element_unlock{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_unlock.gif');}
table.wd-dropdown-item td.gutter div.element_history{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_history.gif');}
table.wd-dropdown-item td.gutter div.element_subscribe{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_subscribe.gif');}
table.wd-dropdown-item td.gutter div.element_unsubscribe{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_unsubscribe.gif');}
table.wd-dropdown-item td.gutter div.element_unlock{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/dropdown/element_unlock.gif');}
td.popupmenu div.popupseparator {margin:1px 0px 1px 30px;
	background-color:#B6B6B6;
	height:1px;
	overflow:hidden;}
/* /Dropdown */

/* Popups */
div.wd-popup, div.wd-window-edit{
	background-color:white;
	padding:0px;
	margin:0px;
	border: 1px solid gray;
	width:350px;
	height:200px;
	overflow:hidden;
	text-align:center;
	color:black;}
div.wd-popup{
	width:352px;
	height:202px;}
div.wd-window-edit{
	border:none;}
div.wd-window-edit table, div.wd-window-edit table td{
	font-size:100%;
	text-align:left;
	vertical-align:top;
	border:none;
	padding:0px;
	margin:0px;}
div.wd-window-edit table.wd-window-edit{
	width:100%;
	height:200px;}
div.wd-window-edit table.wd-window-edit thead td{
	height:50px!important;
	overflow:hidden;
	font-size: 110%;
	padding:5px 10px 0px 10px;
	color:gray;
	font-weight:bold;}
div.wd-window-edit table.wd-window-edit tbody td{
	height:100px;
	padding:0px 10px;}
div.wd-window-edit table.wd-window-edit tfoot td{
	text-align:center;
	vertical-align:middle;
	padding:2px;
	height:50px!important;}
div.wd-window-edit table.wd-window-edit tfoot input{
	margin:0px 7px;}
div.wd-window-edit table.wd-window-edit tbody div.content {
	height:90px;
	overflow:auto;
	border:none;
	position:relative;
	width:330px;}
div.wd-window-edit table.wd-window-edit tbody input{
	width: 90%;}

/* /Popups */


/* Elements icons */
div.section-icon{
	background-position:center;
	background-repeat: no-repeat;
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/section.gif');
	float:left;
	width:20px;
	height:20px;
	margin-right:2px;}
div.element-icon {
	margin-right:2px;
	float:left;
	width:20px;
	height:20px;
	background-position:center center;
	background-repeat: no-repeat;
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icundef.gif');}
div.element-lamp-green, div.element-lamp-yellow, div.element-lamp-red {
	background-repeat: no-repeat;
	background-position:center;
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/green.gif');
	height:14px;
	width:14px;}
div.element-lamp-yellow {
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/yellow.gif');}
div.element-lamp-red {
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/table/red.gif');}
div.icbmp{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icbmp.gif');}
div.iccss{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/iccss.gif');}
div.iccsv{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/iccsv.gif');}
div.icdib{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icdib.gif');}
div.icdoc{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icdoc.gif');}
div.icdocp{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icdocp.gif');}
div.icdocx{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icdocx.gif');}
div.icgif{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icgif.gif');}
div.ichtm{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/ichtm.gif');}
div.ichtml{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/ichtml.gif');}
div.icjfif{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icjfif.gif');}
div.icjpe{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icjpe.gif');}
div.icjpeg{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icjpeg.gif');}
div.icjpg{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icjpg.gif');}
div.icjs{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icjs.gif');}
div.icpdf{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icpdf.gif');}
div.icphp{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icphp.gif');}
div.icpng{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icpng.gif');}
div.icppt, div.icpptx{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icppt.gif');}
div.icpptp{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icpptp.gif');}
div.icrar{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icrar.gif');}
div.icrtf{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icrtf.gif');}
div.icswf{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icswf.gif');}
div.ictif{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/ictif.gif');}
div.ictiff{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/ictiff.gif');}
div.ictxt{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/ictxt.gif');}
div.icundef{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icundef.gif');}
div.icxls{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icxls.gif');}
div.icxlsp{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icxlsp.gif');}
div.icxlsx{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icxlsx.gif');}
div.icxml{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/icxml.gif');}
div.iczip{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/iczip.gif');}
/* /Elements icons */
div.element-name{
	float:left;}
a.element-properties{
	float:left;
	display:block;
	padding-left:16px;
	margin-left:7px;
	background-position:left center;
	background-repeat: no-repeat;}
a.element-comments{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/comments_count.gif');}
a.element-view{
	background-image:url('/bitrix/components/bitrix/socialnetwork/templates/.default/images/webdav/icons/element_view.gif');
	height:15px; width:15px;}
div#pwaitwindow {
	position:relative;
	text-align:center;
	width:100%;}
iframe.waitwindow {
	position:absolute;
	border:0px;
	z-index:9999;}
div.waitwindow {
	position:absolute;
	width:170px!important;
	padding:10px;
	background-color:#FCF7D1;
	border:1px solid #EACB6B;
	text-align:center;
	z-index:10000;
	font-size:13px;
	background-image:url(/bitrix/components/bitrix/socialnetwork/templates/.default/images/wait.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	display:block;}
/*/ WEBDAV*/

/*top panel icons */
div.bx-top-panel table.bx-pnbutton div.icon-socnet-reindex {background-image:url(/bitrix/components/bitrix/socialnetwork/templates/.default/images/panel/reindex.gif);}

/* End */


/* Start:/bitrix/components/bitrix/socialnetwork.group_menu/templates/.default/style.css?1788345596845*/
.sonet-sgm-error-text-block { padding: 20px; }
.sonet-sgm-wait-cont { height: 31px; }
.sonet-sgm-wait-icon { height: 31px; width: 31px; background: url('/bitrix/components/bitrix/socialnetwork.group_menu/templates/.default/images/wait.gif') no-repeat 0 0; display: inline-block; position: relative; left: 1px; top: 1px; }
.sonet-sgm-wait-text { height: 31px; display: inline-block; position: relative; padding: 0 10px 0 5px; left: 1px; top: -11px; color: #7F7F7F; }
.sonet-sgm-notify-hint-content { padding: 8px; }
.profile-menu-notify-btn {
	display: inline-block;
	width:34px;
	height: 32px;
	background: url(/bitrix/components/bitrix/socialnetwork.group_menu/templates/.default/images/button_subscribe.png) no-repeat 0 0;
}
.profile-menu-notify-btn:hover {	background-position: 0 -29px; }
.profile-menu-notify-btn:active, .profile-menu-notify-btn-active { background-position: 0 -59px; }
.profile-menu-notify-btn-active:hover { background-position: 0 -59px!important; }
/* End */


/* Start:/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/style.css?17883463662131*/
#ddmenuadd .bx-sm-feature-noselect .bx-sm-parent .bx-sm-actions {
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) right -37px; 
}

#ddmenuadd .bx-sm-feature-select .bx-sm-parent .bx-sm-actions {
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) right 0px; 
}

.bx-sm-feature-noselect .bx-sm-parent, .bx-sm-feature-noselect .bx-sm-parent-button { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat right -34px; 
}
.bx-sm-feature-select .bx-sm-parent { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat right 0px; 
}
.bx-sm-feature-select .bx-sm-parent-button { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat right 2px; 
}

.bx-sm-feature-noselect .bx-sm-parent .bx-sm-header, .bx-sm-feature-noselect .bx-sm-parent-button .bx-sm-header-button  { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat left -34px; 
}

.bx-sm-feature-select .bx-sm-parent .bx-sm-header { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat left -0px; 
}

.bx-sm-feature-select .bx-sm-parent-button .bx-sm-header-button  { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat left 2px; 
}

.bx-sm-separator { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/tabs.gif) no-repeat left -68px; 
}

.bx-sm-feature-noselect .bx-sm-parent .bx-sm-actions {
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/upper-passive-fill.gif) repeat-x; 
}

.bx-sm-feature-noselect .bx-sm-actions-left { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/upper-passive-left.gif) no-repeat center center; 
}

.bx-sm-feature-noselect .bx-sm-actions-right { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/upper-passive-right.gif) no-repeat center center; 
}

#ddmenuadd .bx-sm-feature-noselect .bx-sm-actions-right { 
	background: url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/images/upper-passive-right.gif) no-repeat center center; 
}

.bx-sm-feature-noselect .bx-sm-parent a, .bx-sm-feature-noselect a.bx-sm-parent, .bx-sm-feature-noselect a.bx-sm-parent-button  { 
	color: #727779;
}
.bx-sm-feature-noselect .bx-sm-parent a:visited, .bx-sm-feature-noselect a.bx-sm-parent:visited, .bx-sm-feature-noselect a.bx-sm-parent-button:visited  { 
	color: #727779;
}
.bx-sm-feature-noselect .bx-sm-parent a:hover, .bx-sm-feature-noselect a.bx-sm-parent:hover, .bx-sm-feature-noselect a.bx-sm-parent-button:hover{ 
	color: #727779;
}
/* End */


/* Start:/bitrix/components/bitrix/socialnetwork.menu/templates/.default/style.min.css?17883463678778*/
div.ddmenu{position:relative;z-index:190}div.ddmenu div.ddmenu-inactive,div.ddmenu div.ddmenu-active{position:absolute;z-index:200}div.ddmenu div.ddmenu-inactive{display:none}div.ddmenu div.ddmenu-active{display:block;top:33px;background:white}.bx-sm-parent .bx-sm-actions{display:none;overflow:hidden;position:absolute;z-index:500;top:-14px;height:17px;right:0}.bx-sm-feature-noselect .bx-sm-parent .bx-sm-actions{top:-14px}.bx-sm-feature-select .bx-sm-parent .bx-sm-actions{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-fill.gif) repeat-x;top:-16px}#ddmenuadd .bx-sm-feature-noselect .bx-sm-parent .bx-sm-actions{top:3px;right:-17px;height:31px;width:22px}#ddmenuadd .bx-sm-feature-select .bx-sm-parent .bx-sm-actions{top:0;height:34px;padding-top:2px;width:22px;right:-17px}.bx-sm-parent .bx-sm-parent-button{position:relative;height:34px}#ddmenuadd .bx-sm-parent,#ddmenuinact .bx-sm-parent{margin-left:5px;zoom:1}#ddmenuadd .bx-sm-parent .bx-sm-header,#ddmenuinact .bx-sm-parent .bx-sm-header{margin-right:20px;padding-left:20px}.bx-sm-parent .bx-sm-header{max-width:250px;overflow:hidden}.bx-sm-holder-show .bx-sm-parent .bx-sm-header{padding-left:20px;padding-right:20px;display:block}.bx-sm-parent .bx-sm-header,.bx-sm-parent-button .bx-sm-header-button{height:34px;text-align:center}.bx-sm-feature-noselect .bx-sm-parent .bx-sm-header,.bx-sm-feature-noselect .bx-sm-parent-button .bx-sm-header-button{margin-right:2px}.bx-sm-feature-select .bx-sm-parent .bx-sm-header{margin-right:2px}.bx-sm-feature-select .bx-sm-parent-button .bx-sm-header-button{margin-right:2px}.bx-sm-parent a,a.bx-sm-parent,a.bx-sm-parent-button{display:block;text-decoration:none;font-size:13px;font-weight:bold;line-height:34px;font-family:Verdana,Arial,Helvetica,sans-serif}#ddmenuadd .bx-sm-parent a,#ddmenuadd a.bx-sm-parent,#ddmenuadd a.bx-sm-parent-button,#ddmenuinact .bx-sm-parent a,#ddmenuinact a.bx-sm-parent,#ddmenuinact a.bx-sm-parent-button{overflow:hidden;width:150px}.bx-sm-feature-select .bx-sm-parent a,.bx-sm-feature-select a.bx-sm-parent,.bx-sm-feature-select a.bx-sm-parent-button{color:#000;decoration:none}.bx-sm-feature-select .bx-sm-parent a:visited,.bx-sm-feature-select a.bx-sm-parent:visited,.bx-sm-feature-select a.bx-sm-parent-button:visited{color:#000;decoration:none}.bx-sm-feature-select .bx-sm-parent a:hover,.bx-sm-feature-select a.bx-sm-parent:hover,.bx-sm-feature-select a.bx-sm-parent-button:hover{color:#000;decoration:none}.bx-sm-feature-noselect .bx-sm-parent a,.bx-sm-feature-noselect a.bx-sm-parent,.bx-sm-feature-noselect a.bx-sm-parent-button{decoration:none}.bx-sm-feature-noselect .bx-sm-parent a:visited,.bx-sm-feature-noselect a.bx-sm-parent:visited,.bx-sm-feature-noselect a.bx-sm-parent-button:visited{decoration:none}.bx-sm-feature-noselect .bx-sm-parent a:hover,.bx-sm-feature-noselect a.bx-sm-parent:hover,.bx-sm-feature-noselect a.bx-sm-parent-button:hover{decoration:none}.bx-sm-actions-separator{width:1px;float:left}.bx-sm-feature-noselect .bx-sm-actions-separator{height:17px;background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-passive-separator.gif) no-repeat center center}.bx-sm-feature-select .bx-sm-actions-separator{height:18px;background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-separator.gif) no-repeat center center}#ddmenuadd .bx-sm-actions-separator{height:1px;font-size:1px;position:relative}#ddmenuadd .bx-sm-feature-noselect .bx-sm-actions-separator{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-passive-separator-horizontal.gif) no-repeat center center;width:17px;top:13px;right:-5px}#ddmenuadd .bx-sm-feature-select .bx-sm-actions-separator{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-separator-horizontal.gif) no-repeat center center;width:14px;top:13px;right:-4px}.bx-sm-actions-left{width:2px;float:left}.bx-sm-feature-noselect .bx-sm-actions-left{height:17px}.bx-sm-feature-select .bx-sm-actions-left{height:18px;background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-left.gif) no-repeat center center}#ddmenuadd .bx-sm-actions-left{position:absolute;font-size:1px;right:16px}#ddmenuadd .bx-sm-feature-noselect .bx-sm-actions-left{width:1px;height:31px;background:#dadada}#ddmenuadd .bx-sm-feature-select .bx-sm-actions-left{width:0;height:0}.bx-sm-actions-right{width:2px;float:left}.bx-sm-feature-noselect .bx-sm-actions-right{height:17px}.bx-sm-feature-select .bx-sm-actions-right{height:18px;background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-right.gif) no-repeat center center}#ddmenuadd .bx-sm-actions-right{width:0;position:absolute}#ddmenuadd .bx-sm-feature-noselect .bx-sm-actions-right{height:17px}#ddmenuadd .bx-sm-feature-select .bx-sm-actions-right{height:18px;background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/upper-active-right.gif) no-repeat center center}a.bx-sm-actions-button,a.bx-sm-actions-button:hover{width:17px;height:17px}#ddmenuadd a.bx-sm-actions-button,#ddmenuadd a.bx-sm-actions-button:hover{height:14px;font-size:1px;position:absolute}#ddmenuadd .bx-sm-feature-select a.bx-sm-actions-button,#ddmenuadd .bx-sm-feature-select a.bx-sm-actions-button:hover{width:17px}#ddmenuadd .bx-sm-feature-noselect a.bx-sm-actions-button,#ddmenuadd .bx-sm-feature-noselect a.bx-sm-actions-button:hover{width:14px}.bx-sm-parent a.bx-sm-actions-button,.bx-sm-parent a.bx-sm-actions-button:hover{overflow:hidden;float:left}#ddmenuadd .bx-sm-parent a.bx-sm-actions-button,#ddmenuadd .bx-sm-parent a.bx-sm-actions-button:hover{overflow:hidden;float:none}a.bx-sm-settings{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-arrow-light.gif) center center no-repeat}#ddmenuadd a.bx-sm-settings{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-arrow-light.gif) 3px -2px no-repeat;top:1px;right:3px}a.bx-sm-remove{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-delete-light.gif) center center no-repeat}#ddmenuadd a.bx-sm-remove{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-delete-light.gif) 3px -2px no-repeat;right:3px}#ddmenuadd .bx-sm-feature-select a.bx-sm-remove{top:17px}#ddmenuadd .bx-sm-feature-noselect a.bx-sm-remove{top:14px}a.bx-sm-plus{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-plus-light.gif) center center no-repeat}a.bx-sm-plus:hover{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-plus-dark.gif) center center no-repeat}a.bx-sm-settings:hover{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-arrow-dark.gif) center center no-repeat}#ddmenuadd a.bx-sm-settings:hover{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-arrow-dark.gif) 3px -2px no-repeat}a.bx-sm-remove:hover{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-delete-dark.gif) center center no-repeat}#ddmenuadd a.bx-sm-remove:hover{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-delete-dark.gif) 3px -2px no-repeat}.bx-sm-ddmenu-top-left{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-up.gif) no-repeat left}.bx-sm-ddmenu-top-right{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-up.gif) no-repeat right;margin-left:2px;height:2px;font-size:1px}.bx-sm-ddmenu-bottom-left{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-bottom.gif) no-repeat left}.bx-sm-ddmenu-bottom-right{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-bottom.gif) no-repeat right;margin-left:2px;height:2px;font-size:1px}.bx-sm-ddmenu-middle-left{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-middle.gif) repeat-y left}.bx-sm-ddmenu-middle-right{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-middle.gif) repeat-y right;margin-left:2px;padding-right:7px;padding-top:5px}#ddmenuadd .bx-sm-ddmenu-middle-right{padding-right:24px;margin-left:5px}#ddmenuadd .bx-sm-ddmenu-middle-right-regular{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/white-corners-middle.gif) repeat-y right;margin-left:2px;padding-right:7px;padding-top:5px}.bx-sm-leftshadow{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/left-shadow.gif) no-repeat left bottom}.bx-sm-rightshadow{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/right-shadow.gif) no-repeat left bottom}.bx-sm-rightline{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/right-line.gif) no-repeat left bottom}.bx-sm-item-add{width:11px;height:17px;margin-left:5px;margin-right:5px;position:relative;top:10px;left:1px}.bx-sm-feature-noselect .bx-sm-item-add{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -33px 0}.bx-sm-feature-select .bx-sm-item-add{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -33px -17px}.bx-sm-item-inactive{width:11px;height:17px;margin-left:5px;margin-right:5px;position:relative;top:10px;left:1px}.bx-sm-feature-noselect .bx-sm-item-inactive{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -11px 0}.bx-sm-feature-select .bx-sm-item-inactive{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -11px -17px}.bx-sm-item-clear{width:11px;height:17px;margin-left:5px;margin-right:5px;position:relative;top:10px;left:1px}.bx-sm-feature-noselect .bx-sm-item-clear{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -22px 0}.bx-sm-feature-select .bx-sm-item-clear{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat -22px -17px}.bx-sm-item-settings{width:11px;height:17px;margin-left:5px;margin-right:5px;position:relative;top:10px;left:1px}.bx-sm-feature-noselect .bx-sm-item-settings{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat 0 0}.bx-sm-feature-select .bx-sm-item-settings{background:url(/bitrix/components/bitrix/socialnetwork.menu/templates/.default/images/action-sprite.gif) no-repeat 0 -17px}.bx-sm-dotted{border:1px #b9b9b9 dashed;width:100px;height:32px}
/* End */


/* Start:/bitrix/components/bitrix/socialnetwork.admin.set/templates/.default/style.css?1788346551568*/
div.sonet-admin-note { background-color: #FFFDC1; border: 1px solid #E6E4AF; color: #787878; margin: 12px 0; padding: 6px; text-align: center; }

.sonet-adminset-error-text-block { padding: 20px; }
.sonet-adminset-wait-cont { height: 31px; }
.sonet-adminset-wait-icon { height: 31px; width: 31px; background: url('/bitrix/components/bitrix/socialnetwork.admin.set/templates/.default/images/wait.gif') no-repeat 0 0; display: inline-block; position: relative; left: 1px; top: 1px; }
.sonet-adminset-wait-text { height: 31px; display: inline-block; position: relative; padding: 0 10px 0 5px; left: 1px; top: -11px; color: #7F7F7F; }

/* End */


/* Start:/bitrix/components/bitrix/socialnetwork.group/templates/short/style.css?17883464722167*/
table.sonet-user-profile-friends, table.sonet-user-profile-groups
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

table.sonet-user-profile-friends td, table.sonet-user-profile-groups td
{
	border:1px solid #c4c4c4;
	padding:6px 5px;
}

table.sonet-user-profile-friends thead td, table.sonet-user-profile-friends th, table.sonet-user-profile-groups thead td, table.sonet-user-profile-groups th
{
	background-color:#f2f2ea;
	/*text-align:left;*/
	font-weight:bold;
	font-size:12px;
	background-image:none;
	border:1px solid #C4C4C3;
	border-bottom:none;
	padding:8px;
}

table.sonet-user-profile-friend-box tbody td, table.sonet-user-profile-friend-box td
{
	border:none;
	padding:6px 5px;
	background:transparent;
}
div.bx-group-control {
	padding: 0px 0px 0px 10px;
	margin: 14px 0px 14px 0px;
	border-left:1px solid #C4C4C4;
	border-bottom:1px solid white;
}

div.bx-group-control ul {list-style-image: none; list-style-position: outside; list-style-type:none; margin:0; padding:0;}
div.bx-group-control li {
	padding: 3px 0px 2px 22px;
	margin-top: 1px;
	display: block;
	background-repeat: no-repeat;
}

div.bx-group-control .bx-icon-edit{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/edit.gif);}
div.bx-group-control .bx-icon-settings{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/settings.gif);}
div.bx-group-control .bx-icon-del{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/del.gif);}

div.bx-group-control .bx-icon-mod-edit{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/mod_edit.gif);}
div.bx-group-control .bx-icon-mod-view{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/mod_view.gif);}
div.bx-group-control .bx-icon-memb-edit{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/memb_edit.gif);}
div.bx-group-control .bx-icon-blacklist{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/blacklist.gif);}
div.bx-group-control .bx-icon-memb-view{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/memb_view.gif);}
div.bx-group-control .bx-icon-invite{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/invite.gif);}
div.bx-group-control .bx-icon-requests{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/request.gif);}
div.bx-group-control .bx-icon-join{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/join.gif);}
div.bx-group-control .bx-icon-leave{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/leave.gif);}
div.bx-group-control li.bx-icon-message{background-image:url(/bitrix/components/bitrix/socialnetwork.group/templates/short/images/message.gif);}

/* End */
/* /bitrix/components/bitrix/forum/templates/.default/style.css?178834640318498 */
/* /bitrix/components/bitrix/forum/templates/.default/styles/additional.min.css?178834640311104 */
/* /bitrix/components/bitrix/forum/templates/.default/themes/fluxbb/style.css?17883464025889 */
/* /bitrix/components/bitrix/socialnetwork/templates/.default/style.css?178834583716263 */
/* /bitrix/components/bitrix/socialnetwork.group_menu/templates/.default/style.css?1788345596845 */
/* /bitrix/components/bitrix/socialnetwork.menu/templates/.default/themes/blue/style.css?17883463662131 */
/* /bitrix/components/bitrix/socialnetwork.menu/templates/.default/style.min.css?17883463678778 */
/* /bitrix/components/bitrix/socialnetwork.admin.set/templates/.default/style.css?1788346551568 */
/* /bitrix/components/bitrix/socialnetwork.group/templates/short/style.css?17883464722167 */
