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

  --box-default-color: #888888;

  --bgcolor: #f0f8ff;
  --bgimage: http://www.seeleute.de/x_images/seeleute/htrgrdbl.jpg;
  --bgrepeat: repeat fixed center;
  --captions: #B04040;
  --cellbg: #dff0ff;
  --fonts: Arial, Helvetica, sans-serif;
  --h2color: #000000;
  --haseventsbg: #f9d18b;
  --minicalfont: 11px;
  --minicalwidth: 160px;
  --myevents: #006000;
  --othermonthbg: #dedede;
  --popupfg: #ff0000;
  --popupbg: #dff0ff;
  --tablebg: #000000;
  --textcolor: #000000;
  --thbg: #c5e4ff;
  --thfg: #000000;
  --todaycellbg: #ffffc0;
  --weekendbg: #c5e4ff;
  --weeknumber: #0000ff;
}
#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: #dff0ff url( includes/gradient.php?base=dff0ff&height=200 ) repeat-x;}
.main th,
.main th.weekend {
  background: #c5e4ff url( includes/gradient.php?base=c5e4ff&height=15 ) repeat-x;}
.main td {
  background: #dff0ff url( includes/gradient.php?base=dff0ff&height=100 ) repeat-x;}
.main td.weekend {
  background: #c5e4ff url( includes/gradient.php?base=c5e4ff&height=100 ) repeat-x;}
.main td.hasevents {
  background: #f9d18b url( includes/gradient.php?base=f9d18b&height=100 ) repeat-x;}
.main td.othermonth {
  background: #dedede url( includes/gradient.php?base=dedede&height=100 ) repeat-x;}
.main td.today, #datesel td #today {
  background: #ffffc0 url( includes/gradient.php?base=ffffc0&height=100 ) repeat-x;}
#admin .main td.weekcell,
#monthx .main td.weekcell,
#pref .main td.weekcell,
#viewl .main td.weekcell {
  background: #c5e4ff url( includes/gradient.php?base=c5e4ff&height=50 ) repeat-x;}
.glance td,
.note {
  background: #dff0ff url( includes/gradient.php?base=dff0ff&height=50 ) repeat-x;}
#viewt .main th.weekend {
  background: #c5e4ff url( includes/gradient.php?base=c5e4ff&height=15 ) repeat-x;}
#login table,
#register table {
  background: #dff0ff url( includes/gradient.php?base=dff0ff&height=200 ) repeat-x;}
#securityAuditNotes {
  background: #dff0ff url( includes/gradient.php?base=dff0ff&height=150 ) repeat-x;}
#viewt td.entry {
  background: #c5e4ff url( includes/gradient.php?base=c5e4ff&height=10 ) repeat-x;}
#minicalendar th,
#minicalendar td {
  font-size: 0.6875em;
}

#combo .cat_ 2 { background-color: #F96807; border: 1px outset #F96807; color: #FFFFFF }
#month2 .cat_ 2 { color: #F96807 }
#combo .cat_ 5 { background-color: #c00000; border: 1px outset #c00000; color: #FFFFFF }
#month2 .cat_ 5 { color: #c00000 }
#combo .cat_ 3 { background-color: #0000C0; border: 1px outset #0000C0; color: #FFFFFF }
#month2 .cat_ 3 { color: #0000C0 }
#combo .cat_ 4 { background-color: #000000; border: 1px outset #000000; color: #FFFFFF }
#month2 .cat_ 4 { color: #000000 }
#combo .cat_ 1 { background-color: #0000C0; border: 1px outset #0000C0; color: #FFFFFF }
#month2 .cat_ 1 { color: #0000C0 }
#combo .cat_ none { background-color: #006000; border: 1px outset #006000; color: #FFFFFF }
#month2 .cat_ none { color: #006000 }
