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

.calendarEventListItem {
	margin-top: 10px;
	margin-bottom: 10px;
}

.calendarEventListItem:hover {
	cursor: pointer;
	background-color: #FFC;
}

.calendarEventListControls {
	font-size: 10px;
}

.calendarEventListControls a {
	text-decoration: none;
}

.calendarEventListControls a:hover {
	text-decoration: underline;
}

.calendarEventListDivider {
	border-bottom: dashed 1px #CCC;
}
