#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 500px;
  width: 350px;
  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: 11px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}

#CalendarControl th {
  font-weight: normal;
}

#CalendarControl th a {
  font-weight:bold;
  text-decoration: none;
  color: #FFF;
  /*padding: 1px;*/
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #C0C0C0;
}

#CalendarControl .weekday {
  background-color: #EEEEEE;
  color: #000;
}

#CalendarControl .weekend {
  background-color: #DCDCDC;
  color: #000;
}

#CalendarControl .current {
  /*border: 1px solid #339;*/
  background-color: #95A9CA;
  background-color: #C0C0C0;
  color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  /*border: 1px solid #FFF;*/
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover
{	
  color: #FFF;
  background-color:#C0C0C0;
  /* 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: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.0em;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  background-color:Transparent;
  /*
  
  color:#FFF;
  background-color:#C0C0C0;*/
}

#CalendarControl .empty {
   background-color: #EEEEEE;
  border: 1px solid #FFF;
}
.irDBcalendar
{
	font-size: 10px;
	font-family: Arial;	
	font-weight: bold;
	padding-right: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 1px;	
	cursor:hand;
	width:100px;
	height: 18px;
}
