@import url("/webroot/font/TheSansBold/TheSansBold-Bold.css");
@import url("/webroot/font/TheSansBoldItalic/TheSansBold-BoldItalic.css");
@import url("/webroot/font/TheSansLight/TheSansLight-Plain.css");

a {
  color: #8b0000;
}

a:hover {
  color: #c60000;
}

.side-nav li.heading {
  text-transform: none !important;
}

.page-headline {
  margin-bottom: 21px;
}


.top-bar .name {
  height: auto;
}

.top-bar.expanded .title-area {
  background: #eaeaea;
  padding: 0;
}

.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
  background: #fafafa;
  color: #8b0000;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: none;
    background: none;
    color: #c60000;
}

.side-nav ul {
  list-style: none;
}

.side-nav li a:not(.button),
.side-nav li.heading {
  color: #8b0000;
}

.side-nav li a:not(.button):hover {
  color: #c60000;
}

button, .button {
  background-color: #b20000;
  border-color: #8b0000;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #8b0000;
}

table thead tr {
  border-bottom: 1px solid #b20000;
}

table tr th {
  border-bottom: 2px solid #b20000;
}

.vertical-table th {
  color: #8b0000;
}

fieldset legend {
  color: black;
    border-bottom: 2px solid #b20000;
}
