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

  --box-default-color: #888888;

  --bgcolor: #fff;
  --bgimage: ;
  --bgrepeat: repeat fixed center;
  --captions: #b04040;
  --cellbg: #f0f0f0;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000;
  --haseventsbg: #ff3;
  --minicalfont: ;
  --minicalwidth: ;
  --myevents: #006000;
  --nextmonthbg: ;
  --othermonthbg: #c0c0c0;
  --popupfg: #000;
  --popupbg: #fff;
  --prevmonthbg: ;
  --tablebg: #000;
  --textcolor: #000;
  --thbg: #fff;
  --thfg: #000;
  --todaycellbg: #FFFF80;
  --weekendbg: #e0e0e0;
  --weeknumber: #f63;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


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

