/*************************************************************************************************
 * www.lomitko.com (c) Nicolas Caris - le 15.10.2002
 * PERMET DE MODIFIER LA PRESENTATION DU CALENDRIER
 *************************************************************************************************/


/* liens du calendrier */
a.calendar:link, a.calendar:visited, a.calendar:active {font-size: 8pt; text-decoration: none; color: #000000;}
a.calendar:hover {text-decoration: underline;}
a.calendarNav:link, a.calendarNav:visited, a.calendarNav:active {font-size: 10pt; text-decoration: none; color: #000000;}
a.calendarNav:hover {text-decoration: none;}

div.calendarBox {font-family: Arial, Helvetica, sans-serif; background-color: #EEEEEE; border: solid 1px black;}
table.calendar {empty-cells: show;}
td.calendarTitle {font-size: 8pt; text-align: center; font-weight: normal; height: 20px;}
td.calendarNav {text-align: center;}
td.calendarWeekDay {font-size: 8pt; text-align: center; background-color: #CCCCDD; width: 18px; height: 20px;}
td.calendarDay {font-size: 8pt; text-align: center; text-decoration: none; width: 18px; height: 20px;}
td.calendarToday {font-size: 8pt; font-weight: bold; text-align: center; background-color: #CCCCDD; width: 18px; height: 20px;}
td.calendarSelectedDate {font-size: 8pt; font-weight: bold; text-align: center; width: 18px; height: 20px; border: solid 1px #FF0000;}
td.calendarCancel {font-size: 8pt; text-align: center; text-decoration: none; height: 20px;}