table.calendar {
    font-family: arial, verdana;
    font-size:  8pt;
    text-align: center;
}
table.calendar img {
    cursor: pointer;
}
table.calendar td {
    border-top: 1px dotted #000;
    border-right: 1px dotted #000;
    text-align:center;
    padding-left:5px;
    padding-right:3px;
    width:25px;
}
table.calendar th.head1,
table.calendar td.head1 {
    background: #ff6600;
    font-weight: bold;
    border-bottom: 1px solid #000;
    border-top: 0px;
    border-right: 0px;
    text-align: center;
    color: #fff;
}
table.calendar tr.head2 {
    font-weight: bold;
    background: #ffcc99;
}
table.calendar tr.head2 td {
    border-top: 0px;
}
table.calendar tr.head2 td.sun {
    border-right: 0px;
}
table.calendar td.active {
}
table.calendar td.activesun,
table.calendar td.activesat {
    color: #993300;
    font-weight: bold;
}
table.calendar td.activesun {
    border-right: 0px;
}
table.calendar td.activesat {
    border-left: 1px solid #bdbec1;
}
table.calendar td.todaysun,
table.calendar td.todaysat,
table.calendar td.today {
    background: #0066ff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
table.calendar td.todaysun {
    border-right: 0px;
}
table.calendar td.todaysat {
    border-left: 1px solid #bdbec1;
}
table.calendar td.emptysat,
table.calendar td.emptysun,
table.calendar td.empty {
    background: #ccc;
}
table.calendar td.emptysun {
    border-right: 0px;
}
table.calendar td.emptysat {
    border-left: 1px solid #bdbec1;
}
table.calendar td.currsat,
table.calendar td.currsun,
table.calendar td.curr {
    color:  #0033ff;
    text-decoration: underline;
    cursor: pointer;
}
table.calendar td.currsat,
table.calendar td.currsun {
    font-weight: bold;
}
table.calendar td.currsun {
    border-right: 0px;
}
table.calendar td.currsat {
    border-left: 1px solid #bdbec1;
}