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

  --box-default-color: #888888;

  --bgcolor: #F4DD65;
  --bgimage: ;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #F4DD65;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #CC9900;
  --minicalfont: ;
  --minicalwidth: ;
  --myevents: #006000;
  --nextmonthbg: ;
  --othermonthbg: #CC9900;
  --popupfg: #000000;
  --popupbg: #F4DD65;
  --prevmonthbg: ;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #F4DD65;
  --thfg: #000000;
  --todaycellbg: #E7D03A;
  --weekendbg: #FF6633;
  --weeknumber: #FF6633;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


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

