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

  --box-default-color: #888888;

  --bgcolor: #e7650d;
  --bgimage: /images/logo-orng-prpl-bkgd.png;
  --bgrepeat: repeat fixed center;
  --captions: #b04040;
  --cellbg: #f78e2b;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #2efffc;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #d0d0d0;
  --popupfg: #ffffff;
  --popupbg: #48075a;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #000000;
  --thfg: #ffffff;
  --todaycellbg: #66e5ae;
  --weekendbg: #e66b19;
  --weeknumber: #f06030;
}
#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: #48075a url( includes/gradient.php?base=48075a&height=200 ) repeat-x;}
.main th,
.main th.weekend {
  background: #000000 url( includes/gradient.php?base=000000&height=15 ) repeat-x;}
.main td {
  background: #f78e2b url( includes/gradient.php?base=f78e2b&height=100 ) repeat-x;}
.main td.weekend {
  background: #e66b19 url( includes/gradient.php?base=e66b19&height=100 ) repeat-x;}
.main td.hasevents {
  background: #2efffc url( includes/gradient.php?base=2efffc&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: #66e5ae url( includes/gradient.php?base=66e5ae&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #000000 url( includes/gradient.php?base=000000&height=50 ) repeat-x;}
.glance td,
.note {
  background: #f78e2b url( includes/gradient.php?base=f78e2b&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #e66b19 url( includes/gradient.php?base=e66b19&height=15 ) repeat-x;}
#login table,
#register table {
  background: #f78e2b url( includes/gradient.php?base=f78e2b&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #f78e2b url( includes/gradient.php?base=f78e2b&height=150 ) repeat-x;}
#viewt td.entry {
  background: #000000 url( includes/gradient.php?base=000000&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

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