tr.red, td.red {
  border: thin solid #d62728;
}

tr.yellow, td.yellow {
  border: thin solid #ff7f0e;
}

tr.green, td.green {
  border: thin solid #2ca02c;
}

tr.blue, td.blue {
  border: thin solid #17becf;
}

tr.red td, td.red {
  background-color: #ff9896;
  /* color: #fff; */
}

tr.yellow td, td.yellow {
  background-color: #ffbb78;
  /* color: #fff; */
}

tr.green td, td.green {
  background-color: #98df8a;
  /* color: #fff; */
}

tr.blue td, td.blue {
  background-color: #9edae5;
  /* color: #fff; */
}

tr.high td, td.high {
  color: #d00;
}

p.red {
  background-color: #ff9896;
  border: thin solid #d62728;
  /* color: #fff; */
}

p.yellow {
  background-color: #ffbb78;
  border: thin solid #ff7f0e;
  /* color: #fff; */
}

p.green {
  background-color: #98df8a;
  border: thin solid #2ca02c;
  /* color: #fff; */
}

p.blue {
  background-color: #9edae5;
  border: thin solid #17becf;
  /* color: #fff; */
}

p.red, p.yellow, p.green, p.blue {
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
}

input.short {
  width: 4em;
}

td.bleft, th.bleft {
  border-left: medium solid #ccc;
}

table.btop td, td.btop, th.btop {
  border-top: medium solid #ccc;
}

div.banner {
  margin: 0;
  padding: 0;
  background-color: #6699CC;
  color: #003366;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
}

div.banner-in {
  margin: 0;
  padding: 0.5em 1em;
}

.apptitle p {
  margin: 0.5em;
  padding-left: 310px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
}

.apptitle .hl {
  color: #ff9200;
  display: none;
}

body {
  font: small verdana, arial, sans-serif;
  background-color: #ffffff;
}

.navbar-inverse .navbar-inner {
  background-color: #66CC99;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  filter: none;
}

.navbar .nav > li > a {
  font: normal verdana, arial, sans-serif;
  text-shadow: none;
  font-weight: 800;
  color: #000;
  padding: 4px 10px;
}

.navbar-inner {
  min-height: 28px;
}

.navbar .btn-navbar {
  padding: 4px 10px;
}

.viewmenu {
  padding: 4px;
}

h1 {
  font-size: x-large;
  border-bottom: 2px solid #FF9900;
  padding: 2px;
}

h2 {
  font-size: large;
  padding: 2px;
}

.page-header {
  margin: 0px;
  border: none;
}

div.banner a .ll {
  color: #fff;
  text-decoration: none;
}

span.small_paren {
  color: #666;
  font-size: smaller;
}

span.small_paren:before {
  content: "(";
}

span.small_paren:after {
  content: ")";
}

select, input {
  margin: 0;
}