#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 #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#CalendarControl th {
  font-weight:bold;
  font-size:small;
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color:White;
  padding: 1px;
}
#CalendarControl th a:hover{
  font-weight: normal;
  text-decoration: none;
  color:white;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}
/* #FAFDFE*/
#CalendarControl .weekday {
  background-color: #FAFDFE; 
  color:Black;
}
/* Change color for weekend */
#CalendarControl .weekend {
/*  background-color:#FFEFCF;*/
  background-color:#D95C00;
  color: #000;
}
/* Change color for Current Day */
#CalendarControl .current {
  border: 1px solid #339;
  background-color:#D0B775;
  color:White;
  font-weight:bold;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 2em;
}
/* Change hover color for Weekday, Weekend, Current Day */
#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color:White;
  font-weight:bold;
  background-color:#D0B775;
  border: 1px solid #000;
}
/* Change color for Header previous TD */
#CalendarControl .previous {
  text-align: left;
  color: Yellow;
  background-color:#D0B775;
}
/* Change color for Header Next TD */
#CalendarControl .next {
  text-align: right;
  color : Yellow;
  background-color:#D0B775;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size:larger;
  color:White;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: White;
  text-decoration: none;
  font-weight: bold;
  font-size:medium;
}
/* Change hover color for Header previous, next arrows  */
/*#CalendarControl .previous a:hover,
#CalendarControl .next a:hover {
  color:#9F8A63;
  text-decoration: none;
  font-weight: bold;
  font-size:larger;
}
/* Change color for Header title TD */
/*#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: White;
  background-color:#8B8B8B;
  font-size:larger;
}*/
#CalendarControl .title {
font-family:Tahoma,arial,verdana, times new roman; 
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding-left:10px;
	height:22px;
	background-color:#D0B775;
}
#CalendarControl .empty {
  background-color: #FAFDFE;
  border: 1px solid #FFF;
}

/* Change color for Header  */
#CalendarControl .header {
  background-color:#D0B775; 
  color:White;
}

