
#noactionmsg {
  color: red;
  text-align: center;
}

#data {
  border: thin;
  font-size: 14pt;
  color: black;
  width: auto;
}

#data th {
  background: orange;
  font-size: 14pt;
  color: black;
  font-weight: bold;
}

#data td {
  font-size: 12pt;
  width: auto;
  margin: 0 2px 0 2px;
  background: yellow;
  text-align: center;
}

#data td a {
  text-align: left;
}

#data .noentries {
  color: red;
  background: none;
  font-size: 20pt;
  text-align: center;
  font-weight: bold;
}

label {
  float: none;
  width: auto;
  margin: 8px 0 8px 0;
}

input {
  margin: 8px 1em 8px 0;
  color: #000000;
  background: #F1B566;
}

.editor {
  font-size: 12pt;
  line-height: 120%;
  margin-bottom: 30em;
}

.editor p, .editor label {
  width: 25em;
  border: 1;
}

.editor input {
}

.fieldsection {
  float: none;
  clear: both;
  margin: 20px 0 0 0;
}

.fieldsection p {
  margin: 0;
  line-height: normal;
}

