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

  --box-default-color: #888888;

  --bgcolor: #CCFFCC;
  --bgimage: fn-bg-green.jpg;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #99FF99;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #006600;
  --haseventsbg: #66FF66;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #999933;
  --popupfg: #000000;
  --popupbg: #6699CC;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #669900;
  --thfg: #000000;
  --todaycellbg: #FFFF66;
  --weekendbg: #00CC99;
  --weeknumber: #FF6633;
}
#month #nextmonth {
  float: right;
}
#month #prevmonth {
  float: left;
}

#minicalendar table {
  width: 10em;
}


body {
  background-image: url( '<php echo $GLOBALS['BGIMAGE'];?>' );
  background-repeats: 'repeat fixed center' );
}
.popup {
  background: #6699CC url( includes/gradient.php?base=6699CC&height=200 ) repeat-x;}
.main th,
.main th.weekend {
  background: #669900 url( includes/gradient.php?base=669900&height=15 ) repeat-x;}
.main td {
  background: #99FF99 url( includes/gradient.php?base=99FF99&height=100 ) repeat-x;}
.main td.weekend {
  background: #00CC99 url( includes/gradient.php?base=00CC99&height=100 ) repeat-x;}
.main td.hasevents {
  background: #66FF66 url( includes/gradient.php?base=66FF66&height=100 ) repeat-x;}
.main td.othermonth {
  background: #999933 url( includes/gradient.php?base=999933&height=100 ) repeat-x;}
.main td.today, #datesel td #today {
  background: #FFFF66 url( includes/gradient.php?base=FFFF66&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #669900 url( includes/gradient.php?base=669900&height=50 ) repeat-x;}
.glance td,
.note {
  background: #99FF99 url( includes/gradient.php?base=99FF99&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #00CC99 url( includes/gradient.php?base=00CC99&height=15 ) repeat-x;}
#login table,
#register table {
  background: #99FF99 url( includes/gradient.php?base=99FF99&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #99FF99 url( includes/gradient.php?base=99FF99&height=150 ) repeat-x;}
#viewt td.entry {
  background: #669900 url( includes/gradient.php?base=669900&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

#combo .cat_ 3 { background-color: #006000; border: 1px outset #006000; color: #FFFFFF }
#month2 .cat_ 3 { color: #006000 }
#combo .cat_ 1 { background-color: #000000; border: 1px outset #000000; color: #FFFFFF }
#month2 .cat_ 1 { color: #000000 }
#combo .cat_ 7 { background-color: #000000; border: 1px outset #000000; color: #FFFFFF }
#month2 .cat_ 7 { color: #000000 }
#combo .cat_ 5 { background-color: #0040FF; border: 1px outset #0040FF; color: #FFFFFF }
#month2 .cat_ 5 { color: #0040FF }
#combo .cat_ 2 { background-color: #000000; border: 1px outset #000000; color: #FFFFFF }
#month2 .cat_ 2 { color: #000000 }
#combo .cat_ 4 { background-color: #009000; border: 1px outset #009000; color: #FFFFFF }
#month2 .cat_ 4 { color: #009000 }
#combo .cat_ 6 { background-color: #A00000; border: 1px outset #A00000; color: #FFFFFF }
#month2 .cat_ 6 { color: #A00000 }
#combo .cat_ none { background-color: #006000; border: 1px outset #006000; color: #FFFFFF }
#month2 .cat_ none { color: #006000 }
