@charset "utf-8";

table.calendar-table td {
	font: 15px Arial;
	font-weight: bold;
	color:#444444;
}

.calnk a:hover {
	background-position:0 0;
	text-decoration:none;  
	color:#444444;
	border-bottom:1px dotted #000000;
}
.calnk a:visited {
	text-decoration:none;
	color:#444444;
	border-bottom:1px dotted #000000;
}
.calnk a {
	text-decoration:none; 
	color:#444444; 
	border-bottom:1px dotted #000000;
}
.calnk a span { 
	display:none; 
}
.calnk a:hover span {
	color:#444444; 
	background:#F6F79B; 
	display:block;
	position:absolute; 
	margin-top:1px; 
	padding:10px; 
	width:180px;
	z-index:100;
	line-height:1.2em;
}
.calendar-table {
	border:none;
	width:610px;
	margin:0px auto;
}
.calendar-heading {
	height:25px;
	text-align:center;
/*	border:1px solid #D6DED5;
	background-color:#E4EBE3;*/
}
.calendar-heading table {
	margin-top: 6px;
	margin-bottom: 14px;
}
.calendar-next {
	width:25%;
	text-align:center;
}
.calendar-prev {
	width:25%;
	text-align:center;
}
.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 #D6DED5;
	background-color:#E4EBE3;
}
.weekend-heading {
	text-align:center;
/*	width:25px;*/
	height:25px;
	font-size:0.8em;
	border:1px solid #D6DED5;
	background-color:#E4EBE3;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:84px;
	height:60px;
	border:1px solid #D6DED5;
}
.no-events {

}
.day-without-date {
	width:60px;
	height:60px;
/*	border:1px solid #8C8C8C;*/
}
span.weekend {
	color:#FF7800;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
/*	border:1px solid #FF7800;*/
	background-color:#E4EBE3;
	border:1px solid #8C8C8C;
}
span.event {
	font-size:0.75em;
}
.kjo-link {
	font-size:0;
	text-align:center;
}
.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 {
	text-align: left;
	width:100%;
	margin-top:14px;
	padding:5px;
	border:1px solid #D6DED5;
}
.calnk a:hover span span.event-title {
	display:block;
	padding:0;
	text-align:center;
	font-weight:bold;
	font-size:1.0em;
	margin-bottom:20px;
}
.calnk a:hover span span.event-title-break {
	width:96%;
	text-align:center;
	height:0px;
	margin-top:2px;
	margin-right:2%;
	padding:0;
	background-color:#000000;
}
.calnk a:hover span span.event-content-break {
	width:96%;
	text-align:center;
	height:0px;
	margin-right:2%;
	padding:0;
	background-color:#000000;
}
.page-upcoming-events {
	font-size:80%;
}
.page-todays-events {
	font-size:80%;
}