.basic  {
	width:100%;
	
	border-bottom: 1px solid #c7caca;
	
	
	
}
#CalendarEvents ul{list-style:none;}

.basic .eventHolder{
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
	
}
.basic .title {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 158%;
	color: #000000;
	border-top: 1px solid #c7caca;
	background-image:url(/SiteImages/ArrowDown.gif);
	background-repeat:no-repeat;
	background-position:right center;
	
	
	
}

.basic span.selected {
	background-image:url(/SiteImages/ArrowUp.gif);
}

