#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 200px;
  width: 200px;
  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: 16px;
	border: 1px solid #008ed2;
  /*width: 150px;*/
	border-collapse: collapse;
}

#CalendarControl th {
  /* The day initials*/
	font-weight: normal;
  color: #b92929;
	font-size: 1.5em;
	line-height: 1.5em;
	
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF;
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

/* The header and footer */
#CalendarControl .header {
	/* monthname etc.*/
  background-color: #008ed2;
	height: 50px;
}

#CalendarControl .weekday {
  background-color: #dddddd;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #FFCCFF;
  color: #000;
}


/*highlight around selected date*/
#CalendarControl .current {
  border: 1px solid #339;
  color: #FFFFFF;
  background-color: #B92929;  
  
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #FFF;
  width: 1.4em;
	font-size: 1.5em;
	height: 30px;
	padding: 0.5em 0.2em 0 0.2em;
}

/* The hovering effect while you select a day*/
#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #FFF;
  background-color: #008ed2;
  border: 1px solid #999;
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 2.8em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}


/*		
Title text
*/
#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;  
}


/*		
The 'empty; dates at the start/end of a month.
*/
#CalendarControl .empty {
  /*background-color: #cccccc; 
  border: 1px solid #FFF;*/
}
