/* kills the vertical scrollbar in IE if not needed/unused
   via http://archivist.incutio.com/viewlist/css-discuss/573 */
html,body { overflow: auto; }
html>body { overflow: visible; }
html      { height: 100%; }

body {
  background-color: #000;
  color: #ccc;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: x-small; /* compensate IE/MOZ fontsize-interpretations (4 vs 3) IE 5 WIN */
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

body#jobs #alt-content { width: 620px; }

html>body { /* be nice to opera */
  font-size: small;
}
a {
  color: #f90;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #f60;
  text-decoration: underline;
}
p, h1, h2, h3, ul {
  padding: 18px 36px 0 36px;
  margin: 0;
}
h1, h2 {
  color: #fff;
  line-height: 1.1;
  font-size: 170%;
}
h1 {
  padding-top: 36px;
}
h2 {
  font-weight: normal;
  padding-top: 0;
}
h3 {
  color: #d00;
}
ul {
  list-style-type: none;
  margin-bottom: 18px;
}
li {
  margin: 0;
  border-bottom: 1px solid #333;
  padding: 9px 0;
}
ul li.li-last {
  border-bottom: none;
}
p#logo {
  text-align: center;
}
p.error {
  color: #d00;
  padding-top: 0;
}
p.error em {
  color: #f00;
  font-style: normal;
}
#MSL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; /* center alt-content in IE 5 */
  visibility: visible;
  line-height: 1.5;
}
#alt-content {
  background-color: #1f1f1f;
  text-align: left; /* undo IE 5-fix for real browsers */
  width: 520px;
  border: 1px solid #333;
  margin: 36px auto;
}
#footer {
  background-color: #161616;
  padding-bottom: 18px;
  color: #777;
  text-align: center;
  border: 1px solid #1f1f1f;
  border-top: none;
  font-size: xx-small; /* compensate IE/MOZ fontsize-interpretations (4 vs 3) IE 5 WIN */
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: x-small;
}
html>#footer {
  font-size: x-small; /* be nice to opera */
}