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

  --box-default-color: #888888;

  --bgcolor: #999988;
  --bgimage: ;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #C0C0C0;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #4B4B4B;
  --haseventsbg: #C0C0C0;
  --minicalfont: ;
  --minicalwidth: ;
  --myevents: #FF0000;
  --nextmonthbg: ;
  --othermonthbg: #D0D0D0;
  --popupfg: #000000;
  --popupbg: #FFFFFF;
  --prevmonthbg: ;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #FFFFFF;
  --thfg: #000000;
  --todaycellbg: #00FFFF;
  --weekendbg: #FFFFFF;
  --weeknumber: #000000;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}

#dateselector form {
  border-top: 0.0625em solid #000000;
}

.main th,
.main th.weekend {
  background: #FFFFFF url( includes/gradient.php?base=FFFFFF&height=15 ) repeat-x;}
.main td {
  background: #C0C0C0 url( includes/gradient.php?base=C0C0C0&height=100 ) repeat-x;}
.main td.weekend {
  background: #FFFFFF url( includes/gradient.php?base=FFFFFF&height=100 ) repeat-x;}
.main td.othermonth {
  background: #D0D0D0 url( includes/gradient.php?base=D0D0D0&height=100 ) repeat-x;}
.main td.today, #datesel td #today {
  background: #00FFFF url( includes/gradient.php?base=00FFFF&height=100 ) repeat-x;}
#admin .main td.weekcell,
#month .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #FFFFFF url( includes/gradient.php?base=FFFFFF&height=50 ) repeat-x;}
.glance td,
.note {
  background: #C0C0C0 url( includes/gradient.php?base=C0C0C0&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #FFFFFF url( includes/gradient.php?base=FFFFFF&height=15 ) repeat-x;}
#login table,
#register table {
  background: #C0C0C0 url( includes/gradient.php?base=C0C0C0&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #C0C0C0 url( includes/gradient.php?base=C0C0C0&height=150 ) repeat-x;}
#viewt td.entry {
  background: #FFFFFF url( includes/gradient.php?base=FFFFFF&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

