#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;
  
}

#CalendarControl .table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #9f5800;
  border-right: 1px solid #9f5800;
  border-top: 1px solid #9f5800;
  border-bottom: 1px solid #9f5800;
  
  
}

#CalendarControl th {
  color: #9f5800;
  font-size: 9pt;
  font-weight: bold;
  height: 2em;
  
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #9f5800;
  padding: 1px;
  
}

#CalendarControl td {


}

#CalendarControl .header {
  background-color: #f0f0f0;
}

#CalendarControl .weekday {
  background-color: #fff;
  color: #000;
  
}

#CalendarControl .weekend {
  background-color: #fff;
  color: #000;
}

#CalendarControl .current {
  border: 1px solid #9f5800;
  width: 0em;
  background-color: #9f5800;
  color: #fff;
  
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	width: 2em;
	height: 0em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #dbb78c;
  background-color: #fff;
 
}

#CalendarControl .previous {
  color: #9f5800;
  text-align: left;
}

#CalendarControl .next {
  color: #9f5800;
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  color: #9f5800;
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #9f5800;
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #9f5800;
}

#CalendarControl .empty {
  background-color: #fff;
  border: 1px solid #FFF;
}
