
body {
  margin: 0px;
  padding: 0px;
  background: white;
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, serif;
  font-weight: normal;
  }
body.nof {
  overflow: hidden;
  }
h1 {
  margin: 5px 0px 5px 0px;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  }
h2 {
  margin: 5px 0px 5px 0px;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  }
h3 {
  margin: 3px 0px 0px 0px;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  }
p {
  margin: 3px 0px 10px 0px;
  padding: 0px;
  text-indent: 0px;
  text-align: left;
  }
ul,ol {
  margin: 3px 0px 3px 0px;
  padding: 0px;
  }
li {
  text-indent: 30px;
  list-style-position: inside;
  text-align: justify;
  }
hr {
  margin: 3px 0px 3px 0px;
  border: 0px hidden;
  height: 1px;
  background: black;
  text-align: left;
  }

a, a:visited {
  margin: 0px;
  color: black;
  }
a:hover {
  color: #00F;
  }
a.light, a.light:visited {
  color: white;
  }
a.light:hover {
  color: yellow;
  }

img {
  border: 0;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  }
img.print {
  border: 1px solid black;
  margin: 0px 20px 0px 0px;
  }
img.right {
  float: right;
  margin: 10px 0px 10px 15px;
  max-width: 650px;
  }
img.x16y16, img.action {
  width: 16px;
  height: 16px;
  vertical-align: -25%;
  margin: 1px;
  }
a.action {
  line-height: 16px;
  font-size: 11px;
  }

div {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  text-align: left;
  }
div.step {
  width: 0px;
  height: 10px;
  }
div.border {
  margin: 15px;
  }
center.border {
  margin-bottom: 15px;
  }

table {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px hidden;
  color: inherit;
  }
tr {
  vertical-align: top;
  }
td, th {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  background: none;
  text-align: left;
  color: inherit;
  vertical-align: top;
  }
th {
  font-weight: bold;
  }
.c, th.title {
  text-align: center;
  }
.r {
  text-align: right;
  }
.l {
  text-align: left;
  }
.m {
  vertical-align: middle;
  }
.t {
  vertical-align: top;
  }
.b {
  vertical-align: bottom;
  }

table.print {
  border: 0px hidden;
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0px;
  }
th.p, th.title {
  padding: 1px 5px 1px 5px;
  vertical-align: middle;
  }
th.p {
  border: 1px solid;
  border-color: #DDD #BBB #BBB #DDD;
  background: #CCC;
  }
th.title {
  height: 20px;
  line-height: 20px;
  font-size: 105%;
  background: #AAA;
  border: 1px solid;
  border-color: #DDD #777 #777 #DDD;
  color: white;
  }
th.title a { color: white; }
td.p {
  border: 1px solid;
  border-color: #EEE #CCC #CCC #EEE;
  background: #DDD;
  padding: 1px 5px 1px 5px;
  }
td.bar {
  height: 5px;
  font-size: 1px;
  line-height: 1px;
  border: 1px solid;
  border-color: #DDD #BBB #BBB #DDD;
  background: #CCC;
  overflow: hidden;
  }

iframe {
  background: white;
  border: 0px hidden;
  }

.note {
  font-size: 70%;
  }
.center {
  text-align: center;
  vertical-align: middle;
  }
.hidden {
  display: none;
  }
.notice {
  color: #780;
  }
.warning {
  color: #D80;
  }
.error {
  color: red;
  }
.bold {
  font-weight: bold;
  }

form {
  margin:0px;
  }

button {
  vertical-align: middle;
  }

input.text {
  margin: 1px 0px 1px 0px;
  padding: 1px 3px 1px 3px;
  font-size: 12px;
  font-weight: normal;
  background: white;
  border: 1px solid;
  border-color: #BBB #FFF #FFF #BBB;
  vertical-align: middle;
  }

input.button {
  height: 22px;
  padding: 0px 3px 2px 3px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid;
  border-color: #444 #CCC #CCC #444;
  background: #777 url('img/bg-button-center.gif') repeat-x;
  color: white;
  vertical-align: middle;
  }
input[type=button], input[type=submit], input[type=reset] {
  height: 22px;
  padding: 0px 3px 2px 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border: 1px solid;
  border-color: #444 #CCC #CCC #444;
  background: #777 url('img/bg-button-center.gif') repeat-x;
  color: white;
  }

input.button_active, button.active {
  }
input.button_active[type=button], input.button_active[type=submit] {
  padding: 1px 3px 1px 3px;
  }

input.checkbox {
  height: 13px; width: 13px;
  border: 1px solid black;
  vertical-align: middle;
  }
input.radio {
  height: 13px;
  width: 13px;
  margin: 0px;
  vertical-align: middle;
  }

select, textarea {
  border: 1px solid black;
  margin: 1px 0px 1px 0px;
  padding: 0px 3px 0px 3px;
  font-size: 13px;
  font-weight: normal;
  background: white;
  border: 1px solid;
  border-color: #BBB #FFF #FFF #BBB;
  vertical-align: middle;
  }

select {
  padding: 0px;
  font-size: 12px;
  }

textarea {
  font-family: Verdana, Arial, Helvetica, serif;
  padding: 3px;
  }

/* Side boxes */

div.side {
  margin-bottom: 20px;
  height: 33px;
  width: 215px;
  background: url('img/line.jpg') no-repeat;
  background-position: left bottom;
  padding-left: 30px;
  font-size: 18px;
  cursor: pointer;
  }
div.side_active {
  padding: 2px -2px -2px 32px;
  }

/* Banners */

a.x88y31 {
  padding: 0px;
  margin: 0px;
  }
td.x88y31 {
  width:90px;
  height:33px;
  padding: 1px;
  margin: 0px;
  }
img.x88y31 {
  width: 88px;
  height: 31px;
  margin: 0px;
  }

/* General layout */

table.top {
  margin-bottom: 0px;
  width: 1000px;
  height: 127px;
  background: url('img/head.jpg') no-repeat;;
  }
td.top {
  text-align: right;
  padding-right: 20px;
  vertical-align: bottom;
  padding-bottom: 20px;
  font-size: 20px;
  color: black;
  letter-spacing: 0.17em;
  }

td.top-memo {
  color: white;
  background: url('img/bg-line-center.gif') repeat-x;
  font-weight: bold;
  text-align: left;
  width: 180px;
  }

table.middle {
  width: 1000px;
  border-collapse: collapse;
  }

div.logo {
  width: 150px;
  height: 90px;
  background: url('img/logo.jpg') no-repeat;
  margin-bottom: 20px;
  }

td.left {
  width: 260px;
  padding: 10px 10px 10px 25px;
  vertical-align: top;
  background: url('img/panel.jpg') repeat-y;
  background-position: left;
  }

td.palka {
  width: 12px;
  background: url('img/palka.jpg') no-repeat;
  }

div.block {
  width: 260px;
  }

td.main {
  vertical-align: top;
  padding: 15px 15px 10px 10px;
  }

div.subscribe {
  text-align: right;
  font-size: 12px;
  }

/* Icons */

img.icon {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  border: 0px hidden;
  }
a.icon, a.icon:focus {
  text-decoration: inherit;
  font-size: 11px;
  font-weight: bold;
  background: inherit;
  }
div.icon {
  width: 72px;
  background: none;
  color: inherit;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  margin: 4px 0px 4px 0px;
  padding-top: 0px;
  }

/* Window */

table.win {
  background: none;
  }
td.win_ul {
  width: 7px; height: 7px;
  background: url('img/bg-win-ul.gif') no-repeat;
  font-size: 2px;
  }
td.win_uc {
  height: 7px;
  background: url('img/bg-win-uc.gif') repeat-x;
  font-size: 2px;
  }
td.win_ur {
  width: 7px; height: 7px;
  background: url('img/bg-win-ur.gif') no-repeat;
  font-size: 2px;
  }
td.win_ml {
  width: 7px;
  background: #8A3C4B;
  }
td.win_mc {
  background: #8A3C4B;
  padding: 1px 0px 1px 0px;
  }
th.win_title {
  background: #8A3C4B;
  vertical-align: top;
  padding-bottom: 2px;
  color: white;
  text-align: center;
  }
th.win_title a { color: white; }
table.win_content {
  border-collapse: separate;
  border: 1px solid;
  border-color: #592630 #C2546A #C2546A #592630;
  width: 100%;
  }
td.win_content {
  background: white;
  }
td.win_mr {
  width: 7px;
  background: #8A3C4B;
  }
td.win_dl {
  width: 7px; height: 7px;
  background: url('img/bg-win-dl.gif') no-repeat;
  font-size: 5px;
  }
td.win_dc {
  height: 7px;
  background: url('img/bg-win-dc.gif') repeat-x;
  font-size: 5px;
  }
td.win_dr {
  width: 7px; height: 7px;
  background: url('img/bg-win-dr.gif') no-repeat;
  font-size: 5px;
  }

/* Tooltip */

div.tooltip {
  border: 1px solid black;
  z-index: 100;
  position: absolute;
  background: #FFD;
  padding: 5px;
  display: none;
  }

div.message {
  width: 400px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  margin: 10px;
  }
div.message span.note {
  font-size: 60%;
  }

/* Menu */

a.menu, a.menu_title, a.menu:visited, a.menu_title:visited {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background: #029DC7;
  border: 1px solid;
  border-color: #03C8FF #01576F #01576F #03C8FF;
  padding: 0px 8px 0px 8px;
  z-index: 100;
  }
a.menu_title:hover, a.menu:hover {
  color: yellow;
  }
div.menu, div.menu_hidden {
  position: absolute;
  margin-top: -2px;
  background: none;
  padding-top: 4px;
  border: 0px hidden;
  display: block;
  z-index: 95;
  }
div.menu_hidden {
  display: none;
  }

table.menu {
  position: absolute;
  margin-left: 10px;
  top: 90px;
  z-index: 90;
  }
td.menu {
  text-align: left;
  padding-left: 1px;
  padding-right: 1px;
  }

