

/* ------------------------------------------- */
/*                  Calendar                   */
/* ------------------------------------------- */
.cpBorder {
   background-color: #EEE;
   font:Arial, Helvetica, sans-serif;
}
.cpBorder2 {
   background-color: #286F37 ;
   font:Arial, Helvetica, sans-serif;
}
.cpMonthNavigation{ /* Calendar Month */
background-color: #286F37 ;
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
color: #ffffff;
text-align:center
}
.cpDayColumnHeader{ /* Calendar Column Headers */
background-color: #DB7A19;
font-family: Arial,Helvetica;
font-size:12px;
color: #000;
text-align:center
}
.cpOtherMonthDate{ /* Calendar Date */
text-decoration: none;
font-family: Arial,Helvetica;
font-size:11px;
color: #CCC;
}
.cpOtherMonthDate a{ /* Calendar Date Links */
text-decoration: none;
font-family: Arial,Helvetica;
font-size:11px;
color: #999999   ;
}
/* ------------------------------------------- */
/*          Calendar Current Month             */
/* ------------------------------------------- */
a.cpCurrentMonthDate:link {
border: 1px solid #286F37;
background-color: #286F37 ;
text-decoration: none;
}
.cpCurrentMonthDate a{  
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
background-color: #DB7A19 ;
color: #000000;
}
.cpCurrentMonthDate a:hover {
border: 1px solid #FFF;
background-color: #DB7A19; 
text-decoration: none; 
} 
/* ----------------------------------------- */
/*          Selected Current Month             */
/* ------------------------------------------- */
a.cpCurrentDate:link {
border: 1px solid #FFF;
background-color: #DB7A19 ;
text-decoration: none;
}
.cpCurrentDate a{  
font-family: Arial,Helvetica;
font-size:11px;
font-weight:bold;
background-color: #333 ;
color: #000000;
}
.cpCurrentDate a:hover {
background-color: #DB7A19; 
text-decoration: none; 
} 
/* ----------------------------------------- */

.cpTodayText a{  /* Calendar Today Text Links */
background-color: #transparent;
font-family: Arial,Helvetica;
font-size:11px;
color: #3333CC ;
}
