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

  --box-default-color: #888888;

  --bgcolor: #ffffff;
  --bgimage: ;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #d5e0f5;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #FFFF33;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #D0D0D0;
  --popupfg: #000000;
  --popupbg: #B8CBEC;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #B8CBEC;
  --thfg: #000000;
  --todaycellbg: #b8cbec;
  --weekendbg: #a0cbec;
  --weeknumber: #FF6633;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


.main th,
.main th.weekend {
  background: #B8CBEC url( includes/gradient.php?base=B8CBEC&height=15 ) repeat-x;}
.main td {
  background: #d5e0f5 url( includes/gradient.php?base=d5e0f5&height=100 ) repeat-x;}
.main td.weekend {
  background: #a0cbec url( includes/gradient.php?base=a0cbec&height=100 ) repeat-x;}
.main td.hasevents {
  background: #FFFF33 url( includes/gradient.php?base=FFFF33&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: #b8cbec url( includes/gradient.php?base=b8cbec&height=100 ) repeat-x;}
#admin .main td.weekcell,
#month .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #B8CBEC url( includes/gradient.php?base=B8CBEC&height=50 ) repeat-x;}
.glance td,
.note {
  background: #d5e0f5 url( includes/gradient.php?base=d5e0f5&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #a0cbec url( includes/gradient.php?base=a0cbec&height=15 ) repeat-x;}
#login table,
#register table {
  background: #d5e0f5 url( includes/gradient.php?base=d5e0f5&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #d5e0f5 url( includes/gradient.php?base=d5e0f5&height=150 ) repeat-x;}
#viewt td.entry {
  background: #B8CBEC url( includes/gradient.php?base=B8CBEC&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

