.calnk a div { 
color:#333333; 
display:block;
margin-top:1px; 
}
.calendar-table {
border:none;
width:100%;
}
.calendar-heading {
height:25px;
text-align:center;
border:1px solid #D6DED5;
background-color:#E4EBE3;
}
.calendar-next {
width:25%;
text-align:center;
}
.calendar-prev {
width:25%;
text-align:center;
}
.calendar-month {
width:50%;
text-align:center;
font-weight:bold;
}
.normal-day-heading {
text-align:center;
width:25px;
height:25px;
font-size:0.8em;
border:1px solid #DFE6DE;
background-color:#EBF2EA;
}
.weekend-heading {
text-align:center;
width:25px;
height:25px;
font-size:0.8em;
border:1px solid #DFE6DE;
background-color:#EBF2EA;
color:#FF0000;
}
.day-with-date {
vertical-align:text-top;
text-align:left;
height:60px;
border:1px solid #DFE6DE;
}
.no-events {

}
.day-without-date {
height:60px;
border:1px solid #E9F0E8;
}
span.weekend {
color:#FF0000;
}
.current-day {
vertical-align:text-top;
text-align:left;
height:60px;
border:1px solid #BFBFBF;
background-color:#E4EBE3;
}
span.event {
font-size:0.75em;
}
.kjo-link {
display: none!important;
}
.event-title {
text-align:left;
font-weight:bold;
font-size:1.2em;
}
.event-title-break {
margin-top:2px;
margin-bottom:2px;
height:1px;
background-color:#888;
}
.event-content-break {
margin-top:2px;
margin-bottom:2px;
height:1px;
background-color:#888;
}