/* modificata per colorare di celestino il background del nome dei mesi */
.cpYearNavigation, .cpMonthNavigation { background-image:url(/images/calendar_bg.gif); text-align:center; text-decoration:none; color:#FFFFFF; font-weight:bold; }
.cpDayColumnHeader, .cpYearNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText { font-family:arial; font-size:11px; }
.cpMonthNavigation { font-family:arial; font-size:13px; text-align:center; }
TD.cpDayColumnHeader { text-align:right; border:solid thin #C0C0C0;border-width:0px 0px 1px 0px; }
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate  { text-align:right; text-decoration:none; }
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {color:#D0D0D0; text-align:right; text-decoration:line-through; }
.cpCurrentMonthDate, .cpCurrentDate { color:#000000; }
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, SPAN.cpTodayTextDisabled { height:20px; }
A.cpTodayText { color:black; }

/* ALTRI GIORNI DEL MESE CORRENTE */
TD.cpCurrentMonthDate:hover{ cursor: pointer; color:black; background-color:#FF9933; }

/************************************************************************************************/

/* GIORNI DI ALTRI MESI */
TD.cpOtherMonthDate:hover{ cursor: pointer; color:black; background-color:#FF9933; }
TD.cpOtherMonthDate { color:#003399; }

/* GIORNO SELEZIONATO */
TD.cpCurrentDate { color:#000000; background-color: #EAEAEA; border-width:1px; border:solid thin #CC0000;font-weight:bold; text-decoration:none; }
A.cpCurrentDate { text-decoration:none; }

/* GIORNO ODIERNO */
TD.cpCurrentMonthDateToday { font-family:arial; font-size:11px; color:red; font-weight:bold; text-align:right; cursor: pointer;}
TD.cpCurrentMonthDateToday:hover{ cursor: pointer; color:black; background-color:#FF9933; }
A.cpCurrentMonthDateToday { text-decoration:none; }

/* FRECCE DELLO SCROLL DEL MESE */
TD.cpScrollNavigation { text-align:center; background-image:url(/images/calendar_bg.gif);}
/*A.cpScrollNavigation { text-decoration:none; font-size:13px; color:#000000;}*/
/*TD.cpScrollNavigation A:link{ text-decoration:none; font-size:13px;}*/
/*
TD.cpScrollNavigation { color:#000000; font-weight:bold; font-size:13px; background-image:url(/images/calendar_bg.gif);}
TD.cpScrollNavigation:hover{ cursor: pointer;}
*/

.cpTodayTextDisabled { color:#D0D0D0; }
.cpBorder { border:solid thin #808080; }