* {
  box-sizing       : border-box;
  -moz-box-sizing  : border-box;
  font-family      : Arial, Helvetica, sans-serif;
}
BODY {
  position         : absolute;
  width            : 100%;
  height           : 100%;
  overflow         : hidden;
  margin           : 0px;
  background-color : Black;
  color            : #C0C0C0;
  font-size        : 12px;
}
FORM {
  position         : absolute;
  left             : 0px;
  top              : 0px;
  width            : 100%;
  height           : 100%;
  display          : block;
  margin           : 0px;
}
FIELDSET {
  border           : 1px solid #C0C0C0;
  margin           : 10px;
  text-align       : left;
}
LEGEND {
  border           : 1px solid #C0C0C0;
  background-color : #B0B0B0;
  color            : Black;
}
INPUT, SELECT, TEXTAREA {
  border           : 1px solid #C0C0C0;
  background-color : Black;
  color            : White;
  font             : 11px Courier New, Courier, monospace;
  width            : 100%;
  text-align       : left;
}
INPUT#beamers, INPUT#extraspace {
  width            : 30px;
  text-align       : right;
  margin           : 0px 5px;
}
SELECT.inline-select {
  width            : 60%;
  margin-left      : 30px;
}
INPUT.chk {
  width            : 16px;
  border           : none;
}
TEXTAREA#extraitems {
  height           : 80px;
}
DIV.pane {
  position         : absolute;
  border           : 1px solid #C0C0C0;
  overflow         : visible;
  text-align       : left;
}
DIV.legend {
  position         : absolute;
  left             : 10px;
  top              : -9px;
  height           : 18px;
  border           : 1px solid #C0C0C0;
  background-color : #B0B0B0;
  color            : Black;
  padding          : 1px 5px;
  white-space      : nowrap;
  text-align       : center;
}
DIV.container {
  position         : absolute;
  left             : 5px;
  right            : 5px;
  top              : 15px;
  bottom           : 5px;
  width            : expression(parentNode.clientWidth - 10);
  height           : expression(parentNode.clientHeight - 20);
  overflow         : auto;
}
DIV#squadronPane {
  left             : 5px;
  top              : 360px;
  width            : 395px;
  height           : 100px;
}
DIV#pilotsPane {
  left             : 5px;
  top              : 15px;
  width            : 395px;
  height           : 330px;
  text-align       : right;
}
DIV#sectionsPane {
  left             : 410px;
  top              : 15px;
  width            : 395px;
  height           : 230px;
}
DIV#extraPane {
  left             : 410px;
  top              : 260px;
  width            : 395px;
  height           : 200px;
}
DIV#buttonPane {
  left             : 410px;
  top              : 475px;
  width            : 395px;
  height           : 80px;
}
DIV#infoPane {
  left             : 5px;
  top              : 475px;
  width            : 395px;
  height           : 80px;
}
TABLE {
  font-size        : 12px;
  width            : 100%;
  text-align       : left;
}
TD.label {
  width            : 90px;
  vertical-align   : top;
}
TD.day {
  border-top       : 1px solid Silver;
}
TD.td-chk {
  width            : 20px;
  vertical-align   : top;
  text-align       : left;
}
BUTTON {
  position         : relative;
  width            : 80px;
  font-size        : 11px;
  height           : 20px;
}
BUTTON#newPilotButton {
  margin-right     : 10px;
}
BUTTON#send, BUTTON#reset {
  float            : right;
  margin-right     : 5px;
}
A {
  color            : yellow;
}
A:visited {
  color            : red;
}


