
table.calendar {
    border-left: 1px solid #0072C6;
}
tr.calendar-row {
}
td.calendar-day {
    font-size: 11px;
    height: 80px;
    min-height: 80px;
}
* html div.calendar-day {
    height: 80px;
}
td.calendar-day:hover {
    background: none repeat scroll 0 0 #ECEFF5;
}
td.calendar-day-np {
    background: none repeat scroll 0 0 #EEEEEE;
    height: 80px;
    min-height: 80px;
}
* html div.calendar-day-np {
    height: 80px;
}
td.calendar-day-head {
    background: none repeat scroll 0 0 #0072C6;
    border-bottom: 1px solid #0072C6;
    border-right: 1px solid #0072C6;
    border-top: 1px solid #0072C6;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 80px;
}
div.day-number {
    background: none repeat scroll 0 0 #0072C6;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
   
    padding: 5px;
    text-align: center;
    width: 20px;
}
td.calendar-day, td.calendar-day-np {
    border-bottom: 1px solid #0072C6;
    border-right: 1px solid #0072C6;
    padding: 5px;
    width: 80px;
}
td.calendar-day {
    cursor: pointer;
    height: 80px;
}
