#navigator {
    height: 24px;
    background: rgba(0,0,0,0.3);
}
#header{
    padding-bottom:0;
    background:transparent;
}
/*body{
   background: aliceblue  url(https://www.cnblogs.com/images/cnblogs_com/lmxHome/1446617/o_1.145.jpg) no-repeat top center;
   background-size: cover;
}*/
.CalTitle {
    background: rgba(255,255,255,0.5);
    height: 25px;
    margin-bottom: 8px;
}
.CalNextPrev a:link{
    background-color: transparent;
}
.CalWeekendDay {
    background: rgba(255,255,255,0.3);
}
.CalDayHeader {
    line-height: 26px;
}
.CalTodayDay {
    background-size: 60%;
}