.cpTable { width: 100%; }
.cpTable table { width: 100%; }

/* DEFAULT TO BE CHANGED */
.cpYearNavigation, .cpMonthNavigation { background-color:#F1F1F1; vertical-align:middle; text-decoration:none; color:#000000; font-weight:bold; width:100px; }
.cpYearNavigation { text-align: right; }

.cpDayColumnHeader,
.cpYearNavigation,
.cpMonthNavigation,
.cpCurrentMonthDate,
.cpCurrentMonthDateDisabled,
.cpOtherMonthDate,
.cpOtherMonthDateDisabled,
.cpCurrentDate,
.cpCurrentDateDisabled,
.cpTodayText,
.cpTodayTextDisabled,
.cpText { font-family:arial; font-size:12px; }

.cpDayColumnHeader { color:#000000; }
td.cpDayColumnHeader { text-align:center; border:solid thin #1E4280; border-width:0px 0px 1px 0px; }

.cpCurrentMonthDate,
.cpOtherMonthDate,
.cpCurrentDate  { color:black; height: 24px; text-align: center; text-decoration:none; }

.cpCurrentMonthDateDisabled,
.cpOtherMonthDateDisabled,
.cpCurrentDateDisabled { color:black; text-align:right; color: #999; }

.cpCurrentMonthDate,
.cpCurrentDate { color:black; }

a.cpCurrentMonthDate { color: #007DC9; }
a.cpCurrentMonthDate:hover { text-decoration: underline; }

.cpOtherMonthDate { color:#808080; }
td.cpCurrentDate { color:black; background-color:#F1F1F1; font-weight:bold; border-width:1px; border:solid thin #1E4280; }
td.cpCurrentDateDisabled { border-width:1px; border:solid thin #FFAAAA; }

td.cpTodayText,
td.cpTodayTextDisabled { border:solid thin #C0C0C0; border-width:1px 0px 0px 0px; }

a.cpTodayText, a.cpTodayText { color:#000000; text-decoration:none; }
.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #b79579; }