#jacket {
  overflow:visible;
}

.crimson{
  color:#981e32;
}

.gray {
  color:#5e6a71;
}

table {
  border-collapse:separate !important;
  border-spacing:0;
  width:auto !important;
}

div.picture img.playicon {
  position:absolute;
  z-index:999;
  top:50%;
  left:50%;
  height:80%;
  margin-right:-50%;
  transform:translate(-50%, -50%);
}

table.zebra {
  margin-bottom:10px;
  border:1px solid #e7e9ea;
  border-top:none;
}

table.zebra td{
  color:#333;
  padding:3px 5px;
  font-size:.9em;
}

table.zebra tr.header td, table.zebra tr.header th {
  font-weight:bold;
  background:#981e32;
  color:#fff;
}

table.zebra tr.altrow {
  background:#e7e9ea;
}

table.staffListing {
  padding:5px;
  width:340px;
  min-width:340px;
  float:left;
  min-height:150px;
  margin:0 10px 10px 0;
  border:solid 1px #888;
  background:#fff;
  -webkit-box-shadow:0 2px 4px rgba(0,0,0, .7);
  -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.7);
  box-shadow:0 2px 4px rgba(0, 0, 0, 0.7);
}

table.staffListing tbody tr td h3 {
  border-bottom:1px dashed #b6bcbf;
  margin-bottom:6px;
  padding-bottom:0px;
  font-size:16px;
}

table.staffListing tbody tr td.staffPhoto {
  width:105px;
}

table.staffListing tbody tr td.staffPhoto img {
  width:100px;
  height:134px;
  padding:4px;
}

table.staffListing tbody tr td.staffInfo {
  width:230px;
  font-size:11px;
}

div.photoListing {
  padding:10px;width:330px;
  float:left;
  min-height:160px;
}

.photoListing h3 {
  border-bottom:1px solid #b6bcbf;
  margin-bottom:6px;
  padding-bottom:0px;
  text-transform:none;
  font-size:14px;
}

.photoListing .photoInfo {
  float:left;
  width:210px;
}

.photoListing .photoInfo p {
  width:95%;
}

.photoListing  img {
  float:right;
  position:relative;
  margin-top:-35px;
  margin-right:0px;
  width:100px;
  padding:6px;
  background:#fff;
  -webkit-box-shadow:0 3px 5px rgba(0,0,0, .7);
  -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.7);
  box-shadow:0 3px 5px rgba(0, 0, 0, 0.7);
}

.photo {
  padding:6px !important;
  background:#fff !important;
  border:solid 1px #ddd !important;
  -webkit-box-shadow:0 3px 5px rgba(0,0,0, .7) !important;
  -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
}

.shadow {
  border:solid 1px #555 !important;
  -webkit-box-shadow:0 3px 5px rgba(0,0,0, .7) !important;
  -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
}

.rounded {
  border-radius:5px !important;
}

.newsphoto {
  float:left !important;
  padding:6px !important;
  margin:0px 10px 10px 4px !important;
  border:solid 1px #ddd !important;
  background:#fff !important;
  -webkit-box-shadow:0 3px 5px rgba(0,0,0, .7) !important;
  -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
}

.newsphotor {
  float:right !important;
  padding:6px !important;
  margin:0px 4px 10px 10px !important;
  border:solid 1px #ddd !important;
  background:#fff !important;
  -webkit-box-shadow:0 3px 5px rgba(0,0,0, .7) !important;
  -moz-box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
  box-shadow:0 3px 5px rgba(0, 0, 0, 0.7) !important;
}

.group:after {
  content:"";
  display:table;
  clear:both;
}

.codeblock {
  font-family:"Courier New";
  font-size:12px;
  border:dashed 2px black;
  padding:0px 5px 0 5px;
  margin-bottom:30px;
  background:url("/images/databg.png") repeat;
  line-height:21px;
}

.small {
  font-size:11px;
}

table.boxed {
  border-left:solid 1px #888;
  border-top:solid 1px #888;
}

table.boxed td {
  border-right:solid 1px #888;
  border-bottom:solid 1px #888;
}

table.boxed th {
  background:#000;
  color:#fff;
}

.left {
  float:left;
  margin-right:10px;
  margin-bottom:15px;
}

.right {
  float:right;
  margin-left:10px;
  margin-bottom:15px;
}

div.announce {
  width:500px;
  text-align:justify;
  padding-bottom:20px;
}

div.buttonize {
  border-radius:8px;
  border:solid 1px #ccc;
  background:rgb (200, 200, 200);
  background:rgba(200, 200, 200, .3);
  margin-bottom:10px;
  height:40px;
  min-height:40px;
  padding:3px;
  cursor:pointer;
  float:left;
  margin-right:10px;
  text-align:center;
}

div.buttonize:hover {
  background:#ccc;
  border:solid 1px #888;
}

div.buttonize a {
  line-height:40px;
  vertical-align:middle;
  text-decoration:none;
  color:#000;
  padding:0 20px 0 20px;
}

.NotAuthorized {
  font-weight:bolder;
  color:#981e32;

}

table.SecureCmsLogin {
  border:solid 1px #888;
  border-radius:5px;
  padding:5px;
}

table.SecureCmsLogin th {
  background:#000;
  color:#fff;
  font-weight:bolder;
  font-size:15px;
  padding:5px !important;
}

table.SecureCmsLogin td {
  padding:3px;
}

table.SecureCmsLogin td:first-child {
  text-align:right;
}

table.SecureCmsLogin td.SecureCmsLoginFailed {
  font-weight:bolder;
  background:#981e32;
  color:#fff;
  text-align:center;
}

#SpinelessNavigationMenu {
  margin-top:175px;
  margin-left:200px;
}

#SpinelessNavigationMenu ul {
  list-style-type:none;
  margin:0;
  padding:0;
  overflow:hidden;
}

#SpinelessNavigationMenu ul li {
  float:right;
  text-align:right;
  padding:5px 0 5px 14px;
  margin:0;
}

#SpinelessNavigationMenu a {
  color:#ffffff;
  border-left:1px solid #ffffff;
  padding-left:14px;
  text-transform:uppercase;
  height:.95em;
}

#SpinelessNavigationMenu ul li:last-child a {
  border-left:none;
}

#SpinelessNavigationMenu a:hover {
  color:#8F959A;
}

#fullpagehighlightedcontent {
  width:100%;
  border:solid 1px #000;
  background:rgba(255,255,255,0.8);
  min-height:460px;
  line-height:20px;
}

form {
  margin-bottom:0px;
  padding:0;
}

button, input[type=button] {
  border:none;
}

.sm img {
  position:relative;
  top:2px;
  margin-right:5px;
}

div.newsStoryTitle {
  font-size:1.5em;
  font-size:1.5rem;
  font-weight:bolder;
  color:#5e6a71;
  margin:15px 0 5px 0;
}

.picture {
  padding:4px 4px 4px 4px;
  background:#fff;
  border-top:1px solid #eaeaea;
  border-left:1px solid #C9CACB;
  border-right:1px solid #C9CACB;
  border-bottom:1px solid #C9CACB;
  position:relative;
}

#custom-header, #custom-header-title-wrapper, #custom-header-title {
  display:none;
}

.ui-front {
  z-index:999999 !important;
}

.ui-widget-overlay {
  z-index:999998 !important;
  
}

.ui-accordion-content a, .childPageTab a, .ui-dialog a {
/*  color:#981e32 !important;
  font-weight:bolder !important;
*/}

.ui-accordion-content a:hover, .childPageTab a:hover, .ui-dialog a:hover {
/*  color:#c60c30 !important;
  font-weight:bolder !important;
*/}

.ui-state-default {
  color:#000;
}

table.searchtable {
  width:100% !important;
  border:solid 1px #888;
  background:#ddd;
  padding:3px;
  border-radius:3px !important;
}

table.searchtable td {
  vertical-align:middle !important;
}

table.searchtable td:first-child,
table.searchtable td:last-child {
    width:1%;
}

input.searchtext {
    width: 100%;
    min-width: 300px;
}



div.ChildTabContent {
  display:inline-block;
}

div.siteEvents:not(:last-child) {
  border-bottom:dashed 1px #888;
  padding-bottom:10px;
  margin-bottom:10px;
}

.required_empty {
  border:solid 1px maroon !important;
  background:maroon !important;
  color:#fff !important;
}

.required_label {
  color:maroon !important;
  font-size:11px !important;
}

.ui-widget-overlay {
  background:#000 !important;
}

table.grid {
  border-top:solid 1px #888;
  border-left:solid 1px #888;
}

table.full {
  width:100% !important;
}

table.grid th {
  background:#888;
  border-right:solid 1px #888;
  border-bottom:solid 1px #888;
  color:#fff;
}

table.grid td {
  padding:5px !important;
  border-right:dashed 1px #888;
  border-bottom:dashed 1px #888;
}

table.grid td:last-child {
  border-right:solid 1px #888;
}

table.grid tr:last-child td {
  border-bottom:solid 1px #888;
}

body.mce-content-body {
  background-color:#eee !important;
}

.trans-ninety { opacity:.90; }
.trans-eighty { opacity:.80; }
.trans-seventy { opacity:.70; }
.trans-sixty { opacity:.60; }
.trans-fifty { opacity:.50; }
.trans-forty { opacity:.40; }
.trans-thirty { opacity:.30; }
.trans-twenty { opacity:.20; }
.trans-ten { opacity:.10; }

.abs {position:absolute;}

table.full {
    width: 100%;
}

table.padded {
	padding: 0;
}

table.padded thead tr th,
table.padded tbody tr td {
    padding: 5px;
}

table.first-column-bold thead th:first-child,
table.first-column-bold tbody td:first-child {
    font-weight: bold;
}

table.first-column-right thead th:first-child,
table.first-column-right tbody td:first-child {
    text-align: right;
}

table.first-column-small thead th:first-child,
table.first-column-small tbody td:first-child {
    width: 1%;
}

table.first-column-right tbody td table tbody td:first-child {
    text-align: left;
}

.modal-dialog {
	z-index:999998 !important;
    margin-top:80px;
}

.modal-content {
	z-index:999999 !important;
}

#spine {
	z-index:999;
}

.umbracoNaviHide {
    display:none;
}

/* Padding for the Sia button */
#chat-button {
    bottom: 50px !important;
}

.bg-crimson {
    background-color: #981e32;
}

h1.margin, h2.margin, h3.margin, h4.margin, h5.margin, h6.margin  {
    margin: 0;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 700;
    padding: .5em 0 .2em 0;
}

.modal-backdrop {
    z-index: 99997;
}

div.search-result {
    padding-bottom: 30px;
}

div.search-result-link a {
    font-size:0.8em;
    text-decoration:none;
    color:#000 !important;
    border-bottom:none !important;
}

div.search-result-page-name a {
    font-size:1.2em;
    text-decoration:none;
    border-bottom:none !important;
}

div.search-result-page-name a:hover {
    text-decoration:underline !important;
}

div.search-result-preview {
    font-size:0.8em;
    color:#555;
}

p.search-result-count {
    font-size:0.9em !important;
    color:#555 !important;
}

.hover-pointer {
    cursor:pointer;
}

.btn-xs {
    padding: .1rem .4rem;
    font-size: .8rem !important;
    line-height: .8rem;
    border-radius: .2rem;
}

.edit-details {
    font-size: 0.8em;
    color: #888;
}

    .edit-details.expired {
        color: red;
        font-weight: bold;
    }

.aging-item {
    padding-bottom: 30px;
}

.aging-item-title {
    font-weight: bold;
    font-size: 1.2em;
}

.aging-item-title.show-all {
    font-size:1em;
}

.aging-item-out-of-date {
    font-weight: bold;
    color: red;
}

.aging-time-coming-due,
.aging-update-details,
.aging-item-path {
    font-size: 0.9em;
    color: #888;
}

.aging-item-path {
    color: #000;
}

figure {
	text-align: center;
	outline: solid 1px #ccc;
	background: rgba(0,0,0,0.05);
	padding: 2px;
	margin: 0 5px 0 0;
	display: inline-block;
}

figure > figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

.center {
    text-align:center;
}

.chart-container {
    height: 400px;
}

.chart {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999;
}

.min-50 {
    min-width: 50px;
}

.min-75 {
    min-width: 75px;
}

.min-100 {
    min-width: 100px;
}

.min-150 {
    min-width: 150px;
}

.min-200 {
    min-width: 200px;
}

.min-250 {
    min-width: 250px;
}

.min-300 {
    min-width: 300px;
}

.fixed-50 {
    width: 50px !important;
    display: inline-block;
}

.fixed-75 {
    width: 75px !important;
    display: inline-block;
}

.fixed-100 {
    width: 100px !important;
    display: inline-block;
}

.fixed-150 {
    width: 150px !important;
    display: inline-block;
}

.fixed-200 {
    width: 200px !important;
    display: inline-block;
}

.fixed-250 {
    width: 250px !important;
    display: inline-block;
}

.fixed-300 {
    width: 300px !important;
    display: inline-block;
}

.note {
    font-size:0.8em;
    opacity:0.7;
}