body {
  margin: 0px;
  font-family: sans-serif;
  font-size: 9pt;
  color: #ffffff;
  background-color: #000000;
  background: #000000 url('/images/page_bg.gif') repeat-y center;
}

#page {
  width: 770px;
  margin: 0px auto;
  padding: 0px;
}

td {
  font-size: 9pt;
}

a {
  text-decoration: none;
  color: #ffdddd;
}

a:hover {
  text-decoration: underline;
}

pre {
  font-size: 8pt;
}

hr {
  height: 1px;
  clear: both;
  visibility: hidden;
}

#banners {
  text-align: center;
  padding: 5px;
  background: #000000
}

#header {
  display: block;
}

#menu {
  float: left;
  width: 160px;
  padding: 5px;
  border-top: 1px solid #888888;
}

#menu h2 {
  font-size: 8pt;
  border-bottom: 1px solid #888888;
  margin: 0px;
}

#menu ul {
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding-left: 5px;
}

#content {
  padding: 0px 10px;
  width: 570px;
  float: left;
}

#footer {
  text-align: center;
  clear: both;
  padding-left: 170px;
}

.form-tool {
  padding: 5px;
  text-align: center;
}

#content h1, .dns-response {
  width: 100%;
  text-align: left;
  font-size: 10pt;
  margin: 0px auto;
}

#content h1 {
  border: 1px solid #888888;
  background: #333333;
  padding: 2px;
}

.dns-name, dns-data {
  width: 35%;
}

.dns-class, .dns-type {
  width: 15%;
  text-align: center;
}

.ip-values {
  width: 100%;
}

.ip-values td {
  width: 50%;
}

.center {
  text-align: center;
}

.indent {
  padding: 0px 20px;
}

.files {
  width: 100%;
}

.file-name, .file-size, .file-description {
  vertical-align: top;
}

.file-name     { width: 30%; }
.file-size        { width: 10%; }
.file-description { width: 60%; }
