.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; 
    }
/*
.calnk a span { 
    display: none; 
    }
*/
span.calnk span.caldet {
    display: none;
}
span.calnk a:hover span.caldet {
    color:#333333; 
    background: #ffffff url(img/calendar_popup_bg.gif) repeat-x 0 0; 
    display:block;
    position:absolute; 
    margin: 0;
    padding:12px;
    line-height: 1em; 
    width:150px; 
    z-index:100;
    font-family: Arial;
    font-size: 12px;
    color: #122F31;
    text-align: left;
}
/*
.calnk a:hover span {
    color:#333333; 
    background: #ffffff url(img/calendar_popup_bg.gif) repeat-x 0 0; 
    display:block;
    position:absolute; 
    margin: 0;
    padding:12px;
    line-height: 1em; 
    width:150px; 
    z-index:100;
    font-family: Arial;
    font-size: 12px;
    color: #122F31;
    text-align: left;
}
*/

.day-button {
    display: block;
}

 .calendar-table {
    border: 2px solid #63BEC1;
    width: 100%;
 }
 .calendar-heading {
    height:25px;
    text-align:center;
    /*border:1px solid #D6DED5; */
    border: 5px solid #63bec1;
    background-color:#63bec1;
 }
 .calendar-next {
    width:20%;
    text-align:right;
 }
 .calendar-prev {
    width:20%;
    text-align:left;
 }
 .calendar-month {
    width:60%;
    text-align:center;
    font-weight:bold;
    font-family: Arial;
    font-size: 21px;
    color: #ffffff;
 }
 .normal-day-heading,
 .weekend-heading {
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    color: #122F31;
    /*  width:25px;
     height:25px; 
    font-size:0.8em;
    border:1px solid #DFE6DE;*/
    border: 2px solid #63bec1;
    background-color: #63bec1;
 }
/*
 .weekend-heading {
    text-align:center;
    width:25px;
    height:25px;
    font-size:0.8em;
    border:1px solid #DFE6DE;
    background-color:#EBF2EA;
    color:#FF0000;
 }
 */
  td.no-events .day-button:hover {
   background-color: #A8DBDC;
  }  
  td.current-day .day-button:hover {
   background-color: #d4edee;
  }  
 .day-button:hover {
    background-color: #d4edee;
  }
 .day-common {
    /*width: 60px; */
    /*height: 36px;*/
    width: 14%;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    color: #122F31;
    line-height: 34px;
    background-color: #ffffff;
    border:2px solid #63bec1;
 }
 .day-with-date {
    vertical-align:text-top;
 }
 .no-events {
    background-color: #A8DBDC;
 }
 .day-without-date {
    background-color: #74c5c8;
    border:2px solid #63bec1;
 }
 span.weekend {
    /*color:#FF0000;*/
 }
 .current-day {
    background-color:#d4edee;
 }
 span.event {
    font-size:0.75em;
 }
 .kjo-link {
    font-size:0.75em;
    text-align:center;
 }
 .event-title {
    text-align:left;
    font-weight:bold;
    font-family: Arial;
    font-size: 12px;
    color: #122F31;
 }
 .event-title-break,
 .event-content-break {
    margin-top: 12px;
    height: 12px;
    border-top: 1px solid #d4edee;
 }
 /*
 .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 #D6DED5;
    background-color:#E4EBE3;
 }
 .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;
 }