body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-color: black;
  color: #b0b0b0;
}

emph {
  color: white;
  font-weight: bold;
}

p {
  margin-top: 0px;
}

h1 {
  color: #d0d0d0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

h2 {
  color: #d0d0d0;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

pre {
  background-color: black;
  border: 1px solid #808080;
  color: #00FF00;
  font-family: Monospace;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

img {
  border: 0px;
}

a {
  color: white;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

hr {
  height: 2px;
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0px;
  background-color: #404040;
  color: #404040;
}

a:hover {
  text-decoration: underline;
}

a:active, a:hover {
  outline: none;
}

div#page {
  position: absolute;
  width: 700px;
  left: 50%;
  margin-left: -360px;
  margin-top: 50px;
  padding-bottom: 50px;
}

div#tabstrip {
  margin-left: 25px;
}

.tab {
  position: relative;
  bottom: 4px;
  padding: 4px 10px 0px 10px;
  border: 2px solid #404040;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-weight: bold;
  background-color: #252525;
}

.tab:hover {
  text-decoration: none;
}

.tabactive {
  padding-bottom: 6px;
  border-bottom: 0px;
  color: white;
}

.tabInactive {
  padding-bottom: 4px;
  background-color: #252525;
  color: #b0b0b0;
}

.tabInactive:hover {
  color: white;
}

div#tabPanel {
  background-color: #252525;
  border: 2px solid #404040;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div#content {
  margin: 8px;
}

