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

  --box-default-color: #888888;

  --bgcolor: #a9d7f0;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #a9d7f0;
  --fonts: Times New Roman, Times, serif;
  --h2color: #000000;
  --haseventsbg: #f6ff5f;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #004a00;
  --othermonthbg: #b04040;
  --popupfg: #000000;
  --popupbg: #f6ff5f;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #a9d7f0;
  --thfg: #000000;
  --todaycellbg: #64b8e4;
  --weekendbg: #94ceec;
  --weeknumber: #b04040;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}

#dateselector form {
  border-top: 0.0625em solid #000000;
}

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

#combo .cat_ 1 { background-color: #2030fe; border: 1px outset #2030fe; color: #FFFFFF }
#month2 .cat_ 1 { color: #2030fe }
#combo .cat_ 2 { background-color: #b80000; border: 1px outset #b80000; color: #FFFFFF }
#month2 .cat_ 2 { color: #b80000 }
#combo .cat_ 3 { background-color: #15b200; border: 1px outset #15b200; color: #FFFFFF }
#month2 .cat_ 3 { color: #15b200 }
#combo .cat_ none { background-color: #004a00; border: 1px outset #004a00; color: #FFFFFF }
#month2 .cat_ none { color: #004a00 }
