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

  --box-default-color: #888888;

  --bgcolor: #f0f0f0;
  --bgrepeat: repeat fixed center;
  --captions: #b04040;
  --cellbg: #ffffff;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #393737;
  --haseventsbg: #f7f7ca;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #383838;
  --othermonthbg: #ffffff;
  --popupfg: #2b2b2b;
  --popupbg: #ededed;
  --tablebg: #4d4d4d;
  --textcolor: #262626;
  --thbg: #ffffff;
  --thfg: #e3dede;
  --todaycellbg: #ffff30;
  --weekendbg: #d0d0d0;
  --weeknumber: #dfc8c8;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


.main th,
.main th.weekend {
  background: #ffffff url( includes/gradient.php?base=ffffff&height=15 ) repeat-x;}
.main td {
  background: #ffffff url( includes/gradient.php?base=ffffff&height=100 ) repeat-x;}
.main td.weekend {
  background: #d0d0d0 url( includes/gradient.php?base=d0d0d0&height=100 ) repeat-x;}
.main td.hasevents {
  background: #f7f7ca url( includes/gradient.php?base=f7f7ca&height=100 ) repeat-x;}
.main td.othermonth {
  background: #ffffff url( includes/gradient.php?base=ffffff&height=100 ) repeat-x;}
.main td.today, #datesel td #today {
  background: #ffff30 url( includes/gradient.php?base=ffff30&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .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: #ffffff url( includes/gradient.php?base=ffffff&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: #ffffff url( includes/gradient.php?base=ffffff&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #ffffff url( includes/gradient.php?base=ffffff&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;
}

#combo .cat_ none { background-color: #383838; border: 1px outset #383838; color: #FFFFFF }
#month2 .cat_ none { color: #383838 }
