div#divCal {
  background-color: white;
  display: block;
  font-size: 1.2em;
  layer-background-color: white;
  position: absolute;
  visibility: hidden;
  width: 13em;
}
input#txtDate {
  background-color: #DDDDDD;
  border: solid 1px #7F9DB9; 
  height: 1.5em;
}

/* Calendar Styles */
div#divCal .C4KcpYearNavigation, div#divCal .C4KcpMonthNavigation {
  font-size: 7pt;
  width: 100%;
}
.C4KcpYearNavigation, .C4KcpMonthNavigation {
  background-color: #6677DD;
  color: #CCCCFF;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  vertical-align: center;
  white-space: nowrap;
}
.C4KcpDayColumnHeader, .C4KcpNavigation, .C4KcpYearNavigation, .C4KcpMonthNavigation, .C4KcpCurrentMonthDate,
.C4KcpCurrentMonthDateDisabled, .C4KcpOtherMonthDate, .C4KcpOtherMonthDateDisabled,
.C4KcpCurrentDate, .C4KcpCurrentDateDisabled, .C4KcpTodayText, .C4KcpTodayTextDisabled, 
.C4KcpText  {
  font-family: Verdana, Arial;
  font-size: 8pt;
}
TD.C4KcpDayColumnHeader {
  border-bottom: solid 1px #6677DD;
  color: #4653A4;
  font-weight: bold;
  text-align: right;
}
.C4KcpCurrentMonthDate, .C4KcpOtherMonthDate, .C4KcpCurrentDate {
  text-align: right;
  text-decoration: none;
}
.C4KcpCurrentMonthDateDisabled, .C4KcpOtherMonthDateDisabled, .C4KcpCurrentDateDisabled {
  color: #D0D0D0;
  text-align: right;
  text-decoration: line-through;
}
.C4KcpCurrentMonthDate {
  color: #6677DD;
  font-weight: bold;
}
.C4KcpCurrentDate {
  color:  #FFFFFF;
  font-weight: bold;
}
.C4KcpOtherMonthDate {
  color: #808080;
}
TD.C4KcpCurrentDate {
  background-color:  #6677DD;
  border: solid 1px #000000;
  color: #FFFFFF;
}
TD.C4KcpCurrentDateDisabled {
  border: solid 1px #FFAAAA;
}
TD.C4KcpTodayText, TD.C4KcpTodayTextDisabled {
border-top: solid 1px #6677DD;
}
A.C4KcpTodayText, SPAN.C4KcpTodayTextDisabled {
  height: 20px;
}
A.C4KcpTodayText {
  color: #4653A4;
  font-weight: bold;
}
SPAN.C4KcpTodayTextDisabled {
  color: #D0D0D0;
}
.C4KcpBorder {
  border: solid thin #4653A4;
}
