#CalendarControlIFrame{
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 160px;
  width: 200px;
  z-index: 99;
}
#CalendarControl {
  position:absolute;
  background-color:#988574;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
   font-family: Trebuchet MS;
  font-size: 11px;
  color:#3D3B3A;
  
}

#CalendarControl table {
  font-family: Trebuchet MS;
  font-weight:bold;
  font-size: 11px;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  color:#3D3B3A;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight: normal;
   text-decoration: none;
  color: #000;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #988574;
  color:#3D3B3A;
}

#CalendarControl .weekday {
  background-color: #B4A28C;
  color:#3D3B3A;
}

#CalendarControl .weekend {
 background-color: #978674;
  color:#3D3B3A;
}

#CalendarControl .current {
  background-color: #C8B29B;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  width: 2em;
}


#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #3D3B3A;
  background-color: #C8B29B;
  
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
 padding: 1px 3px 1px 3px;
  font-family: Verdana;
  font-weight:bold;
  font-size: 11px;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #f4f4f4;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
   text-align: center;
  font-weight: bold;
  color: #3D3B3A;
}

#CalendarControl .empty {
 background-color: #B4A28C;
  color:#3D3B3A;
  
}
