    .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; */
        }
   /* .calnk a:hover span {
	color:#000;
	background:#F6F79B;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:10px;
	width:170px;
	z-index:100;
	border: double #000000 4px;
        }*/
     .calendar-table {
	border:solid #b1a457 1px;
	width:980px;margin-left:40px;
	background-color: #FFFFFF;
	color: #000000;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #978c4a;
	background-color: #c7b862;
     }
     .calendar-next {
        color: #13457f;
	font-weight: bold;width:25%;
        text-align:center;
	background-color: #c7b862;
     }
     .calendar-prev {
	color: #13457f;
	font-weight: bold;
	width:25%;
	text-align:center;
	background-color: #c7b862;
     }
     .calendar-month {
        color: #fff;
        width:50%;
        text-align:center;
        font-weight:bold;
	background-color: #c7b862;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #978c4a;
        background-color:#b1a457;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #978c4a;
        background-color:#978c4a;
        color:#000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;padding-left:5px;padding-right:5px;padding-bottom:5px;
        border:1px solid #978c4a;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        color: #000;
		font-weight: bold;
		vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#f6e479;
     }
     span.event {
        font-size:10px;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:justify;
        font-weight:bold;
        font-size:1.2em;margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
     }
    /* .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:justify;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #978c4a;
        background-color:#978c4a;
     }
     .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 {
        color: #000;
		width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }

