/* Generated by KompoZer */
div#calendar {
  text-align: center;
}
div#calendar table thead th {
  font-weight: bold;
  font-size: 0.75em;
  color: #bfbfc1;
  text-align: center;
  background-color: #112a5d;
}
div#calendar table thead th.weekday {
  border: 1px solid #112a5d;
  font-weight: bold;
  font-size: 0.7em;
  color: #112a5d;
  text-align: center;
  background-color: #ccd2d8;
}
div#calendar table tbody td {
  border: 1px solid #ccd2d8;
  font-weight: normal;
  font-size: 0.7em;
  padding-left: 5px;
  padding-right: 5px;
  color: #0e224b;
  text-align: right;
}
div#calendar table tbody td.saturday {
  color: #9a2525;
  font-weight: normal;
}
div#calendar table tbody td.sunday {
  color: #9a2525;
  font-weight: bold;
}
div#calendar table tbody td.weekend {
  color: #9a2525;
}
div#calendar table tbody td.today {
  background-color: #ccd2d8;
}
div#calendar table {
  border: 2px solid #112a5d;
  padding: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6f6f6;
}
