@CHARSET "UTF-8";

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

body {
  font: 9pt serif, sans-serif;
  background-color: white !important;
  margin: 0 auto;
}

input, select {
  font: 6pt helvetica, san-serif;
}

th a, th a:visited, th a:hover {
  text-decoration: underline;
  color: #040;
}

a, a:visited, a:hover {
  text-decoration: underline;
  color: #090;
}

div.qContainer {
  border-width: 1px;
  border-color: white;
  border-style: solid;
  background-color: #7a7;
  padding: 7px;
  margin: 20px 0px 20px 0px;
}

table.wwFormTable {
  border-width: 1px;
  border-color: #030;
  border-style: solid;
  color: black;
  background-color: white;
  width: 100%;
}

table.wwFormTable tr {
  border-top: 1px black solid;
  border-bottom: 1px black solid;
}

table.wwFormTable th {
  background-color: #afa;
  font: 9pt, serif;
  text-align: center;
  font-weight: bold;
}

table.wwFormTable tr td {
  font: 9pt, serif;
  background-color: white;
  margin: 5px;
  padding: 3px;
}

table.wwFormTable tr td.shade {
  background-color: white;
  margin: 5px;
  padding: 3px;
}

.tdLabel {
  /*
  border-width: 1px;
  border-color: #afa;
  border-style: solid;
  */
  font-weight: bold;
  align: top;
}

.label {
}

.outline {
  border-width: 2px;
  border-color: #ada;
  border-style: solid;
  padding: 2px;
  margin: 2px;
}

.errorMessage {
  color: red;
}

#headerDiv, #header-div {
  display: none;
}

#buttonBar {
}

#appName {
  color: white;
  font-size: 1.8em;
}

#pageTitle {
  font-size: 1.4em;
  color: black;
  clear: none;
  border: 0px;
  text-align: center;
}

#appName, #pageTitle {
}

#menuContainer {
  display: none;
}

#contentAreaDiv {
  padding: 5px;
}

.inputWarning {
  background-color: #ff8;
  color: red;
  font-weight: bold;
}

.inputError {
  background-color: #fcc;
  color: black;
  font-weight: bold;
}

table.wwFormTable tr.yellowData td {
  background-color: #ff8;
}

table.wwFormTable tr.darkGreenData td {
  background-color: #afa;
}

table.wwFormTable tr td.grayData {
  background-color: #E0E0E0;
}

table.wwFormTable tr td.yellowTdData {
  background-color: #ff8;
}

table.wwFormTable tr td.orangeData {
  background-color: #fe5;
}

table.wwFormTable tr td.goodData {
  background-color: #fff;
  border-color: #8f8;
  border-width: 3px;
  border-style: solid;
}

table.wwFormTable tr td.warningData {
  background-color: #ff8;
  border-width: 3px;
  border-color: #fa3;
  border-style: solid;
}

table.wwFormTable tr td.badData, div.badData {
  background-color: #fdd;
  border-width: 3px;
  border-color: #f00;
  border-style: solid;
  color: black;
}

div.badData {
  padding: 3px;
  margin: -5px;
}

.hidden {
  display: none;
}

#logDiv {
  display: none;
}

#footer {
  display: none !important;
}

a[href]:after {
  content: none;
}

