#cal-table
{
    text-align: center;
    vertical-align: middle;
}

#cal-table tr
{
    height: 15px;
}

#cal-table td.weekday
{
    color: #FF6;
    font-weight:bold;
    width: 14%;
}

#cal-table td.pn-month
{
    color: #666;
}

#cal-table td.pn-month a:link, #cal-table td.pn-month a:visited,
#cal-table td.pn-month a:hover, #cal-table td.pn-month a:active
{
    color: #666;
    font-weight: bold;
    text-decoration: underline;
}

#cal-table td.cur-month
{
    color: #FFF;
}

#cal-table td.cur-month a:link, #cal-table td.cur-month a:visited,
#cal-table td.cur-month a:hover, #cal-table td.cur-month a:active
{
    color: #FC0;
    font-weight: bold;
    text-decoration: underline;
}
