.list .item {
	padding:30px 0 17px 0;
}
.list .title {
	float:left;
	width:400px;
	height:22px;
	overflow:hidden;
	zoom:1;
}
.list .title a {
	padding-left:28px;
	background-image:url(../../../images/EventListCalendarIcon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	line-height:22px;
}
.list .category,
.list .item .dateTime {
	float:right;
	color:#6F8D95;
	line-height:18px;
	overflow:hidden;
}
.list .item .dateTime {
	clear:right;
	margin-top:0;
}
.list .item .date {
	color:#6F8D95;
	font-size:12px;
	font-weight:normal;
	padding:0;
}
.list .item .summary {
	clear:both;
	overflow:hidden;
	width:100%;
	margin-top:2px;
}
.list .detailsLink {
	float:left;
	clear:both;
	width:100%;
	text-align:right;
	margin-top:4px;
}
.list .detailsLink a {
	background-image:url(../../../images/EventsArrowRight.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:12px;
}
.list .actionLinks {
	margin-top:20px;
}