.calTable {
 background-color:#ffffff;
 text-align:center;
 font-size:9pt;
}
.calTr1 {
 background-color:#ffffff;
 height:22px;
}
.calTdPrev, .calTdPrev a, .calTdNext, .calTdNext a {
 text-decoration:none;
 color:#000000;
 font-size:7pt;
}
.calTdHeader {
 font-weight:normal;
}
.calTr2 {
 height:22px;
}
.calDayNames {
 background-color:#4DB3D0;
 color:#ffffff;
 width:26px;
}
.calTrDays {
 height:22px;
}
.calTdDaysPast, .calTdDaysPast a {
 background-color:#efefef;
 text-decoration:none;
 color:#888888;
}
.calTdDaysPresent, .calTdDaysPresent a {
 background-color:#658e81;
 text-decoration:none;
 color:#ffffff;
}
.calTdDaysFuture, .calTdDaysFuture a {
 background-color:#efefef;
 text-decoration:none;
 color:#000000;
}
.calTdDaysEmpty {
 background-color:#cccccc;
}