.largecalendar {
  margin-top: 20px;
  width: 98%;
  padding-left: 0.8%;
  padding-bottom: 1em;
  background-color: white;
  color: #333;
}

.largecalendar table caption .prevmonth {
  font-size: medium;
  margin-right: 7%;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: large;
}

.largecalendar table caption .nextmonth {
  font-size: medium;
  margin-left: 7%;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: large;
}

.largecalendar table caption .prevmonth a:hover, .largecalendar table caption .nextmonth a:hover {
  background: #fff;
  color: #000044;
}

.largecalendar table caption {
  border: 1px solid #888;
  font-family: LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: x-large;
  font-weight: bold;
  font-variant: small-caps;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  background: #fff;
  color: #333;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: xx-large;
}

.largecalendar table th {
  font-family: LuciduxSerif, Georgia, "Book Antiqua", Palatino, "Times New Roman", serif;
  font-size: small;
  font-variant: small-caps;
  border-bottom: 1px solid #888;
  background: #fff;
  color: #333;
  padding-bottom: 2px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: medium;
}

.largecalendar .sun {
  border-left: 1px solid #888;
}

.largecalendar .sat {
  border-right: 1px solid #888;
}

.largecalendar a {
  background: transparent;
  text-decoration: none;
  color: #000044;
}

.largecalendar a:hover {
  background: #000044;
  color: #ffffff;
}

.largecalendar .daytitle {
  position: relative;
  left: 0;
  top: 0;
  width: 25%;
  padding: 3px 0 3px 0;
  background: transparent;
  color: #000;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  font-size: x-small;
  font-family: Verdana, sans-serif;
  text-align: center;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: small;
}

.largecalendar a.daytitle {
  display: block;
  text-decoration: none;
  background: transparent;
  color: #000044;
}

.largecalendar a.daytitle:hover {
  background: #000044;
  color: #ffffff;
}

.d1, .d3, .d5, .d7, .d8, .d10, .d12, .d14, .d15, .d17, .d19, .d21, .d22, .d24, .d26, .d28, .d29, .d31, .d33, .d35, .d36, .d38, .d40, .d42, .d44 {
  background: #eee;
  color: #000;
}

.d1, .d8, .d15, .d22, .d29, .d36 {
  border-left: 1px solid #888;
}

.d7, .d14, .d21, .d28, .d35, .d42 {
  border-right: 1px solid #888;
}

td {
  vertical-align: top;
  margin: 0;
  padding: 0 5px 5px 0;
  height: 7em;
  width: 12%;
  border-bottom: 1px solid #888;
  color: #333;
}

.largecalendar ul {
  list-style: none;
  margin: 0;
  padding: 0 3px 0 3px;
}

.largecalendar li {
  display: block;
  text-align: center;
  font-size: xx-small;
  font-family: Verdana, sans-serif;
  padding-top: 6px;
  voice-family: "\"}\"";
  voice-family:inherit;
  font-size: x-small;
}
html>body .largecalendar li {
  background-image: url(/images/black2.gif);
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 6px;
}

.largecalendar li.first {
  padding-top: 0;
  background: transparent;
}