#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
 /* z-index: 1001;*/
 z-index:99;
}

#CalendarControl {
  position:absolute;
  background-color:#939393;
  margin:0;
  padding:0;
  display:none;
  /*z-index: 1002;*/
  z-index:100;
  color:#136D37; 
  margin-left:-877px;
  margin-top:-225px;
  
}

/*Whole table Border*/
#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  width:30%;
}



#CalendarControl th {
  font-weight: normal;
  color:#2c2c2c;
  text-align:center;
}

.line{
color:#ffffff;
}

/*For clear & close*/
#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color:#FFFFFF;
 
}
#CalendarControl th a:hover{
  color:#FFFFFF!important;
}

#CalendarControl td {
  text-align: center;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
}

/*Header & Footer Color*/
#CalendarControl .header {
 background:url(../images/cal_bg.jpg) repeat-x;
}

/*For Different Date */
#CalendarControl .weekday {
  background-color: #8BD4F9;
  color: #333333!important;
}

#CalendarControl .weekend {
  background-color:#24309C;
  color: #ffffff;
}

#CalendarControl .current {
  border: 1px solid #484848;
  background-color:#FCF800;
  color: #000000!important;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  width: 2em;
}

/*For StrinkeTag About backward date*/
#CalendarControl .striketag {
  border: 1px solid #484848;
  background-color:#0072FB;
  color: #FFFFFF;
}

#CalendarControl .striketag {
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover
 {
  color:#333333;
  background-color:#FCF800;
  border: 1px solid #000066;
}
#CalendarControl a:hover{
	color:#333333!important;
}
#CalendarControl .current:hover {
   color:#333333!important;
  background-color: #FCF800;
  border: 1px solid #000066;
}



/*For Next & Previous << >>*/
#CalendarControl .previous {
  text-align: left;
  padding-left:5px;

}

#CalendarControl .next {
  text-align: right;
  vertical-align:bottom;
  padding-right:5px;
}

#CalendarControl .previous,
#CalendarControl .next {
   padding-top:3px;
  font-size: 1.4em;
 padding-bottom:5px; 
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/*For Title March 2008*/
#CalendarControl .title2 {
  text-align: center;
  font-weight: bold;
  color:#FFFFFF;
  font-size: 10px;
}

/*For Empty Cell not filled with any date*/
#CalendarControl .empty {
  background-color: #fff;
  border: 1px solid #fff;
}
