﻿
/* The rest of this file is for the second tutorial */
#EventList {
	background:#f0f0f0;
	border:1px dotted #ccc;
	padding:10px;
}

#EventList li {
	margin: 0;
	list-style-type: none;
}
	#EventList li.eventDateTitle span {
		color:#666;
		line-height:2em;
	}
	#EventList li.eventTitle  {
		font-size:1.3em;
		font-weight:bold;
		color:#0083C8;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left center;
	}
				
	#EventList li.eventSummary {
		margin-bottom:20px;
	}
		#EventList li.eventSummary span {
			font-size:1.1em;
			line-height:1.1em;
			color:#333;
		}

div.eventDetails {
	margin-bottom:10px;
}

div.eventDetails p {
	color:#666;
	margin:0;
	font-size:1em;
}

