BODY, TH, TD, DIV, P, H1, H2, H3, LI, DT, DD {
  font-family: Verdana, Geneva, sans-serif;
}

BODY {
  margin: 0;
  color: #000;
  background: #ffffff;
  min-width: 700px;
}

A {
  text-decoration: underline;
  color: #00B;
}
A:hover {
  background: #EEE;
  color: #b33;
}
A:active {
  color: #f00;
}

H1.title {
  background: #000;
  color: #fff;
  padding: 6px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: large;
}

H2 {
  padding: 6px;
  margin: 6px 5% 6px 5%;
  border-bottom: 1px solid black;
  text-align: left;
  font-weight: bold;
  font-size: medium;
}

P {
  margin: 0;
  margin-top: 1ex;
}

P#first {
  margin: 0;
}

.note {
  padding: 0 5px;
  margin: 0 5% 2px 5%;
  font-size: 10px;
}

.graynote {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  color: #777;
}

FORM {
  margin: 0;
}

TABLE {
  padding: 5px;
  margin-left: 5%;
  margin-right: 5%;
}
TABLE TD {
  padding: 2px 4px;
  font-weight: normal;
}
TABLE TH {
  text-align: right;
  font-weight: bold;
  padding: 2px 4px 2px 0;
  white-space: nowrap;
}
TABLE .header {
  background: #cde;
}
TABLE .skiprow TD {
  height: 10px;
}
TABLE .oddrow {
  background: #efefef;
}
TABLE .evenrow {
  background: #dfdfdf;
}

TABLE#mast {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

TABLE#mast TD {
  padding: 0;
}

TABLE TABLE {
  margin: 0;
}

TABLE TABLE TD {
  padding: 1px;
}
TABLE TABLE TH {
  padding: 1px;
}

TABLE.list {
  width: 89%;
  border-spacing: 0;
  border-collapse: collapse;
}
TABLE.list TR {
  font-size: 12px;
}
TABLE.list TD { }
TABLE.list TH {
  text-align: left;
  padding: 2px 4px;
}

TABLE.list2 {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
TABLE.list2 TH {
  text-align: left;
}

TABLE .numeric, TABLE.list .numeric, TABLE.list2 .numeric {
  text-align: right;
}
TABLE .subtotal {
  border-bottom: 1px solid black;
}
TABLE .total {
  border-bottom: 2px solid black;
}

TABLE SPAN.sort-dir {
  font-size: smaller;
  color: #666;
}

DIV.menu {
  text-align: right;
  margin: 5px 10px 1ex 10px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

DIV.version {
  margin: 12px 5px 24px 5px;
  color: #555;
  font-size: 10px;
  text-align: center;
}

DIV.flash {
  margin: 10px 10%;
  padding: 2ex 1em;
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

DIV.flash#flash_info, DIV.flash-info {
  background: #afa;
  border: 2px solid #7d7;
  font-weight: bold;
  color: #000;
}
DIV.flash-info {
  margin: 10px 16px;
}
DIV.flash#flash_error, DIV.flash-error {
  background: #d00;
  border: 2px solid #e44;
  font-weight: bold;
  color: #fff;
}
DIV.flash-error {
  margin: 10px 16px;
}

#flash_error A {
  color: #9ef;
}

DIV.flash TABLE {
  padding: 1px;
  margin-left: 1em;
  margin-right: 1em;
}
DIV.flash TABLE TD {
  padding: 1px 10px 1px 1px;
  font-size: smaller;
  font-weight: bold;
}

#loginbox {
  text-align: center;
  width: 40%;
  border: 2px solid #888;
  padding: 0;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: white;
}

#loginbox TABLE {
  margin-left: auto;
  margin-right: auto;
}

#loginbox TH {
  padding: 2px 2px;
  font-weight: normal;
  white-space: nowrap;
}

#loginbox TD {
  padding: 2px 2px;
  font-weight: bold;
  white-space: nowrap;
}

#loginbox #logintitle {
  background: #ddd;
  color: #000;
  font-weight: bold;
  font-size: larger;
  white-space: nowrap;
  border-bottom: 2px solid #888;
  padding: 4px;
  margin: 0;
  margin-bottom: 1ex;
}

/* superceded by "flash" stuff */
#error {
  margin: 20px 5%;
  padding: 5px 10px;
  border: 2px solid #d00;
  background: #fef;
}

#loginbox #error {
  color: #f00;
  padding: 4px;
  margin: 1ex 1em;
  text-align: left;
}

#message {
  margin: 10px 5% 10px 5%;
  padding: 15px;
  border: 5px solid #fdd;
}

#navbar {
  text-align: right;
  padding: 2px 4px;
  white-space: nowrap;
  font-size: small;
/*border-bottom: 2px solid black;*/
}

DIV.dev-header {
  background: #F33;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
  height: 16px;
  line-height: 16px;
}

SPAN.new {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #e00;
  padding: 1px 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

SPAN.match {
  background: #fffa00;
  background: rgba(255,250,0,0.8);
  padding: 1px 2px;
  margin: 0 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-animation-name: yellow-bg-fadein;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes yellow-bg-fadein {
  from {
    background: rgba(255,250,0,0.0);
  }
  to {
    background: rgba(255,250,0,0.8);
  }
}

.search {
  background: #eee;
}
.search INPUT {
  font-size: 10px;
}
.search TD {
  padding: 10px;
  font-size: larger;
  border: 2px solid #eee;
  white-space: nowrap;
}
.active {
  background-color: #bcf;
}
.active TD {
  border-color: #aaf;
}

TR.pager-nav {
  background: #000;
}
TR.pager-nav A:hover {
  background: #666;
}
TR.pager-nav A IMG:hover {
  background: #666;
}
TR.pager-nav IMG {
  border: none;
}
TR.pager-nav TD {
  padding: 2px;
}
TR.pager-nav TD.prev {
  text-align: left;
}
TR.pager-nav TD.next {
  text-align: right;
}

TABLE TR.blank-slate TD {
  text-align: center;
  font-size: 24px;
  background: #ff7;
  padding: 10px;
}

TR.minimenu TD {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

A.chosen {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}

.menusep {
  color: #888;
  font-weight: normal;
}
.menuspace {
  padding: 0 12px;
}

.newbug {
  position: relative;
  bottom: 2px;
  color: #f00;
  background: #ff0;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 2px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-transform: uppercase;
}

.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

LABEL { cursor: pointer; }
BUTTON, INPUT[type="button"], INPUT[type="reset"], INPUT[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

INPUT::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
INPUT:-ms-input-placeholder {
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
INPUT::-moz-placeholder {
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
INPUT:-moz-placeholder {
  color: #999;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}

INPUT:focus::-webkit-input-placeholder {
  opacity: 0.6;
}
INPUT:focus:-ms-input-placeholder {
  opacity: 0.6;
}
INPUT:focus::-moz-placeholder {
  opacity: 0.6;
}
INPUT:focus:-moz-placeholder {
  opacity: 0.6;
}

/* End of file. */
