.calnk a:hover
{
	background-position: 0 0;
	text-decoration: none;
	color: #000;
/*	border-bottom: 1px dotted #5f6062;	*/
}

.calnk a:visited
{
	text-decoration: none;
	color: #000;
/*	border-bottom: 1px dotted #000;	*/
}

.calnk a
{
	text-decoration: none;
	color: #000;
	padding: 5px;
	line-height: 2em;
/*	border-bottom: 1px dotted #000;	*/
}

.calnk a span
{
	display: none;
}

.calnk a:hover span
{
	color: #333;
	background: #f6f79b;
	display: block;
	position: absolute;
	margin-top: 1px;
	padding: 5px;
/*	width: 150px;	*/
	z-index: 100;
}

.calendar-table,
div#main div#content table.calendar-table
{
	padding: 0;
	margin: 20px 0 0 20px;
	width: 640px;
/*	border: 1px solid #5f6062;	*/
}

.calendar-heading
{
	text-align: center;
	border: 1px solid #5f6062;
	background-color: #5f6062;
	color: #fff;
}

div#main div#content table.calendar-table td.calendar-heading table
{
	width: 640px;
}

.calendar-next,
.calendar-prev
{
	width: 25%;
	text-align: center;
	color: #fff;
}

.calendar-month
{
	width: 50%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 16pt;
	padding: 10px;
}

.calendar-next a,
.calendar-prev a
{
	color: #fff !important;
	text-decoration: none;
	font-size: small;
}

.normal-day-heading,
.weekend-heading
{
	text-align: center;
	font-size: 0.8em;
	border: 1px solid #5f6062;
	background-color: #47aa42;
	color: #fff;
	width: 75px;
	padding: 10px 5px;
	font-weight: bold;
}

.weekend-heading
{
	color: #daeed9;
}

.day-with-date
{
	vertical-align: text-top;
	text-align: left;
	width: 75px;
	height: 75px;
	border: 1px solid #5f6062;
	padding: 5px;
	
}

.no-events
{
	
}

.day-without-date
{
/*	width: 75px;
	height: 75px;	*/
	border: 1px dotted #5f6062;
}

span.weekend
{
	color: #060;
}

.current-day
{
	vertical-align: text-top;
	text-align: left;
/*	width: 75px;
	height: 75px;	*/
	border: 1px solid #5f6062;
	background-color: #daeed9;
	padding: 5px;
}

span.event
{
	font-size: 0.75em;
	max-width: 75px;
	overflow: hidden;
	white-space: normal;
	padding: 5px;
	line-height: 2em;
}

.kjo-link
{
	font-size: 0.75em;
	text-align: center;
}

.event-title
{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.event-title-break
{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	height: 1px;
	background-color: #000;
}

.event-content-break
{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	height: 1px;
	background-color: #000;
}

.calendar-date-switcher
{
	height: 25px;
	text-align: center;
/*	border: 1px solid #D6DED5;	*/
	background-color: #5f6062;
	color: #fff;
	padding: 10px 5px;
}

.calendar-date-switcher form
{
	margin: 0;
	padding: 0;
}

.cat-key
{
	margin-top: 10px;
	padding: 5px;
/*	border: 1px solid #5f6062;	*/
}

.cat-key td
{
	border: 1px solid #000;
}

.cat-key td+td
{
	padding-left: 10px;
	border: none;
}