/* ----------------- Calendar styles ----------------- */
#caldiv {
   border: #b7b7b7 1px solid;
   z-index: 100;
   background: #fff;
   visibility: hidden;
   position: absolute;
}

#caldiv td {
   border: #ebebeb 1px solid;
   font-weight: bold;
   text-align: center;
   font-size: x-small;
}
#caldiv a {
   color: #404490;
}
.cpMonthNavigation {
   background:#1A75CF;
   text-transform: uppercase;
   color:white;
   font-weight:bold;
}
.cpCurrentDateDisabled {
   border: #ffaaaa thin solid;
}

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled {
   color:gray;
   text-decoration:line-through;
   font-weight:normal;
}
.cpDayColumnHeader {
   background:#1A75CF;
   color: #fff;
}
.cpWeekendColumnHeader {
   background:#1A75CF;
   color: #fff;
}
.cpWeekendColumnHeader {
   background: #b3c3e3;
}
#caldiv TD.cpCurrentDate {
   /*border-color: #e7eff7;
   background: #e7eff7;*/
   text-decoration: none;
}
#caldiv TD.cpCurrentMonthDate {
   /*border-color: #e7eff7;
   background: #e7eff7;*/
   text-decoration: none;
}
#caldiv A.cpCurrentDate {
   /*border-color: #e7eff7;
   background: #e7eff7;*/
   text-decoration: none;
}
#caldiv A.cpCurrentMonthDate {
   /*border-color: #e7eff7;
   background: #e7eff7;*/
   text-decoration: none;
}
#caldiv A.cpCurrentMonthDate:hover {
   /*background: #ffffff;*/
}
#caldiv A.cpCurrentDate:hover {
   /*background: #ffffff;*/
}
#caldiv TD.cpCurrentDate {
   border-color: #000076;
}
#caldiv TD.cpUnavailDate {
   border: #ebebeb 1px solid;
   padding: 2px 2px 2px 2px;
   background: #fff;
   color: #808080;
}
TD.cpCurrentMonthDate {
   padding: 0px;
}
TD.cpCurrentDate {
   padding: 0px;
}
A.cpCurrentMonthDate {
   padding: 3px;
   display: block;
}
A.cpCurrentDate {
   padding: 3px;
   display: block;
}
TD.cpMonthNavigation {
   padding: 0px;
}
A.cpMonthNavigation {
   padding: 3px;
   display: block;
   color:white !important;
}