/* Global styles */
body {
  background: #262626 url("/html/images2/bgsmall.jpg") repeat;
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  /* IE workaround: navbar gets cut off */
  height: 90%;
}

/* Disable the IE workaround for better browsers */
html>body {
  height: auto;
}

h1 {
  font-size: 1.25em;
  color: #000000;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5em;
  font-style: italic;
  border-top: 1px dashed #006699;
  border-bottom: 1px dashed #006699;
  margin: 0;
  clear: right;
}

.subtext {
  color: #ffffff;
  font-size: 0.8em;
}

fieldset {
  border: 0;
  padding: 0;
}

form {
  padding: 0.5em;
}

label, input, select, textarea {
  display: block;
  width: 30em;
  float: left;
  margin-bottom: 10px;
}

label {
  text-align: right;
  width: 10em;
  padding-right: 10px;
}

input, textarea {
  margin-left: 0;
}

table.machines {
  margin-bottom: 1em;
}

tbody#machines td, tbody#machines input, tbody#machines select {
  margin: 0;
  padding: 0;
}

tbody#machines input {
  width: auto;
}

input.button, select {
  width: auto;
  margin-right: 2em;
}

textarea.description {
  height: 10em;
}

form br {
  clear: left;
}

table, td {
  border: 1px solid #006699;
  background: #000000;
}

th {
  background: #006699;
  color: #000000;
}

/* ID styles */
div#supercontainer {
  
}

div.spacer {
  height: 20px;
}

div#logoimage {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: center;
}

div#content {
  margin-top: 110px;
  margin-left: 285px;
  margin-right: 45px;
}

div#header {
  background: #006699;
  padding: 4px;
}

div#modbox {
  position: absolute;
  top: 150px;
  right: 45px;
  border: 1px solid #006699;
  margin: 1em;
  padding: 0.5em;
  background: #000000;
}

div#body {
  background: #000000;
  padding: 4px;
}

/*  background: #262626 url("/html/images2/bgsmall.jpg") repeat; */
div#navbar {
  position: absolute;
  top: 110px;
  left: 45px;
  text-align: center;
  width: 220px
}

div.navheader {
  background: #006699;
  padding: 4px;
  text-align: left;
}

div#translation {
  width: 120px;
  font-size: 0.8em;
  color: #ffffff;
  float: left;
  border: 1px solid #ffffff;
  margin: 2px;
}

div#translation img {
  border: 3px solid #006699;
}

div#translation img:hover {
  border: 3px solid #ffffff;
}

div#navlinks, div#videos, div#fullvers, div#googlead {
  padding: 4px 10px;
  background: #000000;
}

div#navlinks {
  padding-bottom: 10px;
}

div#videos a img {
  border: 1px solid #006699;
  width: 150px;
  height: 112px;
}

div#videos a:hover img {
  border-color: #ffffff;
}

div#fullvers {
  font-size: 0.8em;
  padding: 3px;
}

div#navlinks a, div#videos a, div#fullvers a {
  text-decoration: none;
}

a:link, a:visited {
  color: #006699;
}

a:link:hover, a:visited:hover {
  color: #ffffff;
}

/* Class styles */
.name {
  font-weight: bold;
}

.error {
  margin: 0;
  padding: 1em;
  padding-top: 0;
  padding-left: 14em;
  font-weight: bold;
  font-size: 0.8em;
  color: #ffffff;
}

.longlabel {
  width: 20em;
}

.loclist {
  border: 0;
  margin: 1em;
}

.description {
  margin-top: 1em;
}

.lastupdate {
  font-size: .7em;
  text-align: right;
  float: right;
  clear: right;
}

.machineimage {
  float: right;
  clear: right;
  width: 160px;
  height: 160px;
  margin-top: 2px;
}

.moderation {
  float: right;
  clear: right;
  padding: .25em;
  font-size: .7em;
}

.modheader {
  border-bottom: 1px dashed #006699;
}

.updatenote {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1em;
}

.history .updatenote {
  border: 1px solid #006699;
  border-bottom: 0;
  padding: 0.5em;
}

.showtype {
  color: #000000;
  background: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.machineselect {
  display: none;
  color: #000000;
  background: #ffffff;
  position: absolute;
  border: 2px solid #006699;
  padding: 0;
  width: 328px;
}

.machineselect img {
  border: 2px solid #ffffff;
  cursor: pointer;
  width: 160px;
  height: 160px;
  opacity: .2;
  filter: alpha(opacity=20);
}

