table {
  border: 0;
  font-size: 1.2em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-shadow: none;
}

.calendar { text-align: center; }
.calcontainer { float: left; padding: 5px; }
.caltpbg_a, .caltpbg_b { z-index: 1000; }

td.calcell {
  width: 1.5em;
  height: 1em;
  border: 1px solid #19191a;
  color: #fff;
  background-color: #6f7167;
}

td.calcell a { color: #fff; padding: 5px; display: block; }
td.calcell a:hover,
td.calcell a:focus-visible { color: #111; text-decoration: underline; background-color: #ffcc00; }
td.calcell.today, .calhead { background-color: #4b2884; color: #fff; }
.calhead { border: 1px solid #005cab; vertical-align: middle; }
td.calcell.oom { cursor: default; color: #555; background-color: #f9e4e3; border: 1px solid #336699; }
td.calcell.previous { color: #fff; }
td.calcell.selected { color: #111; background-color: #feb800; }
td.calcell.highlight { color: #fff; background-color: #990000; }

.calheader { position: relative; width: 100%; padding: 2px 0; text-align: center; }
.calweekdaycell { color: #fff; font-weight: normal; font-style: italic; background: #464542; }

#calendarBoxArrive,
#calendarBoxDepart {
  text-align: center;
  color: #000;
  border: 1px solid #2b9ebb;
  background-color: #ffdd7f;
  position: absolute;
  left: 570px;
  top: 518px;
  z-index: 2000;
}

.cal_title { padding-bottom: 10px; padding-left: 5px; text-align: left; }
.calnavleft,
.calnavright {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  top: 5px;
  bottom: 0;
  width: 12px;
  height: 12px;
}
.calnavleft { background-image: url(left.gif); left: 2px; }
.calnavright { background-image: url(right.gif); right: 2px; }
.close-calendar { position: absolute; cursor: pointer; right: 0; top: 0; border: 0; }
.close-calendar:focus-visible { outline: 3px solid #4b2884; outline-offset: 2px; }
div.c3 { display: none; }
div.c2 { clear: both; }
span.c1 { float: left; }
