#tooltip {
    display:none;
    width:190px;
    font-size:11px;
    color:#fff;
    z-index:100;
}
#loader{background: url(../img_callendar/loader.gif) no-repeat 70%;text-indent:-999px;width:190px;height:110px;}
#tooltip div.top {height:20px}
#tipContent{width:209px;height:auto;background:url(../img_callendar/tooltip-content.png) repeat-y;}
#tipContent ul{list-style-type:none;}
#tipContent ul li{margin-left:5px;width:195px;height:20px;overflow:hidden;white-space:no-wrap;}
#tipContent a{color:#ffffff;}
#cal-event th{width:25px;height:25px;}
#cal-event .cs-day,#cal-event .no_active,#cal-event .day{text-align:center;}
#cal-event .today{border:1px solid #a9a9aa;}
#cal-event a, #cal-event a:hover{background:#FF6600;color:#ffffff;font-weight:bold;display:block;text-decoration:none;}
