* {
  box-sizing: border-box;
}

body {
  background-color: #ddf;
}

body, p, td, th {
  font-family: arial, helvetica, sans-serif;
}

body, p, th {
  font-size: 11pt;
}

.center {
  text-align: center;
}

.heading {
  font-size: 13pt;
  font-weight: bold;
  background-color: #66F;
  color: white;
  margin-top: 0 !important;
  padding: 2px 0 2px 0 !important;
  border-radius: 8px 8px 0 0;
}

div.vSpace {
  margin: 80px 0 20px 0;
}

p {
  margin: 2px 0 0 0 !important;
}

div.announcement p {
  color: red !important;
  text-align: center !important;
  margin-top: 8px !important;
}

.highlight {
  color: red;
}

.printButton {
  padding: 12px;
  background-color: #88f !important;
  color: white !important;
  font-size: 12pt;
  font-weight: normal;
  border-color: blue;
}

.printButtonIcon {
  font-size: 16px;
  margin-right: 4px;
  color: white;
}

.calendarIcon {
  font-size: 16px;
  font-weight: normal;
  margin-right: 4px;
  color: white;
}

div.navPanel {
  display: inline-block;
  text-align: center;
  font-size: 11pt;
  border: solid blue 2px;
  border-radius: 10px;
  margin: 8px 0 12px 0;
  padding: 0 0 4px 0;
  background-color: white;
}

a.navLink {
  font-size: 12pt;
  font-weight: normal;
  margin: 0 8px 0 8px;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: blue;
  font-weight: normal;
}

.phoneText {
  font-size: smaller;
  font-weight: normal;
  color: white !important;
}

a.phoneLink {
  font-weight: normal;
  color: white !important;
  text-decoration: underline !important;
}

div.navItem {
  display: inline-block;
  font-size: 11pt;
  font-weight: bold;
  margin: 8px 4px 0 4px;
  padding: 8px;
  color: black;
  border: solid blue 2px;
  background-color: white;
  border-radius: 8px;
}

div.navItemSel {
  color: white;
  background-color: #88f !important;
}

div.announcement {
  display: inline-block;
  border: solid blue 2px;
  border-radius: 4px;
  background-color: #eef;
  padding: 4px 10px 4px 10px;
  max-width: 500px;
  margin: 4px auto 4px auto;
}

div.announcement p {
  line-height: 110%;
}

div.errorPanel {
  display: inline-block;
  text-align: center;
  font-size: 11pt;
  border: solid blue 2px;
  border-radius: 10px;
  margin: 40px 0 20px 0;
  padding: 8px;
  background-color: white;
}

td.locationInfo {
  max-width: 350px;
}

table, th, td {
  border: solid black 1px;
  padding: 4px !important;
  background-color: white;
  border-collapse: collapse;
}

table.info td {
  vertical-align: top;
}

table.autoCentered {
  border-collapse: collapse !important;
  margin-left: auto;
  margin-right: auto;
}

table.centered {
  border-collapse: collapse !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
}

tr.head1 th {
  font-size: 11pt;
  color: black;
  background-color: #eef;
}

th {
  color: white !important;
  background-color: #66f !important;
  vertical-align: bottom;
  text-align: center !important;
  font-weight: bold !important;
}

td {
  font-size: 12pt;
  padding: 4px !important;
  line-height: 1.3 !important;
}

.smallText {
  font-size: 10pt;
}

td.label {
  text-align: right;
  padding-right: 4px;
  background-color: #eef;
}

.subHead {
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.0 !important;
}

.banner {
  font-size: 14pt;
  text-align: center;
}

div.pageFooter {
  width: 100%;
  text-align: center;
  font-size: 8pt;
  background-color: #eef;
  border-top: solid #66f 1px;
  border-bottom: solid #66f 1px;
  margin: 16px 0 8px 0;
  padding: 4px 0 4px 0;
}

div.pageFooter a {
  text-decoration: none;
}

div.pageheader, h2.pageheader, p.pageheader {
  background-color: #66f;
  color: white;
  font-style: normal;
  margin: 4px 0 4px 0;
}

div.pageheader {
  border: solid black 1px;
  width: 100%;
  height: 30px;;
}

h2.pageheader {
  float: left;
  font-size: 12pt;
  padding-left: 8px;
}

p.pageheader {
  float: right;
  font-size: 10pt;
  padding-right: 8px;
}

p.pageheader a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}

p.pageheader a:hover {
  color: #66f;
  background-color: white;
}

.calendarEntry {
  background-color: #cccccc;
  color: black;
  font-size: 9pt;
  text-align: center;
  padding: 2px !important;
  margin: 2px;
  width: 150px;
  white-space: normal;
}

.calendarWeekNo {
  color: white;
  background-color: #6666ff;
  font-size: 9pt;
  text-align: right;
  font-weight: bold;
}

.calendarTable td {
  padding: 2px !important;
}
