body {
  padding: 0;
  margin: 0;
  text-align: center;
}

@font-face {
  font-family: 'bezumnoe';
  font-style: normal;
  font-weight: normal;
  src: local('bezumnoe'), url('/fonts/bezumnoe.ttf') format('truetype');
}

@font-face {
  font-family: 'bezumnoe2';
  src: url('/fonts/bezumnoe3.eot');
  src: url('/fonts/bezumnoe3.eot?') format('embedded-opentype'),
    url('/fonts/bezumnoe3.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

h2,
h3,
.ui-dialog-title {
  font-family: 'bezumnoe2', 'Arial Narrow', 'Arial';
  font-weight: normal;
  padding: 0;
  margin: 20px 0 10px;
  -webkit-text-stroke: 0.35px;
}

h2 {
  font-size: 24px;
}

h3,
.ui-dialog-title {
  font-size: 14pt;
}

header>h4 {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
  -webkit-text-stroke: 0;
}


a {
  color: #923200;
  text-decoration: none;
  border-bottom: dashed 1px #ccc;
}

a.Link,
span.imageLink a {
  border-bottom: 1px dotted orangered;
  color: orangered;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}


.Header {
  padding-top: 10px;
}

.Header h1 {
  color: #000;
  font-family: 'bezumnoe2', 'Arial Narrow', 'arial';
  font-weight: normal;
  line-height: 32px;
  font-size: 28pt;
  padding: 50px 0 0 10px;
  margin-top: 50px;
  display: inline;
  -webkit-text-stroke: 0.35px;
}

.Header img {
  float: left;
  margin-left: 50px;
}

.Header h1.LongText {
  line-height: 30px;
  font-size: 18pt;
}

.Main {
  width: 720px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
}

.Main p img {
  max-width: 100%;
  height: auto;
}

/* Dividers */

.Divider.Horizontal {
  background-image: url(/img/t/hline.gif);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 18px;
}

.Divider.Horizontal.Normal {
  background-image: url(/img/t/hline.gif);
}

.Divider.Horizontal.Alternative {
  background-image: url(/img/t/hline2.gif);
  height: 20px;
}

.Divider.Vertical {
  background: url(/img/t/vline.gif) repeat-y top left;
  padding: 20px 10px 20px 34px;
}

/* Banners */

.Banner {
  text-align: center;
  padding: 4px 0 4px 0;
}

/* Errors summary */

.ErrorHolder {
  color: red;
  border: solid 1px #D9C8C8;
  margin: 10px 50px 0;
  padding: 8px 8px 8px 70px;
  background: #FFEEEE url(/img/t/attention.gif) no-repeat 10px 4px;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ErrorHolder li {
  list-style: square;
  margin-left: 16px;
  font-size: 70%;
}

.ErrorHolder h2,
.ErrorHolder h3 {
  margin: 0;
  padding: 0;
}

.Spacer {
  height: 300px;
  clear: both;
}

/* Bottom navigation */
nav.bottom {
  text-align: center;
  margin-top: 7px;
}

nav.bottom ul {
  margin-bottom: 4px;
}

nav.bottom ul li {
  font-family: 'bezumnoe2', 'Arial Narrow', 'arial';
  font-size: 14px;
  font-weight: 800;
  display: inline;
  list-style: none;
  padding-bottom: 0;
}

nav.bottom ul li:not(:last-child) {
  margin-right: 8px;
  padding-right: 4px;
  border: dotted 1px #888;
  border-width: 0 1px 0 0;
}

nav.bottom ul li a {
  border: 0;
  color: black;
}

.footer {
  text-align: center;
  font-family: 'bezumnoe2', 'Arial Narrow', 'Arial';
  font-size: 14px;
  font-weight: 700;
}

.footer p {
  margin: 4px 0 0 0;
}


ul.BottomNav {
  text-align: center;
  margin-top: 4px;
}

ul.BottomNav li {
  display: inline;
  padding: 0;
}

ul.BottomNav li a {
  border: 0;
  border-left: solid 1px #808080;
  padding: 0 3px 0 5px;
  margin: 0;
}

ul.BottomNav li.First a {
  border: 0;
}

.NewComments div {
  text-align: center;
}

/* Confirmations & Alerts */

#AlertContainer {
  position: absolute;
  z-index: 200;
  padding: 0;
  margin: 0;
  border: 0;
  background-image: url(/img/wdot.gif);
}

#AlertContainer td {
  vertical-align: middle;
}

.ConfirmContainer {
  width: 400px;
  background-color: #F0F0F0;
  border: solid 3px #808080;

  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ConfirmContainer h1 {
  font-size: 16pt;
  padding: 4px;
  margin: 0 0 10px 0;
}

.ConfirmContainer h4 {
  font-size: 12pt;
  padding: 4px;
  margin: 0;
  color: red;
}

.ConfirmContainer div {
  padding: 0 8px 0 8px;
  margin-bottom: 10px;
  font-size: 10pt;
}

.ConfirmContainer .ConfirmButtons {
  margin-top: 20px;
}

.ConfirmContainer .ConfirmButtons a {
  border: 0;
}

.AuthForm {
  text-align: left;
}