#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
 
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
} 
#CalendarControl {
  position:absolute;
  background-color:blue;
  color:white ;
  font-weight: bold;
  margin:0;
  padding:0;
  display:none;
  z-index: 211; 
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #336;
  border-right: 1px solid #336;
 border-style:solid  ; border-color:White;border-width:thin;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: blue;
  color:#d4e3ff;

}

#CalendarControl .weekday {
  background-color: #ccffff;
  color: blue;
  font-weight:normal;
}

#CalendarControl .weekend {
  background-color:#ccffff;
  color: red;font-weight:normal; 
}

#CalendarControl .current {
  border: 1px solid #339;
  background-color: #fff;
  color: #090;
 

}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 0px solid #FFF;
  width: 2.3em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #090 ;
  background-color: #fff;
  border: 0px solid #999;
}

#CalendarControl .previous {
  text-align:  right;
}

#CalendarControl .next {
  text-align: left;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

#CalendarControl .empty {
  background-color: #ccffff;
  border: 0px solid #FFF;
}

