#clndr table {
        border-collapse: separate;
        border: 1px solid #9DABCE;
        border-width: 0px 0px 1px 1px;
        margin: 10px auto;
        font-size: 12px;
}
#clndr td, th {
        width: 29px;
        height: 29px;
        text-align: center;
        vertical-align: middle;
        background: url(/css/ical/cells.png);
        color: #444;
        position: relative;
        cursor: default;
}
#clndr th {
        height: 30px;
        font-weight: bold;
        font-size: 14px;
}
#clndr td:hover, th:hover {
        background-position: 0px -30px;
        color: #222;
}
#clndr td.date_has_event {
        background-position: 60px 0px;
        color: white;
        cursor: help;
}
#clndr td.date_has_event:hover {
        background-position: 60px -30px;
}
#clndr td.padding {
        background: url(/css/ical/calpad.jpg);
}
#clndr td.today {
        background-position: 30px 0px;
        color: white;
}
#clndr td.today:hover {
        background-position: 30px -30px;
}
#clndr .events {
        position: relative;
        top: 23px;
}
#clndr .events ul {
        text-align: left;
        position: absolute;
        margin-left: 50px;
        display: none;
        z-index: 1000;
        padding: 15px;
        background: #E7ECF2 url(/css/ical/popup.png) no-repeat top left;
        color: white;
        border: 1px solid white;
        font-size: 15px;
        width: 200px;
        height: 140px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        -border-radius: 3px;
        list-style: none;
        color: #444444;
        -webkit-box-shadow: 0px 8px 8px #333;
}
#clndr .events li {
        padding-bottom: 5px;
        background: url();
}
#clndr .events li:hover {
        background: url();
}
#clndr .events li span {
        display: block;
        font-size: 12px;
        color: #555;
}
#clndr .events li span.title {
        font-weight: bold;
        color: #222;
}

#clndr .events li span.titleall{
        text-align: right;
        width: 200px;
        padding: 10px;
}
#clndr .events li span.titleall a {
        font-weight: bold;
        color: #c24400;
        text-align: right;
        font-style: italic;
        text-decoration: underline;
}

#clndr .events a {
        font-weight: bold;
        color: #206c87;
        text-align: right;
        width: 200px;
        padding: 0px;
}
