@import "base.css";

body {
  font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
}

h1, h2, h3 {
  color: #006;
}

th {
  color: #006;
}

div#header {
  color: #ddd;
  margin-bottom: 0.5em;
}
div#header ul.nav {
  background: #006;
  font-weight: bold;
}
div#header ul.nav em {
  color: #ff4;
}
div#header ul.nav a {
  font-weight: bold;
}
div#header ul.nav a:hover {
  color: #fff;
}
div#header p.welcome {
  background: #088;
}
div#header p.welcome em {
  font-weight: bolder;
}
div#header p.flash {
  background: #fcc;
  color: #f00;
  font-weight: bold;
  text-align: center;
}

span.status.aok {
  color: #000;
  background: #0c0;
}
span.status.alert {
  color: #000;
  background: #fce94f;
}
span.status.critical, span.status.system-alert {
  color: #fff;
  background: #f00;
}

table.summary {
  background: #cfc;
  font-weight: bold;
}

table.legend td.note {
  color: #f00;
}

table.list thead th {
  background: #87afc7;
}
table.list a.detail {
  font-weight: bold;
}

table.history {
  border-bottom: 1px solid #999;
}
table.history tr, table.history th, table.history td {
  border-top: 1px solid #999;
}
table.history thead th {
  background: #99f;
  font-size: 110%;
}
table.history tbody tr {
  background: #ffffe1;
}
table.history tbody tr.flagged {
  background: #fce94f;
}
table.history tbody tr.alerted {
  background: #fce94f;
}
table.history tbody tr.alerted.cleared {
  background: #ffffe1;
}
table.history tbody tr.ignored {
  background: #eee;
  color: #999;
}
table.history tbody tr.date {
  background: #9cf;
}
table.history tbody span.quiet {
  color: #666;
}
table.history tbody tr.date th span.quiet {
  color: #77c;
  font-size: 80%;
}
table.history tbody tr.alerted td span.quiet {
  color: #666;
}

/*
div.pagination span.disabled {
  color: #ccc;
}
div.pagination span.current {
  background: #87afc7;
}
div.pagination a {
  color: #006;
}
div.pagination a:hover, div.pagination a:focus {
  background: #cfc;
}
*/
