: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: #400040;
  --haseventsbg: #ffff00;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #400040;
  --othermonthbg: #d0d0d0;
  --popupfg: #000000;
  --popupbg: #8080ff;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #00ff00;
  --thfg: #000000;
  --todaycellbg: #ffffff;
  --weekendbg: #d0d0d0;
  --weeknumber: #000000;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


.main th,
.main th.weekend {
  background: #00ff00 url( includes/gradient.php?base=00ff00&height=15 ) repeat-x;}
.main td {
  background: #c0c0c0 url( includes/gradient.php?base=c0c0c0&height=100 ) repeat-x;}
.main td.weekend {
  background: #d0d0d0 url( includes/gradient.php?base=d0d0d0&height=100 ) repeat-x;}
.main td.hasevents {
  background: #ffff00 url( includes/gradient.php?base=ffff00&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: #ffffff url( includes/gradient.php?base=ffffff&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #00ff00 url( includes/gradient.php?base=00ff00&height=50 ) repeat-x;}
.glance td,
.note {
  background: #c0c0c0 url( includes/gradient.php?base=c0c0c0&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #d0d0d0 url( includes/gradient.php?base=d0d0d0&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: #00ff00 url( includes/gradient.php?base=00ff00&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

