:root {
  --def-font-size: 16px;
  --def-font-family: sans-serif;

  --box-default-color: #888888;

  --bgcolor: #ffffff;
  --bgrepeat: repeat fixed center;
  --captions: #b04040;
  --cellbg: #c0c0c0;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #f9c8f0;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #d0d0d0;
  --popupfg: #000000;
  --popupbg: #ffffff;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #ffffff;
  --thfg: #000000;
  --todaycellbg: #9ef77e;
  --weekendbg: #d0d0d0;
  --weeknumber: #f06030;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}

/* Only present when the date selectors are rendered below the calendar. */
#dateselector {
  border-top: 0.0625em solid var(--tablebg, #000000);
}

.main th,
.main th.weekend {
  background: var(--thbg, #ffffff) url( includes/gradient.php?base=ffffff&height=15 ) repeat-x;}
.main td {
  background: var(--cellbg, #c0c0c0) url( includes/gradient.php?base=c0c0c0&height=100 ) repeat-x;}
.main td.weekend {
  background: var(--weekendbg, #d0d0d0) url( includes/gradient.php?base=d0d0d0&height=100 ) repeat-x;}
.main td.hasevents {
  background: var(--haseventsbg, #f9c8f0) url( includes/gradient.php?base=f9c8f0&height=100 ) repeat-x;}
.main td.othermonth {
  background: var(--othermonthbg, #d0d0d0) url( includes/gradient.php?base=d0d0d0&height=100 ) repeat-x;}
.main td.today, #datesel td #today {
  background: var(--todaycellbg, #9ef77e) url( includes/gradient.php?base=9ef77e&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: var(--thbg, #ffffff) url( includes/gradient.php?base=ffffff&height=50 ) repeat-x;}
.glance td,
.note {
  background: var(--cellbg, #c0c0c0) url( includes/gradient.php?base=c0c0c0&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: var(--weekendbg, #d0d0d0) url( includes/gradient.php?base=d0d0d0&height=15 ) repeat-x;}
#login table,
#register table {
  background: var(--cellbg, #c0c0c0) url( includes/gradient.php?base=c0c0c0&height=200 ) repeat-x;}
#securityAuditNotes {
  background: var(--cellbg, #c0c0c0) url( includes/gradient.php?base=c0c0c0&height=150 ) repeat-x;}
#viewt td.entry {
  background: var(--thbg, #ffffff) url( includes/gradient.php?base=ffffff&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

#combo .cat_ 2 { background-color: #68e87e; border: 1px outset #68e87e; color: #000000 }
#month2 .cat_ 2 { color: #68e87e }
#combo .cat_ 3 { background-color: #8c07a6; border: 1px outset #8c07a6; color: #FFFFFF }
#month2 .cat_ 3 { color: #8c07a6 }
#combo .cat_ 1 { background-color: #f561cd; border: 1px outset #f561cd; color: #000000 }
#month2 .cat_ 1 { color: #f561cd }
#combo .cat_ none { background-color: #006000; border: 1px outset #006000; color: #FFFFFF }
#month2 .cat_ none { color: #006000 }
