/* Generic tag styles */
a:link,a:visited,a:active {
 color: #006;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #fff;
 color: #000;
 font-size: 12px;
 margin: 0px;
}

p {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

input, select, textarea {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
}

td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
}

th {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 white-space: nowrap;
 padding-left: 4px;
 padding-bottom: 4px;
 height: 14px;
 text-align: left;
 vertical-align: bottom;
}

ul.compact {
 list-style-type: square;
 margin-top: 0;
 margin-bottom: 0;
 margin-left: 0;
 padding-left: 1.5em;
}

/* Menu (sidebar) styles */
a.menu:link,a.menu:visited {
 color: #fff;
 text-decoration: none;
}

a.menu:active {
 color: #ff0;
 text-decoration: underline;
}

a.menu:hover {
 text-decoration: underline;
 color: #ffc;
}

td.menuheader {
 font-weight: bold;
 text-transform: uppercase;
 font-size: 10px;
 padding-top: 4px;
 padding-left: 2px;
 white-space: nowrap;
}

td.menu {
 font-size: 10px;
 padding-left: 6px;
 white-space: nowrap;
}

/* General page element styles */
a.control:link,a.control:visited,a.control:active {
 color: #fff;
}

a.navbar:link,a.navbar:visited,a.navbar:active {
 color: #fff;
}

.navbar {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #600;
 color: #fff;
 font-size: 10px;
}

.maintitle,h1,h2 {
 font-weight: bold;
 font-size: 22px;
 font-family: Times, serif;
 text-decoration: none;
 line-height: 120%;
}

.subtitle {
 font-weight: bold;
 font-size: 13px;
 font-family: Times, serif;
 text-decoration: none;
}

.messagetitle {
 background-color: #003;
 font-weight: bold;
 color: #fff;
 padding: 0;
 padding-bottom: 3px;
 padding-top: 2px;
 white-space: nowrap;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}

.messagebody {
 border-left: 0px #000 solid;
 border-right: 0px #000 solid;
 border-bottom: 0px #000 solid;
 padding-top: 4px;
 padding-left: 4px;
 padding-right: 4px;
 padding-bottom: 4px;
 background-color: #fff;
 color: #000;
}

.messagespacer {
 font-size: 4px;
}

.messagebox {
 border: 1px #000 solid;
 background-color: #fff;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
}

.popupmessage {
 text-align: left;
 font-size: 12px;
 font-weight: bold;
 margin-left: 4em;
}

.bodybox {
 background-color: #003;
 color: #fff;
}

/* Form styles */
.formbody {
 padding-top: 1px;
 padding-left: 4px;
 padding-right: 4px;
 padding-bottom: 1px;
 background-color: #fff;
 color: #000;
}

.formbuttons {
 border-top: 1px #000 solid;
 padding-top: 12px;
 padding-bottom: 12px;
 background-color: #fff;
 text-align: center;
}

.formprompt {
 color: #000;
 font-size: 10px;
 text-align: right;
 white-space: nowrap;
 vertical-align: top;
}

.formnormal {
 color: black;
}

.formrequired {
 color: black;
}

.formconditional {
 color: black;
}

.formerror {
 padding: 2px;
 font-size: 11px;
 color: red;
}

.alert {
 color: red;
 font-weight: bold;
}

.required {
 color: #600;
}

.conditional {
 color: #009;
}

/* Tab styles */
a.tabfg {
 text-decoration: none;
 text-transform: uppercase;
}

a.tabfg:link,a.tabfg:visited,a.tabfg:active {
 color: #fff;
}

a.tabbg {
 text-decoration: none;
}

a.tabbg:link,a.tabbg:visited,a.tabbg:active {
 color: #000;
}

a.tabbg:hover {
 text-decoration: underline;
}

td.tabfg {
 font-size: 12px;
 font-weight: bold;
 white-space: nowrap;
 padding: 0px;
 height: 19px;
 text-align: left;
 vertical-align: top;
 background-color: #003;
}

td.tabbg {
 font-size: 12px;
 white-space: nowrap;
 padding: 0px;
 height: 19px;
 text-align: left;
 vertical-align: top;
 color: #999;
 background-color: #ccc;
}

/* Data table styles */
.cell1 {
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background-color: #fff;
 font-size: 10px;
}

.cell2 {
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 4px;
 padding-right: 4px;
 background-color: #ccc;
 font-size: 10px;
}

.cellheader {
 padding-top: 1px;
 padding-bottom: 1px;
 padding-left: 4px;
 padding-right: 4px;
 border-top: 1px solid black;
 font-size: 10px;
}

.cellbody {
 padding-top: 1px;
 padding-bottom: 8px;
 padding-left: 4px;
 padding-right: 4px;
 font-size: 12px;
}

/* Application element styles */
.summary {
 font-size: 10px;
 padding: 2px;
}

.summaryval {
 font-size: 10px;
 background-color: #003;
 border-bottom: 1px #999 dotted;
 border-right: 1px #999 dotted;
}

div.age0 {
 border-left: 10px solid #060;
 padding-left: 3px;
}

.age0days {
 font-size: 10px;
 background-color: #060;
 border: 1px #090 solid;
}

div.age1 {
 border-left: 10px solid #6c0;
 padding-left: 3px;
}

.age1days {
 font-size: 10px;
 background-color: #6c0;
 border: 1px #9f0 solid;
}

div.age2 {
 border-left: 10px solid #bb0;
 padding-left: 3px;
}

.age2days {
 font-size: 10px;
 background-color: #bb0;
 border: 1px #ff0 solid;
}

div.age3 {
 border-left: 10px solid #c60;
 padding-left: 3px;
}

.age3days {
 font-size: 10px;
 background-color: #c60;
 border: 1px #fc0 solid;
}

div.age4 {
 border-left: 10px solid #c00;
 padding-left: 3px;
}

.age4days {
 font-size: 10px;
 background-color: #c00;
 border: 1px #f00 solid;
}

div.agewaiting {
 border-left: 10px solid #c0c;
 padding-left: 3px;
}

div.ageclosed {
 padding-left: 12px;
}

.wovtab {
 padding: 0px;
 margin: 0px;
}

.wovservice {
 padding: 5px;
 text-align: center;
 font-weight: bold;
}

.wovdescription {
 padding: 3px;
 text-align: center;
}

.wovsection {
 padding: 2px;
 margin: 0px;
 vertical-align: top;
}

.wovsectiontitle {
 font-weight: bold;
 text-decoration: underline;
}

.wovitemcaption {
 font-size: 10px;
 vertical-align: top;
}

.wovitemdata {
 vertical-align: top;
 font-style: normal;
}

.wovnoteheader {
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 font-size: 10px;
 text-decoration: underline;
}

.wovnotebody {
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 10px;
 padding-right: 10px;
 font-style: italic;
}

.reporttab {
 padding: 0px;
 margin: 0px;
}

.reporttitle {
 padding: 8px;
 text-align: center;
 font-weight: bold;
}

.reportspacer {
 padding: 0px;
}

.reportheaderfield {
 font-size: 10px;
 vertical-align: bottom;
 font-style: italic;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 1px;
 padding-right: 1px;
}

.reportitemfield {
 font-size: 10px;
 vertical-align: top;
 padding-top: 0px;
 padding-bottom: 4px;
 padding-left: 1px;
 padding-right: 1px;
}

.reportbuttons {
 padding: 2px;
 margin: 0px;
 text-align: center;
}

.astitle {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}

.assubtitle {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

.asheader {
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
}

td.ascolhead {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid white;
}

td.asdata {
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

td.asnote {
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-top: 1px dashed white;
  border-bottom: 1px dashed white;
}
