table.calendar-table td {
	padding: 6px;
	}

.calnk a:hover {
     background-position:0 0;
     text-decoration:none;  
     color:#000000;
     }
.calnk a:visited {
     text-decoration:none;
     color:#000000;
    }
.calnk a {
	display: block;
    text-decoration:none; 
    color:#000000; 
    margin-top: 5px;
    }
.calnk a span { 
    display:none; 
    }
.calnk a:hover span {
    color:#333333; 
    background:#e2f3fd; 
    display:block;
    position:absolute; 
    margin-top:1px; 
    padding:10px; 
    width:170px; 
    z-index:100;
    }
 .calendar-table {
    border:none;
    width:100%;
 }
 .calendar-heading {
	background: #203d60 url(images/calendar-header-back.jpg) top left repeat-x;
	color: #fff;
    height:20px;
    text-align:center;
    border: 1px solid #203c5f;
    border-bottom: none;
    text-shadow: #000 0px -1px;
    text-transform: uppercase;
 }
 
 .calendar-next, .calendar-prev {
 	color: #fff;
 	font-weight: bold;
    width:25%;
    text-align:center;
 	}
 	
 .calendar-next a, .calendar-prev a {
 	color: #fff;
 	}
 	
 .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:#e3eefc;
 }
 .weekend-heading {
    text-align:center;
    width:25px;
    height:25px;
    font-size:0.8em;
    border:1px solid #DFE6DE;
    background-color:#e3eefc;
    color:#5390d5;
 }
 .day-with-date {
    vertical-align:text-top;
    text-align:left;
    width:100px;
    height:100px;
    border:1px solid #DFE6DE;
 }
 .no-events {

 }
 .day-without-date {
    width:100px;
    height:100px;
    border:1px solid #E9F0E8;
 }
 span.weekend {
    color:#5390d5;
 }
 .current-day {
    vertical-align:text-top;
    text-align:left;
    width:80px;
    height:80px;
    border:1px solid #ccc;
    background-color:#dde8f4;
 }
 span.event {
    font-size: 10px;
 }
 .kjo-link {
    display: none;
    font-size:0.75em;
    text-align:center;
    text-indent: -9000px;
 }
 .event-title {
    font-weight:bold;
    font-size: 12px
 }
 .event-title-break {
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    height:1px;
    background-color:#5d8da8;
 }
 .event-content-break {
    width:98%;
    margin-left:1%;
    margin-right:1%;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
    height:1px;
    background-color:#5d8da8;
 }
 .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;
 }

