/*
	Helios Calendar - Professional Event Management System
	Copyright ? 2007 Refresh Web Development [http://www.refreshwebdev.com]
	
	Developed By: Chris Carlevato <chris@refreshwebdev.com>
	
	For the most recent version, visit the Helios Calendar website:
	[http://www.helioscalendar.com]
	
	License Information is found in docs/license.html
*/

.eventDate { font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: 12px; text-decoration: none; padding-top: 5px; }
a.eventLink {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: maroon;
	line-height: 12px;
	}
a.eventLink:hover {
	text-decoration: underline;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: black;
	line-height: 12px;
	}
.sponsoredby {
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}