﻿/* [НАЧАЛО] Сброс CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby,
section, summary,time, mark, audio, video {margin: 0; padding: 0; border: 0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote p:first-child {padding-top: 5px;}
blockquote p:last-child {padding-bottom: 5px;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
/* [КОНЕЦ] Сброс CSS */

/* [НАЧАЛО] Для возврата старой формы входа */
#uidLogButton {display: none} 
#baseLogForm {display: block!important}
/* [КОНЕЦ] Для возврата старой формы входа */

body {background: #e7eef0 url('/design/images/fon.jpg') repeat fixed left top; margin: 0px; padding: 0px; cursor: default;}
body, td, input, select, textarea {font: 14px/1.4 'Trebuchet MS', Arial, Tahoma, serif;}
form {padding: 0px; margin: 0px;}
ol, ul, table, p, input, select, textarea, iframe,pre {margin: 10px 0;}
/*td ol, td ul, td table, td p, td input, td select, td textarea, td iframe, td pre {margin: 0;}
ol ol, ol ul, ol table, ol p, ol input, ol select, ol textarea, ol iframe, ol pre {margin: 0;}
ul ol, ul ul, ul table, ul p, ul input, ul select, ul textarea, ul iframe, ul pre {margin: 0;}*/
ol ol, ul ul {margin-bottom: 0px;}
b {font-weight: 600;}

h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ol, ul {margin-left: 25px;}
li p {margin: 0; padding: 0;}
li > ul {margin-top: 0;}

input, select, textarea {vertical-align: middle; margin: 2px 0;}
input[type=text], input[type=password], textarea {padding: 1px; border: 1px solid #bbb; box-sizing: border-box;}

/* [НАЧАЛО] Стили ссылок */
a {-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
a:link {text-decoration:none; color:#0069A9;}
a:active {text-decoration:none; color:#0069A9;}
a:visited {text-decoration:none; color:#0069A9;}
a:hover {/*text-decoration:none;*/text-decoration:underline; color:#000000;}
a[href^="javascript://"] {text-decoration: none; border-bottom: 1px dashed transparent;}
a[href^="javascript://"]:hover {text-decoration: none; border-bottom: 1px dashed #0069A9;}

a[href^="http://"]:not([href*="sch1.magnitogorsk.org"]):not([href*="sch1mgn.ucoz.ru"]):after {content: url(/design/images/ext.png);padding-left: 3px;opacity: 0.4;}
a[href^="https://"]:not([href*="sch1.magnitogorsk.org"]):not([href*="sch1mgn.ucoz.ru"]):after {content: url(/design/images/ext.png);padding-left: 3px;opacity: 0.4;}
a img {border:none !important;}
.notIlink a[href^="http://"]:not([href*="sch1.magnitogorsk.org"]):not([href*="sch1mgn.ucoz.ru"]):after {content: none !important; margin-left:0px !important;}
.notIlink a[href^="https://"]:not([href*="sch1.magnitogorsk.org"]):not([href*="sch1mgn.ucoz.ru"]):after {content: none !important; margin-left:0px !important;}

a img{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
} 

a:hover img {opacity: 0.92;}
/* [КОНЕЦ] Стили ссылок */

hr {height: 1px; background-color: #eaeaea; border: 0;}
blockquote {
    background: #f7f7f7;
    margin: 0 -20px;
    padding: 10px 100px 10px 100px;
    position: relative;
}

blockquote:before {
    content: "«";
    font-size: 140px;
    left: 15px;
    position: absolute;
    top: -74px;
    opacity: 0.1;
}

blockquote:after {
    content: "»";
    font-size: 140px;
    right: 15px;
    position: absolute;
    bottom: -54px;
    opacity: 0.1;
}
blockquote ul, blockquote ol {margin-left: 20px;}

#main_container {width: 95%; min-width: 1200px; max-width: 1400px; margin: 20px auto; position: relative; padding: 0 10px;}

/* [НАЧАЛО] Блоки для контента */
.block_1 {height:100%; display: inline-block; vertical-align: top;}
.block_1.w100 {width: 100%;}
.block_1.w75 {width: 75%;}
.block_1.w66 {width: 66.666666%;}
.block_1.w50 {width: 50%;}
.block_1.w33 {width: 33.333333%;}
.block_1.w25 {width: 25%;}
.block_1.w20 {width: 20%;}

.block_2 {position: relative; box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); background-color: #fff; margin: 10px;}

.block_3_text {padding: 14px 20px; overflow: hidden;}
.block_3_text > :last-child {margin-bottom:0;}

.block_3_text img {max-width: 100%;}

h1 {font-size : 22px; font-weight: normal; margin: 0; padding: 0; max-width: 1180px; /* Фиксим возможность попадания заголовка страницы h1 на кнопки "поделиться" */}
h2 {position: relative; font-size: 20px; font-weight: normal; margin: 1.1em 0 .55em; padding: 0;}
h3 {font-size: 16px; font-weight: bold; margin: 1.1em 0 .55em; padding: 0;}
h4 {font-size: 14px; font-weight: bold; margin: 1.1em 0 .55em; padding: 0;}
h5 {font-size: 14px; font-weight: normal; font-style:italic; margin: 1.1em 0 .55em; padding: 0;}
h6 {font-size: 14px; font-weight: normal; margin: 1.1em 0 .55em; padding: 0;}

h1:before, h2:before, .dot_red:before {content:""; display:inline-block; position:relative; z-index:1; width: 6px; height: 6px; margin:0 8px 2px 0; background: #CC0000;}
h2:before {background: #0069A9;}

h2 a {position: relative; display:inline; width: 100%; margin: -10px -20px -10px -35px; padding: 10px 20px 10px 35px;}

h2 a:hover, a.line_content:hover {background: #F2F2F2; -webkit-transition: background-position 0s ease-out; -moz-transition: background-position 0s ease-out; -o-transition: background-position 0s ease-out; transition: background-position 0s ease-out; text-decoration: none;}

a.line_content {position: relative; white-space: nowrap; display: inline-block; vertical-align: middle; text-overflow: ellipsis; overflow: hidden; width: 100%; padding: 5px 20px; margin-left: -20px;}
a.line_content.hide {display: none;}
a.line_content .img {display: inline-block; width: 43px; height: 31px; vertical-align: middle; margin-right: 10px; background-size: cover; background-position: center top; background-repeat: no-repeat;}
a.line_content .img.back-size-contain {background-size: contain;}
a.line_content.att {background: transparent linear-gradient(to left, rgb(255, 255, 255), rgba(0, 105, 169, 0.08)) repeat scroll 0% 0%;}
a.line_content.att:hover {background: transparent linear-gradient(to left, rgb(255, 255, 255), rgba(0, 105, 169, 0.15)) repeat scroll 0% 0%;}

.mainpage .block_1 h1, .mainpage .block_1 h2, .mainpage .block_1 h3, .mainpage .block_1 h4, .mainpage .block_1 h5, .mainpage .block_1 h6 {font-size: 14px; font-weight: normal;}
.mainpage h2 {margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px;}
.mainpage h2 a {display: inline-block; margin: -10px 0px -10px -20px; padding: 10px 6px 10px 34px; position: absolute; left: 0; top: 0;}
.mainpage h3:before {display:inline-block; width: 10px; content:url('/design/images/str.png');}
.mainpage .line_2_colum > a.line_content {box-sizing: border-box; margin: 0; /*padding: 5px 0px 5px 20px; margin-left: -20px;*/}
.mainpage .block_3_img_banner {line-height: 0px;}

.header-page-with-image {margin-top: -45px; display: block; position: relative; z-index: 1; background-repeat:no-repeat; background-position: center center; height: 158px; margin-left: -20px; margin-right: -20px;}
.module-publ .header-page-with-image {margin-top: -75px;}

/* Путь сайта */
.site-path {font-size: 11px; margin-bottom: 15px;}
/* [КОНЕЦ] Блоки для контента */

/* [НАЧАЛО] Слайдер */
#slider {position:relative;/*overflow:hidden;*/text-align: center;}
#slider .slides,.slide {padding:0; margin:0; list-style:none;height: 308px;}
#slider .slide {position:relative; display:none; background-color: #fff;}
#slider .slide:first-child {display:block;}
#slider .slide img {display:block; padding:0; margin:0;}
#slider .caption {position:absolute; padding:0 0 15px; left:0; bottom:0; width:100%; background: #fff;color: #000;}
#slider .cap-ttl {padding:15px 20px 0px 20px; font-size:16px;}
#slider .cap-ttl a {color:#fff;}
#slider .cap-ds {padding: 5px 20px 0 20px; font-size:14px;}
#slider .flex-viewport {text-align: left;}
#slider .flex-control-nav {margin: 0; padding: 0; list-style: none;}
#slider .flex-control-nav {position: absolute; top: 15px; right: 15px; text-align: center; display: inline-block;}
#slider .flex-control-nav li {margin: 0 0 10px 0; display: block; float: none;}
#slider .flex-control-paging li a {width: 10px; height: 10px; display: block; background: transparent; cursor: pointer; text-indent:100%; overflow:hidden; white-space:nowrap;}
#slider:hover .flex-control-paging li a {display: block; background: #0069a9; }
#slider:hover .flex-control-paging li a:hover {display: block; background: #0069a9; }
#slider:hover .flex-control-paging li a.flex-active {display: block; background: #cc0000; cursor: default;}
#slider a:hover .caption {background-color: #f9f9f9;}
/* [КОНЕЦ] Слайдер */

/* [НАЧАЛО] Меню сайта */
.menu {padding: 0px; text-align: left; font-weight: normal; display: table; margin: 0 auto;}
.menu ul {margin: 0; padding: 0;}
.menu ul.uMenuRoot {list-style: none outside none; margin: 0 auto; padding: 0px;}
.menu ul ul {background: none repeat scroll 0 0 #fff; box-shadow: 0px 25px 35px -10px rgba(0, 0, 0, 0.2); left: 0px; opacity: 0; position: absolute; top: 100%; transition: all 0.2s ease-out 0.15s; visibility: hidden; white-space: nowrap; z-index: 999; text-align: left; margin-left: -2px;}
.menu ul ul ul {left: 100%; padding-left: 1px; top: 0;}
.menu ul.uMenuRoot > li {list-style: none; display: inline-block; margin: 0; padding: 0; position: relative;}
.menu ul.uMenuRoot > li:last-child {border-right: 0px solid #e3e3e3;}		
/*.menu ul.uMenuRoot > li.has-submenu:hover {border-left: 0px solid #00448a;}*/
.menu ul.uMenuRoot > li > ul {border-left: 2px solid #0069a9;}
.menu ul ul li a {/*color: #00448a!important;*/ text-shadow: none; text-shadow: 1px 1px 1px #fff;}

.menu li {float: left; list-style: none outside none !important; position: relative;}
.menu li:hover a:hover, nav li:hover a {/*color: #000;*/}
		
.menu li a:hover + ul {opacity: 1; visibility: visible;}

.menu li:hover > ul {opacity: 1; visibility: visible; background-color:#ffffff;}
.menu li li {float: none;}

.menu li li a {padding: 0 9px; display: block; line-height: 35px; text-decoration: none; /*color: #555;*/}
.menu li li:hover {background: #F2F2F2;}
.menu li li:hover > a, nav li li:hover a:hover {background: #F2F2F2; /*color: #fff;*/ text-decoration: none;}

.menu.top ul.uMenuRoot > li > a {line-height: 30px;}

.menu ul.uMenuRoot > li > a {font-size: 100%; text-decoration: none; display: block; /*color: #0069A9;*/ padding: 0 9px; margin: 0 0 0 0; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.menu ul.uMenuRoot > li {border-left: 2px solid transparent; transition: all 0.2s ease-out 0.15s;}
.menu ul.uMenuRoot > li:hover {border-left-color: #0069a9; background-color: #fff; transition: all 0.2s ease-out 0.15s;}

/*nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > li > .uMenuItemA {background: url('/design/images/line_top.png') no-repeat center top transparent; -webkit-transition: background 0s ease-out; -moz-transition: background 0s ease-out; -o-transition: background 0s ease-out; transition: background 0s ease-out;}*/

/* След 2мя блоками фиксим появление скрола при выходе меню за экран */
@media screen and (max-width: 1240px) { /*Если размер МЕНЬШЕ чем Xpx*/
	body {overflow-x: auto;}
}
@media screen and (min-width: 1240px) { /*Если размер БОЛЬШЕ чем Xpx*/
	body {overflow-x: hidden;}
}

/* Далее стараемся пофиксить выход определенного списка меню за экран */
@media screen and (min-width: 1240px) and (max-width: 1700px) { /*Если размер БОЛЬШЕ чем Xpx, но МЕНЬШЕ чем*/
	/* Обязательно обозначаем .menu.bottom или .menu.top */
	.menu.bottom ul li:nth-of-type(8) ul:nth-of-type(1) ul { /*Учительская - методсовет*/
	    left: inherit;
	    right: 100%;
	}
}

/* Увеличиваем и уменьшаем отступы у пунктов меню в зависимости от размера экрана */
/* При необходимости обозначаем .menu.bottom или .menu.top */
@media screen and (min-width: 1400px) { /*Если размер БОЛЬШЕ чем Xpx*/
	.menu ul.uMenuRoot > li > a, .menu li li a {padding: 0 15px;}
	.menu li li a {line-height: 40px;}
}
@media screen and (min-width: 1500px) { /*Если размер БОЛЬШЕ чем Xpx*/
	.menu ul.uMenuRoot > li > a, .menu li li a {padding: 0 19px;}
	.menu li li a {line-height: 40px;}
}

.menu.teacher, .menu.teacher > ul > li {display: inline-block; float: none;}
.menu.teacher > ul > li {margin-left: 25px;}
.menu.teacher ul.uMenuRoot ul {margin-left: -15px;}
.menu.teacher ul.uMenuRoot > li > a {line-height: 25px; padding: 0; border: 0;}
.menu.teacher ul.uMenuRoot > li {border: 0;}
.menu.teacher ul.uMenuRoot > li:hover {border: 0;}
/* [КОНЕЦ] Меню сайта */

/* [НАЧАЛО] Отбелка для ссылок на заголовке сайта */
.link-logo {display: block; position: absolute; cursor: pointer; background-color: rgba(255, 255, 255, 0);}
.link-logo:hover {background-color: rgba(255, 255, 255, 0.4);}
/* [КОНЕЦ] Отбелка для ссылок на заголовке сайта */

/* [НАЧАЛО] Кнопки */
.sch1-button, .sch1-button-menu, .sch1-button-in-text, .catsTd a {
    font-weight: normal;
    background: transparent linear-gradient(to left, rgb(255, 255, 255), rgba(0, 105, 169, 0.05)) repeat scroll 0% 0%;
}
input[type=submit], input[type=button], input[type=reset] {
    font-weight: normal;
    background-color: #fff;
    cursor: pointer;
}
input[type=submit], input[type=button], input[type=reset], input[type=text], textarea, select {
	margin: 0;
	padding: 3px 5px;
	text-decoration: none!important;
}
.sch1-button, .sch1-button-menu, .sch1-button-in-text {}
.sch1-button, .sch1-button-menu, .catsTd a {padding: 7px 0px 7px 14px; border-left: 2px solid #0069a9;} 
/* Кнопка внутри текста, к примеру, на странице Воспитание 304*/
.sch1-button-in-text {padding: 2px 2px 2px 4px; margin: 0 -2px;}
/* Широкая кнопка (как в новости) и, к примеру, используется на странице Доп образование 198*/
.sch1-button-menu, .catsTd a {padding: 7px 14px 7px 14px; display:block;}
/* Просто кнопка */
.sch1-button {}
a.sch1-button-menu + br {display: none;}
/**/
/*Используется в опросах например*/
input[type=submit], input[type=button], input[type=reset], input[type=text], textarea, select {padding: 2px 7px; border: 1px solid rgba(0,105,169,0.2); width: auto;}
.sch1-button:hover, .sch1-button-menu:hover, .sch1-button-in-text:hover, .catsTd a:hover {
    background: transparent linear-gradient(to left, rgb(255, 255, 255), rgba(82, 82, 82, 0.1)) repeat scroll 0% 0%;
    cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, input[type=file]:hover {
	background-color: #fcfcfc;
	border-color: rgb(0, 105, 169);
}

input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border-color: rgba(0, 105, 169, 0.39);
	cursor: pointer;
}

input[type=text], textarea, select {font-weight: normal;}

input[type=text]:hover, textarea:hover {cursor:text;}

input[type=radio]:hover {cursor:pointer;}
/*Используется ТОЛЬКО в опросах*/
.pollBut {margin-left:-120px;}

/* Кнопки "Поделиться" для соцсетей */
.uSocial-Share {position: absolute; right: 16px; top: 15px;}
/* [КОНЕЦ] Кнопки */

/* [НАЧАЛО] Таблицы */
.user-content table {
    border-collapse: collapse;
    width: 100%;
}

.user-content table, .user-content td, .user-content th {
    border: 1px solid #ddd;
}

.user-content table td :first-child, .user-content table th :first-child {margin-top:0!important;}
.user-content table td :last-child, .user-content table th :last-child {margin-bottom:0!important;}

.user-content th, .user-content td {
    padding: 12px 15px;
    vertical-align: top;
}

.tbl_active tr:hover td{background-color: #f5f5f5;}
.tbl_active tr:hover td[rowspan] {background-color: transparent;}

/*.sch1-table tr {border-bottom: 1px dotted rgb(0, 0, 0);}
.sch1-table tr:first-child {border-bottom: 1px solid rgb(0, 0, 0);font-weight: 600;}
.sch1-table tr:last-child {border-bottom: none;}
.sch1-table td {padding: 5px;text-align: left;}
.sch1-table tr td:first-child {border-right: 1px dotted rgb(0, 0, 0);}*/

table.tbl_not_border, .tbl_not_border table, .tbl_not_border td, .tbl_not_border th, .tbl_not_border tr {border: none; padding: 5px;}
.tbl_not_border td:first-child, .tbl_not_border th:first-child {padding-left:0;}
.tbl_not_border td:last-child, .tbl_not_border th:last-child {padding-right:0;}
table.tbl_not_pad_mar, .tbl_not_pad_mar table, .tbl_not_pad_mar td, .tbl_not_pad_mar th, .tbl_not_pad_mar tr {padding: 0; margin: 0;}
/* [КОНЕЦ] Таблицы */

/* [НАЧАЛО] Изображения в одну строчку */
.img-one-line-2, .img-one-line-3, .img-one-line-4, .img-one-line-5, .img-one-line-6 {
	white-space: nowrap;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}
.img-one-line-2 img {width: 50%; box-sizing: border-box; text-align: center;}
.img-one-line-3 img {width: 33%; box-sizing: border-box; text-align: center;}
.img-one-line-4 img {width: 25%; box-sizing: border-box; text-align: center;}
.img-one-line-5 img {width: 20%; box-sizing: border-box; text-align: center;}
.img-one-line-6 img {width: 16%; box-sizing: border-box; text-align: center;}
/* [КОНЕЦ] Изображения в одну строчку */

/* [НАЧАЛО] Изображения в текстах новостей и статей */
.eMessage img, .eText img, .imgshad img {
    border: 1px solid rgba(0,0,0,0.1) !important;
    margin: 0px 5px 0px 5px !important;
}

.eMessage img[align=left], .eText img[align=left], .imgshad img[align=left] {margin: 0px 5px 0px 0px !important;}
.eMessage img[align=right], .eText img[align=right], .imgshad img[align=right] {margin: 0px 0px 0px 5px !important;}
.NOTimgshad img {
    border: none !important;
    border-radius:0 !important;
    box-shadow:none !important;
    margin: 0 !important;
    padding:0 !important;
}
.imgshad2 img {
    border: 0px;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 2px #ccc;
    box-shadow: 0px 0px 2px #ccc;
    margin: 3px 0px 3px 0px !important;
}
/* [КОНЕЦ] Изображения в текстах новостей и статей */

/* [НАЧАЛО] Непонятная хренотень */
#baseLogFormAjx {width:240px;}
.xw-plain a[href^="javascript://"] {text-decoration: underline; border-bottom: 0px;}
.xw-plain a[href^="javascript://"]:hover {text-decoration: underline; border-bottom: 0px;}

.nojava a[href^="javascript://"] {text-decoration: none;border-bottom: 0px !important;}
.nojava a[href^="javascript://"]:hover {text-decoration: none;border-bottom: 0px !important;}

.com-order-title {vertical-align: 4px;}
/* [КОНЕЦ] Непонятная хренотень */

/* [НАЧАЛО] Очень старое меню. Используется в меню-списках, к примеру, /index/0-86 */
#navCol .menu {
	margin: 0;
}
#navCol .menu a {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    height: 30px;
    padding: 0 10px 0 10px;
    margin-left: -20px;
    width: 100%;
    margin-bottom: 2px;
    line-height: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#navCol .menu a.active,
#navCol .menu a:hover {
    color:#000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: underline;
    background: #f2f2f2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#navCol .menu a[href^="javascript://"] {text-decoration: none;border-bottom: 0px;}
#navCol .menu a[href^="javascript://"]:hover {text-decoration: none;border-bottom: 0px;}
* html #navCol .menu a:hover {
    color: #000;
    background: #8ac537;
}
#navCol .menu a.active {
    cursor: default;
    box-shadow: inset 0 1px 3px #c2c7cc;
    background: #f2f2f2;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #fff;
}
#navCol ol li {list-style: none;float: none;
    list-style: none!important;
    position: relative;}

#navCol ol {padding-left: 20px;margin: 10px 0 10px 0;}
#navCol .bixD {margin-left: -20px;}
/* [КОНЕЦ] Очень старое меню. Используется в меню-списках, к примеру, /index/0-86 */

/* [НАЧАЛО] Поправка вида КАПЧИ, к примеру, /gb */
.captcha-renew, .captcha-question {vertical-align: top!important;}
/* [КОНЕЦ] Поправка вида КАПЧИ, к примеру, /gb */

/* [НАЧАЛО] Поправка миниатюр в фотоальбомах */
ul#uEntriesList img {
    width: 100%!important;
    padding: 0 5px!important;
    box-sizing: border-box;
}
/* [КОНЕЦ] Поправка миниатюр в фотоальбомах */

/* [ДАЛЕЕ] Куча неразобранных стилей */
a.menu1:link {text-decoration:underline; color:#FAFAFA}
a.menu1:active {text-decoration:underline; color:#FAFAFA}
a.menu1:visited {text-decoration:underline; color:#FAFAFA}
a.menu1:hover {text-decoration:underline; color:#CCCCCC}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/812/4.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}

/* Module Part Menu */
.catsTable, .catsTable table, .catsTable th, .catsTable td
{border: none; padding:0;}

.catsTd {/* см. [НАЧАЛО] Кнопки */}

.catsTd a {margin-bottom: 0px;/* см. [НАЧАЛО] Кнопки */}
.catsTd a:hover {/* см. [НАЧАЛО] Кнопки */}

.catName {}
.catNameActive {}
.catNumData {font-size:7pt;color:#6E6E6E;}
.catDescr {font-size:7pt; padding-left:10px;}
/*a.catName:link {text-decoration:none; color:#7D7D7D;}
a.catName:visited {text-decoration:none; color:#7D7D7D;}
a.catName:hover {text-decoration:none; color:#016CAC;}
a.catName:active {text-decoration:none; color:#7D7D7D;}
a.catNameActive:link {text-decoration:none; color:#016CAC;}
a.catNameActive:visited {text-decoration:none; color:#016CAC;}
a.catNameActive:hover {text-decoration:none; color:#000000;}
a.catNameActive:active {text-decoration:none; color:#016CAC;}*/
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {color:#000000; padding: 5px 10px 10px 10px; border-bottom: 1px dashed #cbcbe6; background:#eee;}
.eTitle123 {color:#000000;padding-left:5px;}
/*.eTitle a:link {text-decoration:none; color:#000000;}
.eTitle a:visited {text-decoration:none; color:#000000;}
.eTitle a:hover {text-decoration:underline; color:#000000;}
.eTitle a:active {text-decoration:none; color:#000000;}*/
.eTitle2 {margin:0;padding:0;}
.eTitle2 > a {
    padding: 10px;
    margin:0 -10px;
    width: 100%;
    display: block;
}

.eTitle2 > a {display:block;padding: 5px 10px 5px 10px;text-decoration:none;line-height: 40px;}
.eTitle2 > a:hover {background-color:#f2f2f2;text-decoration:none;}
.eTitle2 a:hover img {opacity:1;}
.eTitle2 > a:hover .e-img {outline: 1px solid rgba(0, 0, 0, 0.2);}
.eTitle2 .e-img {display: inline-block; vertical-align: middle; overflow: hidden; margin: 0 10px 0 0; outline: 1px solid rgba(0, 105, 169, 0.15); height: 40px;}
.eTitle2 .e-title {display:inline-block;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:1100px;}
.eTitle2 .e-date {display:inline-block;vertical-align: middle;font-size: 12px;font-weight: normal;float: right;}
.eTitle2 > a {min-height:40px;}
.eTitle2 > a img {display: block;margin: 0;padding: 0; width: 60px;min-height: 40px;}
.eTitle2 > a.e-last-b {min-height: 20px;line-height: 20px;}
/*.eTitle2 a:link {text-decoration:none; color:#000000;}
.eTitle2 a:visited {text-decoration:none; color:#000000;}
.eTitle2 a:hover {text-decoration:underline; color:#000000;}
.eTitle2 a:active {text-decoration:none; color:#000000;}*/

.eMessage {text-align: justify; padding:0px 0 0px 0; position:relative;}
.eMessage p {line-height: 130%!important;}
.entDots {display:none;}
.entryReadAll {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/*a.ulightbox {
display: table-cell;
position: relative;
}
a.ulightbox img {
max-width: 100%;
height: auto;
width: auto\9;
}*/



.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:0px solid #CCCCCC}
.eDetails {
    border-top: 1px dashed #DDDDDD;
    /* border-bottom: 0px dashed #DDDDDD; */
    color: #777;
    /* padding-bottom: 5px; */
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 11px;
    clear: both;
}
.eDetails-list {
    border-top: none;
    color: #777;
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
    font-size: 11px;
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.eDetails1 {border-top:1px dashed #DDDDDD;border-bottom:1px dashed #DDDDDD;color:#1A1A1A;padding-bottom:5px;padding-top:3px; text-align:left;font-size:11px;}
.eDetails2 {border-bottom:1px dashed #DDDDDD;color:#1A1A1A;padding-bottom:5px;padding-top:3px; text-align:left;font-size:11px;}
.eDetails11 {color:#505050;padding-bottom:5px;text-align:left;font-size:11px;}

.eRating {font-size:11px;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/812/7.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable, .manTable table, .manTable th, .manTable td, .manTable tr {border:none;padding:0;}
.manTdError {color:#FF0000;}
.manTd1 {width: 400px!important;}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}

span[id*="iCode"] {
    margin: 0!important;
    padding: 0!important;
}
span[id*="gbut"] {
    margin-left: 5px!important;
    position: absolute;
    top: 2px;
}
.iCode_in input[name*="iws"], .iCode_in input[name*="ihs"] {
	width:50px!important;
}
/* ------------------ */

/* Comments Style */
.commTable, .commTable table, .commTable td, .commTable th, .commTable tr {border:none;padding:0;}

.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#fafafa; border:1px solid #f0f0f0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;}
.cBlock2 {background:#fafafa; border:1px solid #f0f0f0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;}
/* -------------- */

/* Comments Form Style */
.commTable {border:0px solid #CCCCCC;background:#FFFFFF;}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#6E6E6E;width:100%;background:#FCFCFC;border:1px solid #CCCCCC;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#6E6E6E;background:#FCFCFC;border:1px solid #CCCCCC;}
/* ------------------- */

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/812/8.gif') no-repeat 0px 4px;}
a.archLink:link {text-decoration:underline; color:#6E6E6E;}
a.archLink:visited {text-decoration:underline; color:#6E6E6E;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:600;color:#6E6E6E;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/812/9.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:11px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:visited {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#6E6E6E}
a.archiveDateTitleLink:active {text-decoration:underline; color:#6E6E6E}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------- */

/* Calendar Style */
.calTable {margin-left: auto; margin-right: auto;}
.calMonth {}
.calWday {color:#000000; background:#b7e36e; width:18px;}
.calWdaySe {color:#000000; background:#acdeee; width:18px;}
.calWdaySu {color:#000000; background:#acdeee; width:18px; font-weight:600;}
.calMday {background:#FFFFFF;color:#000000;}
.calMdayA {background:#CCCCCC;font-weight:600;}
.calMdayIs {background:#FFFFFF;color:#000000;font-weight:600;border:1px solid #CCCCCC;}
.calMdayIsA {border:1px solid #016EAD; background:#FFFFFF;font-weight:600;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#000000;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#000000;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#016CAC;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E5E5E5}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#FFFFFF;height:100px;width:300px;border:1px solid #9E9E9E;}
.replaceBody {background:#FFFFFF;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:none; width: 100%;}
.gTableTop {padding:2px;background:url('/images/nfv.jpg') #ace1f1;text-align:center;color:#1E73AF;font-weight:600;height:30px;font-size:10pt; border: 1px solid #FFFFFF;}
.gTableSubTop {padding:2px;background:#b0e15e;color:#000000;height:20px;font-size:10px; border: 1px solid #FFFFFF;}
.gTableBody {padding:2px;background:#FFFFFF;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FFFFFF;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:600;color:#6E6E6E}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#FFFFFF;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F2F2F2}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#1E73AF;}
a.catLink:visited {text-decoration:none; color:#1E73AF;}
a.catLink:hover {text-decoration:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#1E73AF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:600}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:600;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:600;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:600;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:600;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#F2F2F2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:600;}
.threadsType {padding:2px;background:#AAAAAA;height:20px;font-weight:600;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#CCCCCC;height:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#CCCCCC;height:20px;color:#6E6E6E;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;border-bottom:3px solid #FFFFFF;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {height:3px;background:#FFD500;}

.postTdTop {background:#b0e15e;color:#000000;height:20px;font-size:10px; border: 1px solid #FFFFFF;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:600;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:600;}
.pollButtons,.pollTotal {text-align:left;}
.pollSubmitBut,.pollreSultsBut {width:140px;}
.pollSubmit {font-weight:600;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:11px;}
.quoteMessage {background:#FFFFFF;font-size:11px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:600;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/812/11.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/812/11.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:600;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

