@charset "utf-8";
/* CSS Document */

/*Calendar Style Sheet*/

    .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:#333333;
	background:#F6F79B;
	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 #ffffff;
	background-color:#E5DCC0;
}
.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 #ffffff;
	background-color:#FFFBEF;
}
.weekend-heading {
	text-align:center;
	width:25px;
	height:25px;
	font-size:0.8em;
	border:1px solid #ffffff;
	background-color:#FFFBEF;
	color:#333;
}
.day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #ffffff;
	background-color:#E5DCC0;
}
.no-events {
		background-color:#F3EFE2;
}
.day-without-date {
	width:60px;
	height:60px;
	border:1px solid #FFFFFF;
	background-color:#F3EFE2;
}
span.weekend {
	color:#666666;
}
.current-day {
	vertical-align:text-top;
	text-align:left;
	width:60px;
	height:60px;
	border:1px solid #9B0805;
	background-color:#E5DCC0;
}
span.event {
	font-size:0.75em;
}
.kjo-link {
	font-size:0.75em;
	text-align:center;
}
.event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
.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:center;
	height:1px;
	background-color:#000000;
}
.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;
}

body.home .normal-day-heading, body.home .weekend-heading {
		display:;
}

body.home .day-with-date {
	vertical-align:text-top;
	text-align:left;
	width:41px;
	height:36px;
	border:1px solid #ffffff;
	background-color:#E5DCC0;
}

body.home .day-without-date {
	width:41px;
	height:36px;
	border:1px solid #FFFFFF;
	background-color:#F3EFE2;
}

body.home .current-day {
	vertical-align:text-top;
	text-align:left;
	width:41px;
	height:36px;
	border:1px solid #9B0805;
	background-color:#E5DCC0;
}

.current-day span {
		color:#9B0805;
}

body.home span.weekend {
	color:#666;
}

body.home .calendar-heading  {
	height:25px;
	text-align:center;
	border:1px solid #ffffff;
	background-color:#E5DCC0;

	
}

body.home .no-events {
	background-color:#F3EFE2;
}

body.home .event a {	
	position:absolute;
	width:26px;
	height:36px;
	display:block;	
	text-indent:;
	border-bottom:none;
	margin-left:0px;
	padding-left:15px;
	margin-top: -15px;
}

body.home .cal-link {

}

.upcoming-events, .upcoming-events ul, .upcoming-events ul li {
		list-style:none;
}


.upcoming-events ul li {
	font-weight:bold;
margin-top:10px;
		

}

.upcoming-events ul li ul li{
		font-weight:normal;
		margin-top:0px;
}