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

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

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

td.CCday {
  text-align: center;
  font-size: 8pt;
}

th.mday {
  text-align: center;
  font-size: 8pt;
  background-color: #FFF;
  color: #000;
  font-weight: normal;
}

th.CC {
  font-weight: normal;
}

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

tr.CC {
  text-align: center;
}

.CCheader {
  background-color: #336;
}

a.CCweekday {
  background-color: #DDD;
  color: #000;
}

a.CCweekend {
  background-color: #FFC;
  color: #000;
  text-decoration: none;
}

a.CCcurrent {
  border: 1px solid #339;
  background-color: #336;
  color: #FFF;
  text-decoration: none;
}

a.CCweekday,
a.CCweekend,
a.CCcurrent {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}

a.CCweekday:hover,
a.CCweekend:hover,
a.CCcurrent:hover {
  color: #FFF;
  background-color: #336;
  border: 1px solid #999;
  text-decoration: none;
}

.CCprevious {
  text-align: left;
}

.CCnext {
  text-align: right;
}

.CCprevious,
.CCnext {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
  background-color: #336;
}

.CCclose {
  text-align:center;
  font-size: 0.9em;
  background-color: #336;
  color: #FFF;
  font-weight: normal;
}

.CCclose a {
  color: #FFF;
  text-decoration: none;
}

.CCclose a:hover {
  color: #ff0000;
  text-decoration: none;
}

.CCprevious a,
.CCnext a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.CCprevious a:hover,
.CCnext a:hover {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
} 

td.CCtitle {
  font-size: 1.1em;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  background-color: #336;
}

td.CCempty {
  background-color: #BBB;
  border: 1px solid #FFF;
}
