﻿thead {
  height: 25px;
  background: #22458c url(img/blue_grad.gif) repeat-x top left;
  color: #000000;
  font: bold 9pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
tbody {
  height: 25px;
  background: #2c2c2c;
  border-top: 1px solid #363636;
  border-left: 1px solid #363636;
  font: bold 9pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #d3d3d3;
}
.server a {
  text-decoration: none;
  color: #ffffff;
}
.server a:hover {
  color: #2668ed;
}
table {
  text-align: center;
  border: solid 1px #363636;
}
td {
  border: solid 1px #1f1f1f;
}
.panel {
  color: black;
  background-color: #2d9ceb;
  text-align: left;
  font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  margin: 10px;
  padding: 10px;
  border: 1px solid #0066bb;
}
.panel input {
  color: black;
  background-color: #2d9ceb;
  font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  border: none;
  width: 300px;
}
.info {
  color: #d6d6d6;
  background-color: #373737;
  text-align: left;
  font: bold 10pt tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  margin: 10px;
  padding: 10px;
  border: 1px solid #545454;
}
.bar {
  text-align: left;
}
.uptimel {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/uptime_l.png');
}
.uptimer {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/uptime_r.png');
}
.uptimec {
  text-align: right;
  color: #2c2c2c;
  background-image: url('img/uptime_m.png');
  background-repeat: repeat-x;
  height: 15px;
  display: inline-block;
  min-width: 10px;
}
.offlinel {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/offline_l.png');
}
.offliner {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/offline_r.png');
}
.offlinec {
  text-align: right;
  color: #2c2c2c;
  background-image: url('img/offline_m.png');
  background-repeat: repeat-x;
  height: 15px;
  display: inline-block;
  min-width: 10px;
}
.ratingl {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/rating_l.png');
}
.ratingr {
  width: 5px;
  height: 15px;
  display: inline-block;
  background-image: url('img/rating_r.png');
}
.ratingc {
  text-align: right;
  color: #2c2c2c;
  background-image: url('img/rating_m.png');
  background-repeat: repeat-x;
  height: 15px;
  display: inline-block;
  min-width: 10px;
}
.content {
  min-width: 694px;
  width: 694px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border: solid 1px #363636;
  background-color: #2c2c2c;
  display: inline-block;
  margin-bottom: 10px;
}
.footer {
  margin-top: 7px;
}
