#dpCalendar1,#dpCalendar2,#dpCalendar3,#dpCalendar4,#dpCalendar5 {
  display: none;          /* Important, do not change */
  position: absolute;  
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
  top:0;
  z-index:127;
  border:4px solid #D0E9ED;
}
/* The table of the Calendar */
#dpCalendar1 table,#dpCalendar2 table,#dpCalendar3 table,#dpCalendar4 table,#dpCalendar5 table {      
  padding:4px;
  border: 1px solid #5DA4C7;
  background-color: white;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
#dpCalendar1 table td,#dpCalendar2 table td,#dpCalendar3 table td,#dpCalendar4 table td,#dpCalendar5 table td {
	padding:2px;
}     
/* The Next/Previous buttons */
#dpCalendar1 .cellButton,#dpCalendar2 .cellButton,#dpCalendar3 .cellButton,#dpCalendar4 .cellButton,#dpCalendar5 .cellButton {
  background-color: #5DA4C7;
  color: black;
}
#dpCalendar1 .cellButton a,#dpCalendar2 .cellButton a,#dpCalendar3 .cellButton a,#dpCalendar4 .cellButton a,#dpCalendar5 .cellButton a {
	color:white;
}
/* The Month/Year title cell */
#dpCalendar1 .cellMonth,#dpCalendar2 .cellMonth,#dpCalendar3 .cellMonth,#dpCalendar4 .cellMonth,#dpCalendar5 .cellMonth {
  background-color: #5DA4C7;
  color: white;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar1 .cellDay,#dpCalendar2 .cellDay,#dpCalendar3 .cellDay,#dpCalendar4 .cellDay,#dpCalendar5 .cellDay {
  background-color:#D0E9ED;
  color: #5DA4C7;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar1 .cellSelected,#dpCalendar2 .cellSelected,#dpCalendar3 .cellSelected,#dpCalendar4 .cellSelected,#dpCalendar5 .cellSelected {
  border: 1px solid red;
  background-color: #5DA4C7;
  color: white;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar1 .cellToday,#dpCalendar2 .cellToday,#dpCalendar3 .cellToday,#dpCalendar4 .cellToday,#dpCalendar5 .cellToday {
  background-color: #5DA4C7;
  color: white;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar1 .unused,#dpCalendar2 .unused,#dpCalendar3 .unused,#dpCalendar4 .unused,#dpCalendar5 .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar1 .cellCancel,#dpCalendar2 .cellCancel,#dpCalendar3 .cellCancel,#dpCalendar4 .cellCancel,#dpCalendar5 .cellCancel {
  background-color: #CB040C;
  color: white;
  text-align: center;
}
#dpCalendar1 .cellCancel a,#dpCalendar2 .cellCancel a,#dpCalendar3 .cellCancel a,#dpCalendar4 .cellCancel a,#dpCalendar5 .cellCancel a {
	color:white;
}
/* The clickable text inside the calendar */
#dpCalendar1 a,#dpCalendar2 a,#dpCalendar3 a,#dpCalendar4 a,#dpCalendar5 a {
  text-decoration: none;
  background-color: transparent;
  color: #5DA4C7;
}  