body, input, select, option, textarea {
  font-family: verdana, sans-serif;
  font-size: 12px;
}

h3.success {
  color: #9c0;
}

h3.error {
  color: red;
}

h1 a {
  color: #ddd;
  text-decoration: none;
}

h1 a.nav-active {
  color: #000 !important;
}

th {
  vertical-align: top;
  text-align: right;
  padding-right: 10px;
  text-transform: lowercase;
}

td {
  font-size: 12px;
}

td.red {
  color: red;
}

select {
  padding: 2px;
}

select.red {
  border: 1px solid red;
}

input.red {
  border: 1px solid red;
  padding: 2px;
}

input.currency {
  text-align: right;
  width: 70px;
}

#categoryCell {
  /*min-width: 800px;*/
}

.categoryDivs {
  white-space: nowrap;
}

.hide { display: none; }

/* REPORT */
table.report tr th {
  text-align: center;
}

table.report tr th, table.report tr td {
  padding: 3px 8px;
}

.pointer {
  cursor: pointer;
}

table.report tr.r0 {
  background-color: #e9e9e9;
}

table.report tr.r1 {
  background-color: #f9f9f9;
}

table.report tr.r2 {
  background-color: #cccccc !important;
}