/*
	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-family:Tahoma;
		font-size:11px;
		font-weight:bold;
		line-height:11px;
		color:#FA8072;
		padding: 0px 0px 2px 0px;


}




a.eventLink {
	text-decoration: none;
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#343434;
		

	}
a.eventLink:hover {
	text-decoration: underline;
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#343434;

	}
.calendar_pic {
	float: left;
	margin: 17px 10px 0px 10px;
}

.calendar_summary {
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#8A8A8A;
}
