
.eventsCalendarLabelsList{list-style:none; padding:0px; margin:0px;}
	.eventsCalendarLabelsList li{height:20px; line-height:20px; padding-bottom:5px;}
	a span.colorBox{
		width:20px; height:20px; float:left; margin-right:10px; display:block;
		-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
		-webkit-box-shadow: 0 0 2px rgba(0,0,0,.3); -moz-box-shadow: 0 0 2px rgba(0,0,0,.3); box-shadow: 0 0 2px rgba(0,0,0,.3);
	}
	a:hover span.colorBox, a.current span.colorBox{
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,1); -moz-box-shadow: 0 0 4px rgba(0,0,0,1); box-shadow: 0 0 4px rgba(0,0,0,1);
	}
	.eventsCalendarLabelsList li a{}
	.eventsCalendarLabelsList li a.current{font-weight:bold;}