.calnk a, .calnk a:hover, .calnk a:visited  {
	text-decoration: none;
	color: white;
}

.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-collapse: collapse;
	border: none;
	width: 210px;
	margin-left: 80px;
	float : right;
}

.calendar-table-left{
	width : 310px;
}

.calendar-form {
	width : 440px;
	float : right;
}

.calendar-heading {
	height: 15px;
	text-align: center;
}

.calendar-next {
	width: 50%;
	text-align: right;
font-size : 14px;
}

.calendar-prev {
	width: 50%;
	text-align: left;
font-size : 14px;
}

.calendar-heading a, .calendar-heading a:hover, .calendar-heading a:visited  {
	color: black;
	text-decoration: none;
}

.calendar-month {
	text-align: center;
	font-size : 18pt;
	padding-top : 15px;
}

.normal-day-heading, .weekend-heading {
	text-align: center;
	width: 30px;
	height: 25px;
	font-size: 0.8em;
	background-color: #EBF2EA;
}

.day-with-date, .day-without-date {
	font-size : 10pt;
	vertical-align: middle;
	text-align: center;
	width: 30px;
	height: 30px;
}

.day-with-events {
	font-size : 10pt;
	background-color : black;	
	color : white;
	text-decoration: line-through;
}

.no-events {
	font-size : 10pt;
}

.current-day {
	font-size : 10pt;
	vertical-align: middle;
	text-align: center;
	background-color: #8fbee6;
	color: #FFF;
}

span.event {
	font-size: 11px;
	text-align : center;
	width : 100%;
	float : left;
}

.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;
	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;
}