@import "base.css";

body {
  font-family: "Segoe UI", "Tahoma", "Lucida Grande", "Arial", sans-serif;
  color: #444;
}
input, select, textarea, button {  /*IE8*/
  font-family: "Segoe UI", "Tahoma", "Lucida Grande", "Arial", sans-serif;
}

th {
  font-weight: normal;
}

fieldset {
  border-color: #999;
}

input[type=text], input[type=password], select, textarea {
  border: 1px solid #999;
  padding: 0.2em;
}

div#header {
  margin-bottom: 0.5em;
}
div#header ul.nav {
  color: #ccc;
  background: #444;
  font-weight: bold;
}
div#header ul.nav a {  /*IE7*/
  color: #ccc;
}
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: #ddd;
}
div#header p.welcome em {
  color: #36c;
}
div#header p.flash {
  background: #fcc;
  color: #f00;
  font-weight: bold;
  text-align: center;
}

span.status.whitebox {
  background: #fff;
  color: #ccc;
  border-color: #ccc;
}
span.status.aok {
  background: #dfd;
  color: #000;
  border-color: #090;
}
span.status.alert {
  background: #ff9;
  color: #000;
  border-color: #e60;
}
span.status.critical, span.status.system-alert {
  background: #fdd;
  color: #000;
  border-color: #e00;
}

table.summary {
  background: #eee;
}

table.list thead th {
  background: #eee;
}

table.history {
  border-bottom: 1px solid #ccc;
}
table.history tr, table.history th, table.history td {
  border-top: 1px solid #ccc;
}
table.history thead th {
  background: #ddd;
  font-size: 110%;
  font-weight: bold;
}
table.history tbody tr.flagged {
  background: #ff9;
}
table.history tbody tr.alerted {
  background: #ff9;
}
table.history tbody tr.alerted.cleared {
  background: #fff;
}
table.history tbody tr.ignored {
  color: #999;
}
table.history tbody tr.date {
  background: #eee;
}
table.history tbody tr.date th {
  font-weight: bold;
}
table.history tbody span.quiet {
  color: #666;
}
table.history tbody tr.date th span.quiet {
  color: #999;
}
table.history tbody tr.alerted td span.quiet {
  color: #666;
}

/*
div.pagination span.disabled {
  color: #ccc;
}
div.pagination span.current {
  background: #eee;
}
div.pagination a {
  color: inherit;
}
div.pagination a:hover, div.pagination a:focus {
  background: #eee;
}
*/
