    .calnk a {
        text-decoration:none; 
        color:#FFFFFF;
        border-bottom:1px dotted #ffffff;
        }
    .calnk a:link {
        text-decoration:none;
        font-size:11px;
        font-weight: normal;
        color:#0033CC;
        border-bottom:1px dotted #333333;
        }
	.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#1166FF;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#CCCCCC;
         border-bottom:1px dotted #999999;
        }

    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#000000; 
        background:#FFF79B; 
        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 #666666;
        background-color:#373737;
     }
     .calendar-next {
        width:15%;
        color:#CCCCCC;
        text-align:center;
        font-weight: bold;
     }
     .calendar-next A:link	{ color: #FFFFFF;}
 	.calendar-next A:visited { color: #CCCCCC;}
 	.calendar-next A:active  { color: #FFFFFF;}
 	.calendar-next A:hover	{ color: #FF0000;}
 	     
     .calendar-prev {
        width:15%;
        color:#CCCCCC;
        text-align:center;
        font-weight: bold;
     }
     .calendar-prev A:link	{ color: #FFFFFF;}
 	.calendar-prev A:visited { color: #CCCCCC;}
 	.calendar-prev A:active  { color: #FFFFFF;}
 	.calendar-prev A:hover	{ color: #FF0000;}
 	
     .calendar-month {
        width:70%;
        text-align:center;
        font-weight:bold;
        color:#EEEEEE;
     }
     .normal-day-heading {
        text-align:center;
        height:25px;
        font-size:11px;
        font-weight:bold;
        border:1px solid #666666;
        background-color:#373737;
        color:#DDDDDD;
     }
     .weekend-heading {
        text-align:center;
        height:25px;
        font-size:11px;
        font-weight:bold;
        border:1px solid #CCCCCC;
        background-color:#666666;
        color:#FFFFFF;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #666666;
        background-color:#CCCCCC;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:2px solid #EEEEEE;
        background-color:#EEEEEE;
     }
     span.weekend {
        color:#FF0000;
        font-weight:bold;
        margin:-2px;
     }
     span.weekday {
        color:#272727;
        margin:-2px;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        color:#FF0000;
        font-weight:bold;
        width:60px;
        height:60px;
        border:1px solid #222222;
        background-color:#FFFFFF;        
     }
     span.event {
        font-size:0.75em;
        color:#FFFFFF;
        width:160px;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:11px;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#373737;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#373737;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #DDDDDD;
        background-color:#EEEEEE;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #DDDDDD solid;
     }
     .calendar-date-switcher select {
        border:1px #DDDDDD solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }