html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  background: #F9F9FA;
  font: 14px/170% Arial, Verdana, sans-serif;
  color: #555;
  text-align: center;
}

td {
  font: 14px/170% Arial, Verdana, sans-serif;
}

input {
  font: 14px/100% Arial, Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 14px/160% Arial, Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #454547;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #25529B;
  text-decoration: underline;
}

a:hover {
  color: #0549FF;
  text-decoration: underline;
}

a.active, a.active:link, a.active:visited, a.active:hover {
  /* color: ##BD0016; */
  color: #057AA4;
}

div#block-user-1 a:link, div#block-user-1 a:visited {
  text-decoration: none;
}

div#block-user-1 a:hover {
  text-decoration: underline;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

a:focus {
  outline: none; /* firefox fix */
}

table {
  empty-cells: show;
}

form {
  display: inline;
  vertical-align: middle;
}

img, input {
  vertical-align: middle;
}

a img {
  border: none;
}

tbody.no-border {
  border: none;
}

.description {
  color: #999;
}

.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover {
  color: #999;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #057AA4;
  text-decoration: underline;
}

.breadcrumb {
  color: #777;
  text-align: left;
  position: absolute;
  top: 245px;
  left: 350px;
}

.breadcrumb .title {
  color: #057AA4;
}

div#block-user-1 {
  margin-top: 20px;
  margin-left: 100px;
}

/* =page */

div.page-wp-left {
  width: 980px;
  margin: 0 auto;
  background: url("../images/page-wp-left.jpg") repeat-y; /* width: 35px */
  text-align: left;
}

div.page-wp-right {
  background: url("../images/page-wp-right.jpg") repeat-y right;
  padding: 0 35px;
}

table.page {
  height: 500px;
  /*
     border-left: 1px #D2D7EA solid;
     border-right: 1px #D2D7EA solid;
  */
}

div.page-top {
  height: 221px;
  background: url("../images/page-top.jpg") no-repeat;
}

div.page-top-title {
  float: right;
  margin-right: 60px;
}

div.page-top-images {
  float: right;
  margin-right: 66px; /* 71 */
  margin-top: 49px; /* 53 */
}

/* =primary-links */

table.primary-links {
  background: #25529B url("../images/primary-links.jpg") repeat-x;
  color: #FFF;
  height: 30px;
  margin-bottom: 15px;
}

table.primary-links td div.wp {
  text-align: center;
  background: url("../images/primary-link-spacer.jpg") no-repeat right center;
  height: 30px;
}

table.primary-links td div.wp.last {
  background: none;
}

table.primary-links a:link, table.primary-links a:visited {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-right: 2px;
  font-weight: bold;
  font-size: 13px;
  display: block;
}

table.primary-links a:hover {
  color: #FFFF99;
}

table.primary-links td div {
  height: 30px;
}

table.primary-links td div.left {
  background: url("../images/primary-links-left.jpg") repeat-x;
}

table.primary-links td div.right {
  background: url("../images/primary-links-right.jpg") repeat-x;
}

table.primary-links td div a {
  padding-top: 4px;
}

table.primary-links div.center-top-left {
  background: url("../images/primary-links-center-top-left.jpg") no-repeat top right;
}

table.primary-links div.center-bottom-left {
  background: url("../images/primary-links-center-bottom-left.jpg") no-repeat bottom right;
}

table.primary-links div.center-top-right {
  background: url("../images/primary-links-center-top-right.jpg") no-repeat top left;
}

table.primary-links div.center-bottom-right {
  background: url("../images/primary-links-center-bottom-right.jpg") no-repeat bottom left;
}

/* =page-bottom */

div.page-bottom {
  height: 68px;
  background: url("../images/page-bottom.jpg") repeat-x;
  clear: both;
}

/* =box */

div.box {
  background: #D2D7EA;
}

div.box .box-content {
  padding: 10px;
  color: #25529B;
}

div.box .box-content a:link, div.box .box-content a:visited {
  color: #25529B;
}

div.box.box2 {
  background: #FFFF99;
}

div.box.box2 .box-content {
  padding: 10px 15px;
  color: #D33920;
}

div.box.box2 .box-content.fix a {
  display: block;
  margin: 5px 0;
}

div.box.box2 .box-content.fix {
  padding: 10px 5px;
}

div.box.box2 .box-content a:link, div.box.box2 .box-content a:visited {
  color: #D33920;
}

div.box.box3 {
  background: transparent;
}

div.box .box-title {
  height: 26px;
  background: url("../images/box-title.jpg") repeat-x;
  text-align: center;
  padding-top: 2px;
  clear: both;
}

div.block-6-title a:link, div.block-6-title a:visited {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-right: 2px;
  font-weight: bold;
  font-size: 13px;
  display: block;
  font-family: Arial, Verdana;
}

div.box .box-title a:link, div.box .box-title a:visited {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  padding-right: 2px;
  font-weight: bold;
  font-size: 13px;
  display: block;
  font-family: Arial, Verdana;
}

div.box .box-title a:hover {
  color: #FFFF99;
}

div.box.box2 .box-title a {
  width: 95%;
}

/* =bottom-links */

div.bottom-links {
  padding: 10px;
  text-align: right;
}

/* =other */

div.tel-5-min a:link, div.tel-5-min a:visited {
  color: #FFF;
}

div.tel-5-min-2 {
  text-align: center;
  margin-right: 200px;
  position: relative;
}

div.tel-5-min-2 p {
  margin: 0;
}

div.tel-5-min-2 a.mp3-album:link, div.tel-5-min-2 a.mp3-album:visited {
  display: block;
  width: 150px;
  height: 35px;
  position: absolute;
  top: 25px;
  left: 320px;
  text-decoration: none;
}

div.tel-5-min-2 a.mp3:link, div.tel-5-min-2 a.mp3:visited {
  display: block;
  width: 150px;
  height: 35px;
  position: absolute;
  top: 110px;
  left: 400px;
  text-decoration: none;
}

div.tel-5-min-2 a:link, div.tel-5-min-2 a:visited {
  color: #FFF;
}

div.gazeta {
  float: left;
  width: 295px;
  text-align: center;
}

/* =calendar */

table.calendar {
  border: 1px solid #28519C;
  margin-bottom: 20px;
}

table.calendar td {
  background: #cdd0de;
  text-align: center;
  font-size: 15px;
  padding: 4px 6px;
  line-height: 100%;
  color: #888;
}

table.calendar th {
  background: #D2D7EA;
  color: #888;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

table.calendar a:link, table.calendar a:visited {
  text-decoration: none;
}

table.calendar td a:hover {
  color: #D33920;
}

div.red-links a:link, div.red-links a:visited {
  color: #D53232;
}

div.hr {
  height: 0;
  line-height: 0;
  border-top: 1px solid #D2D7EA;
  width: 90%;
}

.readmore a:link, .readmore a:visited {
  font-size: 11px;
}


/* =questions */

fieldset.questions-form span.label {
  width:200px;
  display:block;
  float:left;
}

fieldset.questions-form span.info {
  color:#888;
  margin-left:10px;
}

span.required {
  color:red;
  font-weight:bolder;
  margin:0 5px;
}

fieldset.questions-form {
  border:0;
  border-top:1px solid #D7D9DE;
  padding:0;
  /* background:#D7D9DE url("../imgs/guestbook-form-bg.jpg") repeat-x; */
}

fieldset.questions-form legend {
  background: #F9F9FA;
  padding:0 5px;
  font-weight:bolder;
  color:#545E66;
}

fieldset.questions-form p {
  padding:5px 10px;
  margin:0;
  border-bottom:1px solid #D7D9DE;
  border-top:1px solid #FFF;
}

fieldset.questions-form p.submit {
}

fieldset.questions-form input.input {
  width:210px;
  /* background:#BDC2CF; */
}

fieldset.questions-form textarea.content {
  width: 210px;
  height:100px;
  /* background:#BDC2CF; */
}

fieldset.questions-form input.code {
  width:100px;
  /* background:#BDC2CF; */
}

fieldset.questions-form p.submit input {
  margin-left:200px;
  width:100px;
  /* background:#BDC2CF; */
}

fieldset.questions-form img {
  border:2px inset #FFF;
}

p.message {
  padding:10px;
  text-align:center;
}

p.message.success {
  background:#ecffe7;
  border:green 1px solid;
  color:green;
}

p.message.error {
  background:#ffecec;
  border:red 1px solid;
  color:red;
}

div.slujeniya div.item {
  display: block;
  padding-left: 22px;
  text-indent: -22px;
  line-height: 120%;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.box .box-content.izdaniya, div.box .box-content.izdaniya a:link, div.box .box-content.izdaniya a:visited {
  color: #CD1D1F;
}

div.counters {
  float: left;
  padding: 20px 20px;
}