
* {
  font-family: "Arial", "Verdana";
  letter-spacing: 0em;
}

body {
  margin: 0px;
  font-size: 12px;
  color: #CCC;
  background: #151515 url('../siteimg/s.gif') fixed;
}
input, textarea, select, button{
  color: #404040;
}

h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  margin: 0 -25px 25px -25px;
  padding: 0 0;
  height: 49px;
  line-height: 49px;
  background: url('../siteimg/h.gif');
  overflow: hidden;
}
h3 small {
  font-size: 0.6em;
  font-weight: normal;
}
h3 a {
  font-weight: bold;
  text-decoration: none;
}
h3 span.h-left, h3 span.h-right{
  width: 25px;
  height: 49px;
  display: block;
}
h3 span.h-left{
  background: url('../siteimg/_h.gif') no-repeat;
  float: left;
}
h3 span.h-right{
  background: url('../siteimg/h_.gif') no-repeat;
  float: right;
}

h3 a.backlink{
  float: right;
  font-size: 14px;
  margin-left: 1em;
  color: #FFD8C9;
}
h3 a.backlink:hover{
  color: #FFD8C9;
}

#indicator {
  background: #434343 url('../siteimg/indicator.gif') no-repeat center 100px;
}
#load-indicator {
  border: 3px double #6A6A6A;
  background: #434343;
  position: absolute;
  z-index: 250;
  width: 250px;
}
#load-indicator p {
  margin: 10px;
  padding-top: 30px;
  display: block;
  text-align: center;
  background: #434343 url('../siteimg/load-indicator.gif') no-repeat center top;
}
#modal-shadow{
  position: absolute;
  background: #151515;
}

input.shadowed {
  border: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
}

.as-string {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1em;
}

input.as-string {
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}

a, .link {
  font-family: "Arial", "Verdana";
  font-weight: normal;
  color: #939393;
  text-decoration: underline;
}
a:hover{
  color: #DADADA;
}
input.link {
  font-size: 11px;
  margin-left: 3px;
  text-decoration: none;
  color: #000000;
}
.button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}
a, .link, .button {
  cursor: pointer;
}

a img{
  border: 0;
}

.news-block{
  width: 30%;
  height: 200px;
  overflow: auto;
  float: left;
  border: 1px solid #5D5D5D;
  border-right-color: #444;
  border-bottom-color: #444;
  background: #505050;
  padding: 0 1em;
  margin: 5px 5px 0 0;
}
.news-block ul {
  padding: 0;
  margin-left: 0;
}
.news-block li {
  list-style-type: none;
}
div#status-legend.dl {
  float: right;
  width: 400px;
  
}
div#status-legend.dl a{
  float: right;
}

#legend-text {
  border: 2px solid #D8021D;
  padding: 3px;
  background: #505050;
  margin-top: 2em;
  width: 400px;
  position: absolute;
}
#legend-text .dt {
  line-height: 1em;
  margin-top: 2px;
  padding: 3px; 
}
#legend-text .dd {
  line-height: 1em;
  padding: 5px 0 5px 10em;
  margin: 0;
  border-bottom: 1px solid #5D5D5D;
}

span.button, span.button input {
  height: 33px;
  line-height: 33px;
}
span.button {
  display: block;
  float: left;
  background: url('../siteimg/button-right.gif') right bottom no-repeat;
}
span.button input {
  width: auto;
  background: url('../siteimg/button.gif') left top no-repeat;
  padding: 0 0 0 18px;
  margin: 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
#timer{
  display: none;
}
