* {
  color: black;
  font-family: Corbel, Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.4;
  border: 0;
}

body, html {
  background-color: white;
  margin: 0;
  overflow: hidden;
}

.extra {
  display: none;
}

.blue {
  color: #0099ff;
}

.orange {
  color: #ff9900;
}

.error {
  color: #ff3300;
  font-size: 9pt;
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearFloats {
  clear: both;
}

div.popup {
  position: absolute;
  display: none;
  z-index: 5;
  left: 50%;
  top: 50%;
  padding: 1em;
  text-align: center;
  border: 2px solid #ff9900;
  background-color: #ffffee;
}

#done {
  width: 20em;
  margin-left: -10em;
  height: 16em;
  margin-top: -8em;
}

#wait {
  width: 16em;
  margin-left: -8em;
  height: 10em;
  margin-top: -5em;
}

#outerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  background-image: url('/gfx/bg-code.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
  overflow: auto;
}

#menuWrapper {
  position: absolute;
  z-index: 1;
  top: 320px;
  left: 2em;
  width: 10em;
}

#contentWrapper {
  padding-top: 3em;
  padding-left: 220px;
  padding-right: 8em;
  padding-bottom: 2em;
}

#logo {
  position: relative;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

#fpalmen {
  position: absolute;
  top: 72px;
  left: 2em;
  z-index: 1;
}

hr {
  height: 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #0099ff;
  margin: 2em;
}

h1 {
  font-family: Cambria, Georgia, 'Times New Roman', serif;
  font-size: 24pt;
  margin: 0;
  margin-top: .6em;
  font-weight: normal;
  color: #666666;
  line-height: 0.9;
}

h2 {
  font-family: Cambria, Georgia, 'Times New Roman', serif;
  font-size: 18pt;
  margin: 0;
  margin-bottom: 1em;
  font-weight: normal;
  color: #999999;
}

h3 {
  font-family: Cambria, Georgia, 'Times New Roman', serif;
  font-size: 18pt;
  margin: 1em 0;
  font-weight: normal;
  color: #999999;
}
  
a {
  font-weight: bold;
  color: #999999;
  text-decoration: none;
}

a:hover {
  border-bottom: 2px solid #ff9900;
  color: #666666;
}

a.clean:hover {
  border-bottom: 0;
}

ul {
  list-style-image: url('/gfx/bullet.gif');
}

td {
  vertical-align: bottom;
}

input {
  border-width: 0 0 2px 0;
  background: none;
  border-style: solid;
  border-color: #0099ff;
  padding: 1px;
  color: #999999;
}

button, input.button {
  border-width: 2px;
  cursor: pointer;
}

textarea {
  background: none;
  border: 2px solid #0099ff;
  overflow: auto;
  padding: 1px;
  color: #999999;
}

textarea.empty {
  border-width: 0 0 2px 0;
  height: 1em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
  border-color: #ff9900;
  color: #666666;
}

#menuWrapper a {
  font-size: 12pt;
}

div.activeMenuItem a {
  border-bottom: 2px solid #0099ff;
}

#menuWrapper:hover div.activeMenuItem a {
  border-bottom: 0;
}

#menuWrapper:hover div.activeMenuItem a:hover {
  border-bottom: 2px solid #ff9900;
}

