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

#Calendar {
  position:absolute;
  background-color:#FFF;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

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

#Calendar th {
  font-weight: normal;
}

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

#Calendar td {
  text-align: center;
}

#Calendar .header {
  background-color: #c72b38;
}

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

#Calendar .weekend {
  background-color: #871922;
  color: #FFF;
}

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

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

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

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

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

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

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

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

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

