/* CALENDAR */

#catbox {
    position: relative;
    background: #fff;
    height: 29px;
    padding: 0 0 0 6px;
    font-weight: bold;
    font-size: 11px;
    color: #77787b;
}

#catbox a:link, #catbox a:active, #catbox a:visited {
    padding: 0 6px 0 0;
    text-decoration: none;
    line-height: 29px;
}
#catbox a:hover,
#catbox a.active:link, #catbox a.active:active, #catbox a.active:visited {
    color: #dd4021;
}