/* CSS Document */
#dpCalendar {
  display: inline;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
/*  font-size: xx-small;*/
  font-size: 9px;

  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100px;
}
/* The table of the Calendar */
/* #9C1F00 */
#dpCalendar table {
  border: 1px solid black;
  background-color: #FFF6EC;
  color: red;
/*  font-size: xx-small;*/
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons  background-color: #ddddff;*/
#dpCalendar .cellButton {
   color: red;
}
/* The Month/Year title cell background-color: #ddddff; #CA0808*/
#dpCalendar .cellMonth {
   background-color: #AD0000;
   color: #FFFFFF;
  text-align: center;
}
#dpCalendar .cellMonth a{
  color: #FFFFFF;
 
}
#dpCalendar .cellMonth a:hover {
  
   color: #FFFFFF;
  
}
/* Any regular day of the month cell   background-color: #ddddff; */
#dpCalendar .cellDay {
 
  color: black;
  text-align: center;
  
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  border: 1px solid RED;
  background-color: #FFF6EC;
  color: #000000;
  text-align: center;
}
#dpCalendar .cellToday a{
  color: #000000;
 }
#dpCalendar .cellToday a:hover {
  
  color: #000000;
  
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button 
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: px solid black;
  text-align: center;
}
*/
#dpCalendar .cellCancel {
  color: Red;
   text-align: center;
  
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: black;
}  
.cal_icon
{
	cursor:pointer;
}