.calendarlisting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
}
.events_listing tr:nth-child(odd)		{ background-color:#eee; }
.events_listing tr:nth-child(even)		{ background-color:#fff; }
