li#calendar {
	padding: 0px;
}

li#calendar table {
	width: 200px;
}
.calnk { height: 100%; }
.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;
}
li#calendar .calnk a {
	text-decoration:none; 
	color:black; 
	border-bottom:1px dotted #000000;
	width: 96%;
	display: block;
	margin: 0 auto;
}
.calnk a span { 
	display:none; 
}
.calnk a:hover span {
	color:black; 
	display:block;
	position:absolute; 
	margin-top:1px; 
	padding:5px; 
	z-index:100;
}
table.calendar-table {
	border:none;
}
 .calendar-heading {
	height:25px;
	text-align:center;
	border:1px solid #777777;
}
 .calendar-next, .calendar-prev {
	width:25%;
	text-align:center;
}
 .calendar-month {
	width:50%;
	text-align:center;
	font-weight:bold;
}
 .normal-day-heading {
	text-align:center;
	height:25px;
	width: 12px;
	font-size:0.8em;
	border:1px solid #777777;
	background-color:#333333;
}
 .weekend-heading {
	text-align:center;
	height:25px;
	width: 12px;
	font-size:0.8em;
	border:1px solid #777777;
	background-color:#333333;
	color:#00aa00;
}
 .day-with-date {
	vertical-align:top;
	width: 12px;
	text-align:left;
	border:1px solid #777777;
	padding: 0;
}
 .no-events {
	padding: 2px;
}
 .day-without-date {
	border:1px solid #555555;
}
 span.weekend {
	color:#00aa00;
}
 .current-day {
	vertical-align:top;
	text-align:left;
	background-color:#333333;
}
 span.event {
	
}

 .event-title {
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
 .event-title-break, .event-content-break {
	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 strong {
	color: white;
}

