#calendar { position: absolute; visibility: hidden; z-index: 50;
  left: 0; top: 0;
  background-color: #000000;
  border: 1px;
  border-style: ridge;
  width: 250px;
  font-size:12px;  
}

#calendar-months { position: absolute; visibility: hidden; z-index: 60;
  left: 0; top: 0;
  background-color: #414073;
  border: 1px;
  border-style: ridge;
}

a:link#calendar-months-open,
a:visited#calendar-months-open,
a:active#calendar-months-open { color: #ffffff;
  text-decoration: none;
}
a:hover#calendar-months-open { color: #ffffff;
  text-decoration: none;
  background-color: #9db97f;
}

.calendar-title         { background-color: #414073; color: #ffffff;
  font-weight: bold;
}
.calendar-week-label    { background-color: #cdcab4; color: #333333; height:25px;
  text-align: center;
  width: 12.5%;
}
.calendar-week-num      { background-color: #cdcab4; color: #666666; height:25px;width: 12.5%;text-align: center; }
.calendar-day-label     { background-color: #cdcab4; color: #333333;
  width: 12.5%; text-align: center;
}
.calendar-day-num       { background-color: #e6e2de; color: #0000cc;text-align: center; }
.calendar-day-next      { background-color: #dedacd; color: #bbbbff;text-align: center; }
.calendar-day-selected  { background-color: #414073; color: #eeeeee;text-align: center; }
.calendar-day-today     { background-color: #e6e2de; color: #414073;text-align: center;
  font-weight: bold;
}

a.calendar-day-num:link,
a.calendar-day-num:visited,
a.calendar-day-num:active {
  background-color: #e6e2de; color: #414073;
  text-decoration: none;
}

a.calendar-day-next:link,
a.calendar-day-next:visited,
a.calendar-day-next:active {
  background-color: #dedacd; color: #515083;
  text-decoration: none;
}

a.calendar-day-selected:link,
a.calendar-day-selected:visited,
a.calendar-day-selected:active {
  background-color: #414073; color: #eeeeee;
  text-decoration: none;
}

a.calendar-day-today:link,
a.calendar-day-today:visited,
a.calendar-day-today:active {
  background-color: #e6e2de; color: #414073;
  text-decoration: none;
  font-weight: bold;
}

a.calendar-day-num:hover { color: #ffffff; font-weight: bold; }
a.calendar-day-next:hover { color: #ffffff; font-weight: bold; }
a.calendar-day-selected:hover { color: #ffffff; font-weight: bold; }

a.calendar-navigate:link,
a.calendar-navigate:visited,
a.calendar-navigate:active { color: #ffffff;
  text-decoration: none;
  border: 1px;
  border-style: outset;
}
a.calendar-navigate:hover { color: #ffffff;
  background-color: #9db97f;
  text-decoration: none;
  border: 1px;
  border-style: outset;
}

a.calendar-navigate-months:link,
a.calendar-navigate-months:visited,
a.calendar-navigate-months:active { color:#cccccc;
  text-decoration: none;
}
a.calendar-navigate-months:hover { color: #ffffff;
  text-decoration: none;
}
