/* calendar CSS */
 
table.calendar {width: auto; border: 1px solid #cccccc; border-collapse: collapse; margin:5px 0; padding: 0px; }
table.calendar th {background-color: #ffcc00; text-transform: none; color: #444444; padding: 4px; text-align: center; border: 1px solid #eeeeee;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 15px; border-bottom: 1px solid #cccccc;}
table.calendar td.cell-today {background-color: #e2e8f6;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #F2F2F2;}
table.calendar td.cell-events {background-color:#FEF74E; }
table.calendar td {border: 1px solid #cccccc; text-align:center; padding:4px 0; }
 
table.calendar td div.cell-number {text-align: right; font-size: 11px; color: #444444; display: block;}
table.calendar td div {display: block; font-size: 10px; text-align: left;}
table.calendar thead th {border: 1px solid #cccccc;}

table.calendar td a { font-size:11px; }
