#StaticCalendarIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#StaticCalendar {
  background-color:#FFF;
  margin:0;
  padding:0;
  z-index: 100;
}

#StaticCalendar table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
}

#StaticCalendar th {
  font-weight: normal;
}

#StaticCalendar th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#StaticCalendar td {
  text-align: center;
}

#StaticCalendar .header {
  background-color: #336;
}

#StaticCalendar .weekday {
  background-color: #DDD;
  color: #000;
}

#StaticCalendar .weekend {
  background-color: #FFC;
  color: #000;
}

#StaticCalendar .current {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
}

#StaticCalendar .weekday,
#StaticCalendar .weekend,
#StaticCalendar .current {
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

#StaticCalendar .empty_link {
	color: #000000;
	text-decoration: none;
	width: 2em;
}
#StaticCalendar .empty_link:hover {
	color: #FFF;
	background-color: #336;
}

#StaticCalendar .weekday:hover,
#StaticCalendar .weekend:hover,
#StaticCalendar .current:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
}

#StaticCalendar .previous {
  text-align: left;
}

#StaticCalendar .next {
  text-align: right;
}

#StaticCalendar .previous,
#StaticCalendar .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#StaticCalendar .previous a,
#StaticCalendar .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#StaticCalendar .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#StaticCalendar .empty {
  background-color: #CCC;
  border: 1px solid #FFF;
}
