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

  --box-default-color: #888888;

  --bgcolor: #ffffff;
  --bgimage: https://obckeyport.com/CommunityCalendar/images/ClamShellImage-3Transparent.png;
  --bgrepeat: repeat fixed center;
  --captions: #b04040;
  --cellbg: #b5e9f2;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #ffff33;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #d0d0d0;
  --popupfg: #000000;
  --popupbg: #ffffff;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #ffffff;
  --thfg: #000000;
  --todaycellbg: #ffff33;
  --weekendbg: #ecc58e;
  --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: #ffffff url( includes/gradient.php?base=ffffff&height=200 ) repeat-x;}
.main th,
.main th.weekend {
  background: #ffffff url( includes/gradient.php?base=ffffff&height=15 ) repeat-x;}
.main td {
  background: #b5e9f2 url( includes/gradient.php?base=b5e9f2&height=100 ) repeat-x;}
.main td.weekend {
  background: #ecc58e url( includes/gradient.php?base=ecc58e&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: #ffff33 url( includes/gradient.php?base=ffff33&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: #b5e9f2 url( includes/gradient.php?base=b5e9f2&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #ecc58e url( includes/gradient.php?base=ecc58e&height=15 ) repeat-x;}
#login table,
#register table {
  background: #b5e9f2 url( includes/gradient.php?base=b5e9f2&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #b5e9f2 url( includes/gradient.php?base=b5e9f2&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: #006000; border: 1px outset #006000; color: #FFFFFF }
#month2 .cat_ none { color: #006000 }
