@import "common.css";
@import "screen.css";

.error {
  color: red;
}

.error a {
  font-weight: bold;
  color: red;
}

.information {
  color: green;
}

.list tr#odd {
  background-color: #f6d1c3;
}

.list tr#even {
  background-color: #e9e9ef;
}


.list td#idv {
  border: solid #1f992f 3px;
}

.list td#redbg {
  background-color: #ffcccc;
}

.list td#greenbg {
  background-color: #ccffcc;
}

.list td#bluebg {
  background-color: #ccccff;
}

.list td#orangebg {
  background-color: #ffeecc;
}

.list td#purplebg {
  background-color: #eeccff;
}

.list td#greybg {
  background-color: #cccccc;
}

.list td#yellowbg {
  background-color: #ffffcc;
}

.list th {
  color: white;
  background-color: #e60000;
  border: solid black 1px;
}

.list td {
  border: solid #e60000 1px;
}

.list td, .list th {
  padding: 2px 6px;
  text-align: left;
  vertical-align: top;
}

.list td#middle, .list th#middle {
  vertical-align: middle;
  text-align: center;
}

.list td#mleft, .list th#mleft, .list td#redbg, .list td#greenbg, .list td#bluebg {
  vertical-align: middle;
  text-align: left;
}

.list fieldset {
  border: solid #e60000 1px;
  min-height: 2.5em;
  vertical-align: middle;
  display: inline;
}

div#control {
  margin: 0;
  padding: 20px;
}

div#lcontrol {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

div#rcontrol {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.list fieldset {
  margin-top: 10px;
}

.list fieldset#statflt input {
  margin-right: 10px;
}

.list fieldset#dateflt input[type="text"] {
  width: 4em;
}

.list fieldset#dateflt input[type="submit"] {
  margin-left: 10px;
}

.list fieldset#textflt input, .list fieldset#dateflt input, .list fieldset#dateflt select {
  float: right;
}

.list fieldset#textflt, .list fieldset#dateflt {
  text-align: right;
}

.list fieldset label {
  padding-right: 10px;
}

.list fieldset#srtpg {
  text-align: center;
}

.list fieldset#srtpg label {
  text-align: left;
}

.list fieldset#srtpg p {
  text-align: left;
  margin: 0 2em;
  padding: 0;
}

.red, .green, .blue {
    padding: -2px 0;
    margin: 0 2px;
    border: solid black 1px;
}

.red input, .green input, .blue input {
    padding: 0 0;
    margin: 0 4px;
}

.red {
    background-color: #991f1f;
}

.green {
    background-color: #1f992f;
}

.blue {
    background-color: #e60000;
}

.rtext {
    color: #991f1f;
}

.gtext {
    color: #1f992f;
}

.btext {
    color: #e60000;
}

div#main td {
    text-align: left;
}

input[type="text"], input[type="password"], select[name="oi"] {
    width: 25em;
}

.formbox p, .formbox pre {
    margin-left: 1.5em;
}

.legend {
    font-style: italic;
    font-size: 90%;
    vertical-align: middle;
}

.legend em {
    text-decoration: underline;
}

.bargraph {
    text-align:left;
}

.bargraph div.left {
    float: left;
    margin: 0 0;
    padding: 0 0;
}

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

.bargraph div.right {
    float: none;
    margin: 0 0;
    padding: 0 0;
}

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

.bargraph table {
    border: solid #e60000 1px;
    background-color: #eee;
    margin-top: 3em;
    border-collapse: collapse;
}

.bargraph td, .bargraph th {
    vertical-align: bottom;
    padding: 4px;
    font-size: 90%;
}

.bargraph .title {
    background-color: #f6d1c3;
}

.bargraph .legend {
    font-size: 75%;
    font-style: italic;
}

.bargraph .legend sup {
    height: 0;
    line-height: 1;
    vertical-align: top;
    _vertical-align: bottom;
    position: relative;
}

.bargraph img {
    padding-top: 0.1em;
}

div#main .bargraph td {
    text-align: center;
    line-height: 80%;
    border-bottom: solid black 2px;
    padding-bottom: 0;
    font-size: 90%;
    height: 250px;
}

.vertical {
    writing-mode:tb-rl;
    filter: flipv fliph;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    width: 2em;
    white-space: nowrap;
    padding: 0.5em 0;
    font-size: 125%;
}

.rnote {
    color: #991f1f;
}

.gnote {
    color: #1f992f;
}

hr.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0; padding:0;
    border: none;
    visibility: hidden;
}
