html {
  height: 100%;
  margin: 0px;
}

body {
  background-color: rgb(100,100,100);
  height: 100%;
  margin: 0px;
}

table.main {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  height: 100%;
  margin: 0px auto;
  padding: 0px;
  width: 800px;
}

td.header {
  height: 160px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

tr.content {
  height: 100%;
}

td.content {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  margin: auto;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

div.content {
  margin: 20px;
  padding: 0px;
  text-align: left;
}

table.args {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  margin: auto;
  padding: 0px;
  text-align: center;
}

td.name {
  min-width: 150px;
  padding: 5px;
  text-align: right;
  vertical-align: middle;
}

td.value {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

td.value input {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
}

div.obs {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  margin: 5px;
  padding: 5px;
  text-align: center;
}

div.obs table {
  margin: 0px auto;
}

div.obs td.obsTitle {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

div.obs td.obsTitle input {
  margin: 5px 1px 10px 1px;
  vertical-align: middle;
}

div.obs table.obsX {
  height: 10px;
  text-align: center;
  width: 600px;
}

div.obs table.obsY {
  height: 300px;
  margin-right: 2px;
  text-align: right;
  width: 45px;
}

div.obs td.obsImage {
  border: ridge rgb(100,100,100) thin;
  height: 300px;
  margin: 0px 2px;
  padding: 3px 3px 0px 3px;
  width: 600px;
}

div.obs td.obsLabelX {
  width: 100%;
}

div.obs td.obsLabelY {
  height: 100%;
}

div.obs td.colorBar {
  border: ridge rgb(100,100,100) thin;
  padding: 3px 3px 0px 3px;
}

div.buttons {
  clear: both;
  margin: 20px;
  padding: 0px;
}

div.buttons span {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

td.footer {
  border-top: ridge rgb(100,100,100) thin;
  height: 40px;
  margin: auto;
  padding: 0px;
  vertical-align: top;
}

div.footer {
  color: rgb(255,255,255);
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  margin: 5px 20px;
  padding: 0px;
  text-align: left;
}
