﻿body {
  background-color:#005775!important;
  background-position: 50% center;
  background-attachment: fixed;
  margin: 8px!important;
}

.main tr > td {
  vertical-align:top;
}

#NavigatePanel {
  position:relative;
  z-index: 10;
}

#NavigatePanel img {
  box-shadow:4px 4px 0px 0px rgba(0, 0, 0, 0.3);
  border:1px solid #333333 !important;
}

/*Cover*/
tbody.main td > div:first-of-type {
  	position:relative;
    padding: 5px !important;
    margin-top:5px;
    border-radius: 7px;
    border: 2px solid #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right:0px;
    background: #E9EFF3 !important;
    box-shadow:3px 4px 0px 0px rgba(0,0,0,.3);
    z-index: 1;
}
/*
tbody.main td > div:first-of-type:after {
  content:'\A';
  position:absolute;
  width:35px;
  height:103%;
  right:0px;
  top:0px;
  margin-top:-2px;
  z-index:-1;
  box-shadow: inset -3px 0px 6px -3px rgba(0,0,0,.5);
}
*/
tbody.main td > div:first-of-type table {
  margin:0px !important;
}

tbody.main td > div:first-of-type td {
 color: #0067A8;
 text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
 padding:2px 10px;
 vertical-align:top;
}

/*Bookmarks*/
tbody.main td > div:first-of-type + div + div + div + br + div + div {
  position:relative;
  width:auto !important;
  margin-top:25px !important;
  height:auto !important;
  z-index:1;
  background:none !important;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div span,
tbody.main td > div:first-of-type + div + div + div + br + div + div a {
  float:none !important;
  line-height:20px !important;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div a {
  float:none;
  position: absolute;
  background:none;
  top: 5px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
  border-bottom:1px dotted rgba(255,255,255,.85);
  cursor:pointer;
  height:auto;
  color:rgba(255,255,255,.85);
  right: 10px;
  width:auto;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div a:before {
  content:'+';
  position:absolute;
  left:-17px;
  font-size:18px;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div a:hover {
  background:none;
  color:#ffffff;
  border-bottom-color:#ffffff;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div a:hover:before {
  color:#ffffff;
}

tbody.main td > div:first-of-type + div + div + div + br + div + div span {
  display:block;
  background: #0f88d5;
  padding:5px 0px !important;
  width: 100px;
  text-align:center;
  background: -moz-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f88d5), color-stop(100%, #005283));
  background: -webkit-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -o-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -ms-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: linear-gradient(to bottom, #0f88d5 0%, #005283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f88d5', endColorstr='#005283', GradientType=0);

  border: 2px solid #d6d6d6;
  border-bottom: 0px;
  color: rgba(255,255,255,.85) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  box-shadow: inset -1px 1px 0px 0px #e6f5ee, inset 1px 1px 0px 0px #e6f5ee, 4px 3px 0px 0px rgba(0,0,0,.3);
}

/*Bookmarks body*/
tbody.main td > div:first-of-type + div + div + div + br + div + div + div {
  position:relative;
  z-index:5;
  padding:20px 10px !important;
  border-bottom-left-radius:7px;
  border: 2px solid #d6d6d6;
  background: #E9EFF3 !important;
  border-right:0px;
  box-shadow:3px 4px 0px 0px rgba(0,0,0,.3);
  border-bottom-color:white;
  width:auto !important;
}
/*
tbody.main td > div:first-of-type + div + div + div + br + div + div + div:after{
  content:'\A';
  position:absolute;
  width:35px;
  height:105%;
  right:0px;
  top:0px;
  margin-top:-2px;
  z-index:-1;
  box-shadow: inset -3px 0px 6px -3px rgba(0,0,0,.5);
}
*/
a.tab {
  float: none;
  width: auto;
  height: auto;
  background: none;

  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
a.tab:hover,
a.tab:focus,
a.tab:active,
a.tab.active,
a.tab.disabled,
a.tab[disabled] {
  color: #333333;
  background: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
a.tab:active,
a.tab.active {
  background-color: #cccccc \9;
}
a.tab:first-child {
  *margin-left: 0;
}
a.tab:hover,
a.tab:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
a.tab:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.tab.active,
a.tab:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
a.tab.disabled,
a.tab[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#trid a.tab {
  position:relative;
  margin-right:5px;
  margin-bottom:5px;
  padding-right:25px;
}

#trid a.tab a {
  text-decoration:none;
  text-shadow:0px 1px 0px white;
}

#trid a.tab img {
  visibility: visible;
  top: 5px;
  right: 0px;
  width:0px; height:0px; padding: 8px;
  position:relative;
  content:'';
}

#trid a.tab img:after {
  content:'+';
  position:absolute;
  top:-2px;
  left:0px;
  transform: rotate(45deg) ;
  -webkit-transform: rotate(45deg) ;
  -moz-transform: rotate(45deg) ;
  -o-transform: rotate(45deg) ;
  -ms-transform: rotate(45deg) ;
  font-size:18px;
}

#trid a.tab img:hover:after{
  color:red;
}

select,
input[type="text"] {
  display: inline-block;
  background:#E9EFF3;
  outline: 0;
  height: 22px;
  padding: 0px 6px;
  margin:0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color:#0067A8;
  border:0px;
  box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,.7),  inset -1px 0px 0px 0px rgba(0,0,0,.7), inset 0px 0px 3px 1px rgba(0,0,0,.3);
  text-align: center;
}

/*Сontents*/

tbody.main td > div:first-of-type + div + div + div + br + div + div + div + br + div {
  margin-top:60px;
}

.contents {
  position:relative;
  width:auto;
  margin:0px;
  margin-top:50px;
  left:4px;
}

.contents input {
  position:absolute;
  background:red;
  z-index:10;
  top:16px;
  left:11px;
  outline:none;
  border:1px solid gray;
  width:11px;
  height:11px;

}

.contents h1 {
  position:absolute;
  top:-42px;
  left:-2px;
  font-size:12px;
  display:block;
  background: #0f88d5;
  padding:5px 0px !important;
  width: 100px;
  text-align:center;
  background: -moz-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f88d5), color-stop(100%, #005283));
  background: -webkit-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -o-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: -ms-linear-gradient(top, #0f88d5 0%, #005283 100%);
  background: linear-gradient(to bottom, #0f88d5 0%, #005283 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f88d5', endColorstr='#005283', GradientType=0);
  line-height:20px;

  border: 2px solid #d6d6d6;
  border-bottom: 0px;
  color: rgba(255,255,255,.85) !important;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  box-shadow: inset -1px 1px 0px 0px #e6f5ee, inset 1px 1px 0px 0px #e6f5ee, 4px 3px 0px 0px rgba(0,0,0,.3);

}

.contents + table {
  width:101%;
  top:-4px;
  position:relative;
  z-index:5;
  left:0px;
}

.contents + table td {
  padding:10px;
  padding-bottom: 30px;
  border: 2px solid #d6d6d6;
  background: #E9EFF3;
  border-right:0px;
  border-bottom-left-radius:7px;
  box-shadow:3px 4px 0px 0px rgba(0,0,0,.3);
  border-bottom-color:white;
}

.contents + table ul .Node {
  background:none;
}

.contents + table ul .NodeLast {
  background:none;
}

.contents + table ul li {
  padding:3px 0px;
}

.contents + table ul .ExpandLeaf .Expand {
  background:none;
}

.contents + table ul .ExpandOpen .Expand {
  width:13px;
  margin-top:1px;
}

.contents + table ul .ExpandClosed .Expand{
   width:13px;
   margin-top:1px;
}

.contents + table ul li.IsLast {
  background:none;
}

.contents + table ul .Content {
  padding-left: 3px;
}

.contents + table ul a {
  color:#0067A8;
  padding-left:0px;
  text-decoration:none;
  font-size:12px;
  text-shadow: 0px 1px 0px #ffffff;
}

.contents + table ul a:hover {
  color:black !important;
}
