.calnk a:hover {
     background-position:0 0;
     text-decoration:none;  
     color:#000000;
     border-bottom:1px dotted #000000;
     }
.calnk a:visited {
     text-decoration:none;
     color:#000000;
     border-bottom:1px dotted #000000;
    }
.calnk a {
    text-decoration:none; 
    color:#000000; 
    border-bottom:1px dotted #000000;
    }
.calnk a span { 
    display:none;
    line-height: 10px;
    }
.calnk a:hover span {
    color:#333333; 
    background:#F6F79B; 
    display:block;
    position:absolute; 
    margin-top:1px; 
    padding:5px; 
    width:150px; 
    z-index:100;
    }
 .calendar-table {
    border:none;
    width:100%;
 }
 .calendar-heading {
    height:25px;
    text-align:center;
    border:1px solid #CCC;
    background-color:#FFF; 
    padding: 18px;
 }
 .calendar-next {
    width:10%;
    text-align:right;
 }
 .calendar-prev {
    width:10%;
    text-align:left;
 }
 .calendar-month {
    width:80%;
    text-align:center;
    font-weight:;
    font-size: 26px;
    letter-spacing: -1px;
    color: #0054a6;
    text-shadow: 1px 1px #ccc;
 }
 .normal-day-heading {
    text-align:center;
    width:25px;
    height:43px;
    font-size:13px;
 }
 .weekend-heading {
    text-align:center;
    width:25px;
    height:40px;
    font-size:13px;
 }
 .day-with-date {
    vertical-align:text-top;
    text-align:left;
    width:60px;
    height:100px;
    border:1px solid #DDD;
    padding:6px;
 }
 .no-events {

 }
 .day-without-date {
    width:60px;
    height:100px;
    border:1px solid #DDD;
    background: #f9f9f9;
 }
 span.weekend {
    color:;
 }
 .current-day {
    vertical-align:text-top;
    text-align:left;
    width:60px;
    height:100px;
    border:1px solid #80aeeb;
    background-color: #eff6ff;
    padding: 6px;
 }
 span.event {
    font-size:0.75em;
 }
 .kjo-link {
    font-size:0.75em;
    text-align:center;
 }
 .event-title {
    text-align:center;
    font-weight:bold;
    font-size:1.2em;
 }
 .event-title-break {
    width:96%;
    margin-left:2%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    height:1px;
    background-color:#000000;
 }
 .event-content-break {
    width:96%;
    margin-left:2%;
    margin-right:2%;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    height:1px;
    background-color:#000000;
 }
 .calendar-date-switcher {
    height:25px;
    text-align:center;
    border:1px solid #80aeeb;
    background-color:#d2e5ff;
 }
 .calendar-date-switcher form {
    margin:0;
    padding:0;
 }
 .calendar-date-switcher input {
    border:1px #D6DED5 solid;
 }
 .calendar-date-switcher select {
    border:1px #D6DED5 solid;
 }
 .cat-key {
    width:100%;
    margin-top:10px;
    padding:5px;
    border:1px solid #D6DED5;
 }