/*
	Helios Calendar - Professional Event Management System
	Copyright © 2004-2008 Refresh Web Development [www.RefreshMy.com]
	
	Developed By: Chris Carlevato <support@refreshmy.com>
	
	For the most recent version, visit the Helios Calendar website:
	[www.HeliosCalendar.com]
	
	This file is part of Helios Calendar, usage governed by 
	the Helios Calendar EUL found at www.HeliosCalendar.com/license.pdf
*/
.eventDate {
	font-family: Gill Sans MT;
	font-size: 14px;
	color: #FFFF00;
	font-weight: bold;
	padding-top: 5px;
	}
a.eventLink {
	text-decoration: none;
	font-family: Gill Sans MT;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15px;
	}
a.eventLink:hover {
	text-decoration: underline;
	font-family: Gill Sans MT;
	font-size: 14px;
	color: #FF9900;
	line-height: 15px;
	}