
div.eventsListTitle {
	position: absolute;
	top: 150px;
	left: 30px;
	padding: 10px;
	width: 650px;
	height: 20px;
	
	/* margin-left: auto;
	margin-right: auto; */
	
	/* border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 0px solid black; */
	
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	color: #eeeeee;
}

div.eventsList {
	position: absolute;
	overflow: auto;
	top: 190px;
	left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 25px;
	width: 645px;
	height: 228px;
	
	/* border-left: 1px solid black;
	border-right: 1px solid black; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-color: #000000;
	font-size: 9px;
	color: #ffffff;
}

table.eventsTable {
	width: 620px;
	border-width: 0px;
	border-spacing: 10px;
}

td.event {
	vertical-align: top;
}

span.eventTitle {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

