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

#CalendarControl {
  position:absolute;
  background-color:#dddddd;
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
  color:#136D37;
 
}

/*Whole table Border*/
#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  /*border-left: 1px solid #F2C54E;
  border-right: 1px solid #F2C54E;
  border-top: 1px solid #F2C54E;
  border-bottom: 1px solid #F2C54E;*/
}

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

.line{
color:#ffffff;
}

/*For clear & close*/
#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  padding: 1px;
}

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

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

/*For Different Date */
#CalendarControl .weekday {
  background-color: #cccccc;
  color: #000000;
}

#CalendarControl .weekend {
 /* background-color: #99CCFF;*/
  background-color:#FF7171;
  color: #ffffff;
}

#CalendarControl .current {
  border: 1px solid #fff;
  background-color: #EA0606;
  color: #fff;
}

#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 #fff;
  background-color: #B5B5B5;
  color: #000000;
}

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

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #fff;
  background-color: #EA0606;
  border: 1px solid #fff;
}

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

#CalendarControl .next {
  text-align: right;
}

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

#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: #fff;
}

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

