.calnk a:hover {
	background-position:0 0;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.calnk a:visited {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.calnk a {
	font-size:1.1em;
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;
}
.calnk a span {
	display:none;
}
.calnk a:hover span {
	color:#333333;
	background:#f6f79b;
	display:block;
	position:absolute;
	margin-top:1px;
	padding:5px;
	width:250px;
	z-index:100;
	line-height:1.2em;
}
.calendar-table {
	border:none;
	width:100%;
}
.calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #14351a;
	background-color:#e7efb3;
}
.calendar-next {
	width:25%;
	text-align:center;
}
.calendar-prev {
	width:25%;
	text-align:center;
}
.calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}
.normal-day-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #14351a;
	background-color:#e7efb3;
}
.weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #14351a;
	background-color:#e7efb3;
	color:#7f170f;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #14351a;
	padding:5px;
}
.no-events {

}
.day-without-date {
	width:60px;
	height:60px;
	border:1px solid #e7efb3;
}
span.weekend {
	color:#7f170f;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #14351a;
	background-color:#e7efb3;
	padding:5px;
}
span.event {
	font-size:0.75em;
}
.kjo-link {
	font-size:0.75em;
	text-align:center;
}
.calendar-date-switcher {
	height:25px;
	text-align:center;
	border:1px solid #14351a;
	background-color:#e7efb3;
}
.calendar-date-switcher form {
	margin:0;
	padding:20px 0;
}
.calendar-date-switcher input {
	background-color:#eee9c7; color:#4c3f33; border:1px solid #b2a874; font:1em arial; padding:2px;
}
.calendar-date-switcher select {
	background-color:#eee9c7; color:#4c3f33; border:1px solid #b2a874; font:1em arial; padding:2px;
	margin-right:7px;
}
.cat-key {
	width:100%;
	margin-top:10px;
	padding:5px;
	border:1px solid #d6ded5;
}
.calnk a:hover span span.event-title {
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	position:relative;
}
.calnk a:hover span span.event-title-break {
	width:96%;
	text-align:center;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:2%;
	padding:0;
	background-color:#000;
	position:relative;
}
.calnk a:hover span span.event-content-break {
	width:96%;
	text-align:center;
	height:1px;
	margin-top:3px;
	margin-bottom:3px;
	margin-right:2%;
	padding:0;
	background-color:#000;
	position:relative;
}
.event-desc {
	font:bold 1em Arial;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
.page-upcoming-events {
	font-size:80%;
}
.page-todays-events {
	font-size:80%;
}