.jCalendar table th, .jCalendar table td {
    text-align: center;
    vertical-align: middle;
    padding:3px;
    font-size: 12px;
    font-weight: bold;
}

.jCalendar table th {

    font-size: 12px;
    font-weight: bold;
}

.jCalendar table th a {
    color: #000000;
    font-weight: bold;
}

.jCalendar table th a:hover {

    text-decoration: none;
}

.jCalendar table td.jCalendarWeekend {
    /*background: #aaaaaa;*/
    /*color: #FFFFFF;*/
    color: #9A1C6B;
}

.jCalendar table td.jCalendarHoliday {
    background: #CEE7FF;
    color: #000;
}

.jCalendar table td.jCalendarEvent {

}

.jCalendar table td.jCalendarEvent a {
    text-decoration: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
    border: 2px solid #ABC434;
    color: #ABC434;
    text-align: center;
}

.jCalendar table td.jCalendarEvent a:visited{
    color: #000;
}

.jCalendar table td.today {
    

}

#jCalendarList {
    width: 450px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}

#jCalendarList table {
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}

#jCalendarList td {
    border-bottom: solid 1px #999999 !important;
    vertical-align: middle !important;
}

#jCalendarList .even {
    background: #E7E7E7 !important;
    height: 25px;
}

#jCalendarList .odd {
    background: #E7EBF7 !important;
    height: 25px;
}

#jCalendarList .span {
    width: 200px;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    border-right: solid 1px #999999;
}

#jCalendarList .jCalendarListItem {
    width: 320px;
    height: 20px;
}

#jCalendarList .jCalendarListItem a {
    text-decoration: none;
    display: block;
    line-height: 20px;
}

#jCalendarList .jCalendarListItem a:hover {
    text-decoration: underline;
    background-color: #CCCCCC;
}
