/* Spoiler hack */

.spoiler-head {
	font-size: 11px; padding: 1px 14px 3px; margin-left: 6px; line-height: 15px;
}

.layer {
	overflow: auto; /* Добавляем полосы прокрутки */
	height: 425px; /* Высота блока */
	padding: 5px; /* Поля вокруг текста */
	/*border: solid 1px black;*/ /* Параметры рамки */
} 

.spoiler-body {
	padding: 1px 6px 2px; display: none;
	border-top: 1px solid #C3CBD1; background: lightgray;
}

.spoiler-wrap {
	width: 95%; margin: 6px auto; clear: both; background: gray;
	border: solid #C3CBD1; border-width: 1px 1px 1px 2px;
}

.clickable { cursor: pointer; }
.folded    { background: transparent url(images/icon_plus.gif) no-repeat left center; padding-left: 14px; }
.unfolded  { background: transparent url(images/icon_minus.gif) no-repeat left center; padding-left: 14px; }

/* Spoiler hack */

body {
	font-family: "tahoma";
	font-size: 10pt;
	background-color: #333333;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}

.linked-image {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.resized-linked-image {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	background-color: #000;
	border: 0px;
	color: #FFF;
	font-size: 10px;
	width: auto;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.resized-linked-image-zoom {
	width: 200px;
	height: 30px;
	background-color: red;
	padding-top: 6px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	position: absolute;
	display: none;
}

#highlighted {
	background-color: F5FBE1
}

#highlighted tr:hover {
	background-color: white;
}

#tooltip{
	background: #eeeeee;
	font-family: verdana;
	font-size: 10px;
	width:auto;
	border:0px solid #778899;
	border-left:5px solid white;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	opacity: 0.91;
	filter: alpha(opacity="91");
	line-height:15px; 	z-index:100;
	margin:0px;
	padding: 3px;
	position: absolute;
	visibility: hidden;
	border-collapse: separate;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error b {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: red; /*#F5FBE1;*/
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px dashed #7BA813;
}

.success b {
	color: #7BA813;
	background: inherit;
}

.editor {
	margin: 0px 0px 1px 0px;
	width: 400px;
	height: 21px;
	border: 0px #D1D8EC solid;
}

.editorinput {
	background: #eee;
	color: #333333;
	border: 1px #ccc solid;
	font-size: 11px; font-family: Verdana, Helvetica; text-decoration: none;
}

.editorbutton {
	float: left;
	cursor: pointer;
	padding: 2px 1px 0px 5px;
}

code {
	/*background: none;*/
	background-color: transparent;
	color: white;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

.code {
	color: white;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

a.copyright:link, a.copyright:visited, a.copyright:active {
	text-decoration: none;
	color: #5087AD;
	border-top: dashed 0px #5087AD;
	padding: 0px;
}



h1 {
  font-size: 12pt;
text-align: center;
}

h2 {
background-image: url(images/header.gif);
font-size: 10pt;
margin-bottom: 0px;
margin-top: 5px;
height: 18px;
border-width: 0px;
border-style: solid solid none solid;  
text-align: center;
}

.topnav {
	background-image: url(images/topnav.gif);
	padding: 5px;
}

h3 {
  font-size: 10pt;
  margin-bottom: 5px;
text-align: center;
}

p {
        font-size: 8pt;
}

p.sub {
  margin-bottom: 4pt;
}

td {
	font-size: 8pt;

}

td.block {
   font-size: 8pt;
   border: 0px;
}

td.right_menu {
	border: 0px;
}

td.commenttable {
	background-color: red; 
}

td.embedded {
	border: none;
	text-align: left;
}

td.bottom {
	border: none;
}

td.heading {
	font-weight: bold;
}

td.text {
	padding: 10pt;
	text-align: left;
}

td.comment {
	padding: 10pt;
	font-size: 8pt;
	text-align: left;
}

td.colhead {
	font-weight: bold;
	color: white;
	height:27px;
	background-image: url(images/header.gif);
	white-space: nowrap;
}

td.rowhead {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.title {
	font-size: 14pt;
}

td.navigation {
	font-weight: bold;
	font-size: 10pt;
	border: none;
}

td.pager {
	background-color: #000000;
	border: 0px solid #000000;
	padding: 2px;
}

td.pagebr {
	background-color: #000000;
	border: 0px;
	padding: 0px;
}

td.highlight {
	background-color: red;
	border: 0px solid #000000;
	padding: 2px;
}

td.tablea {
	border: 0px;
}

hr {
	height: 0px;
	
	border-top-width: 1px;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.sublink {
        font-style: italic;
        font-size: 7pt;
        font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #a0a0a1;
	font-weight: bold;
}

a:hover {
	color: #CF4343;
	
}

a.index {
        font-weight: bold;
}

a.biglink {
        font-weight: bold;
        font-size: 12pt;
}

a.online:link, a.online:visited {
        font-weight: normal;
        text-decoration: none;
}

/*a.online:active, a.online:hover {
        font-weight: normal;
        text-decoration: underline;
}*/

a.menu:link, a.menu:visited {
        font-weight: normal;
}

a.menu:active {
        color: red;
}

a.menu:hover {
        border-left-width: 7px;
        border-left-style: solid;
        border-left-color: #516A88;
		color: white;
}

a.menu {
        display:block;
        padding:3px;
        text-align:left;
        text-decoration:none;
        background-color: #121213;
        font-weight: normal;
        border-top: 0px solid red;
}

a.altlink_white:link, a.altlink_white:visited {
		font-weight: bold;
		color: white; /*#4B4646;*/
		text-decoration: underline;
}

a.altlink_white:hover {
		text-decoration: underline;
}

.important {
        font-weight: bold;
        font-size: 8pt;
}

div.popup {position:absolute; top:0px; left:0px; width:170px; height:85px; border:0px solid black; display:none; background-color:ffffff;}

.red {
        color: #ee0000;
}

.yellow {
        color: #997700;
}

.green {
        color: #ffffff;
}

input, file, select, textarea {
	margin-top: 3px;
	margin-bottom: 0px;
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 8pt;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 6pt;
  margin-bottom: 6pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0px;
  margin-bottom: 0px;
}

.startmenu{
	font-weight:bold;
	text-align:center;
	padding:2px;
	margin: 0px;
	background-image: url(images/menu_head.gif);
}

.menutitle{
        font-weight:bold;
        text-align:center;
        color: #7E110E;
        margin: 2px;
        background-color:#FFC58C;
}

input.button{

 background-color: #FFC58C;

}


.accordion h3 {
font-size: 11px;
color : #fff;
padding-left: 10px;
background: url(images/accordion.png) no-repeat right 0;
line-height: 25px;
height: 25px;
cursor: pointer;
margin: 0;
text-align: left;
font-weight: bold;
}
.accordion h3:hover {
background: url(images/accordion.png) no-repeat right -25px;
color: #ffa;
}
.accordion h3.active {
background: url(images/accordion.png) no-repeat right -50px;
}
.accordion h3.active:hover {
background: url(images/accordion.png) no-repeat right -75px;
}
.accordion p {
display: none;
margin: 0;
padding: 7px 0 7px 7px;
}
.accordion a {
font-size: 11px;
color : #fff;
text-align: left;
font-weight: bold;
padding-left: 15px;
}
.accordion p.linked a {
background: url(images/bull.gif) no-repeat 0 50%;
}

body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;}
.b-page__content{min-height:200px}

.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(images/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(images/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(images/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(images/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(images/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(images/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(images/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(images/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(images/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(images/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(images/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(images/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(images/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(images/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(images/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(images/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}