/* CSS Document */
#pageTitle {
	margin: 0px;
	text-align:center;
}
#eventList {
	float: left;
	width: 600px;
	font-size:medium;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ccc;
}
.oddRow, .evenRow {
	display:block;
	clear:both;
	margin: 8px;
	padding: 5px 0px 10px 5px;
	min-height:50px;
	font-size:small;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
.oddRow:hover, .evenRow:hover {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.oddRow {
	background: #eee;
}
.evenRow {
	background: #fff;
}

.eventDate {
	float:left;
	clear:left;
	width: 100px;
	margin: 0px 10px 10px 0px;
	text-align:right;
}
.eventInfo {
	float:left;
	width:430px;
	margin:0px
	padding: 0px;
}
.eventTitle {
	margin: 0px;
	padding:0px;
}
.eventsPreview {
	position:absolute;
	width:500px;
	min-height:200px;
	display: block;
	clear: both;
	background-color: #fff;
	background: rgba(240,240,240,0.8);
	border: 1px #ddd solid;
	padding:5px;
	margin:5px;
	z-index:1000;
	font-size:12pt;
}
a.moreLink {
	color: #FFC652;
	float:right;
	padding:5px;
	background-color:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius::8px;
}
