/*
	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
*/

/*	Required Classes For Helios RSS Feed
	You can edit these to customize the Helios RSS feed, but they should not be removed	*/

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	}
.menu {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: solid 1px #000000;
	background: #EFEFEF;
	border: solid 1px #CCCCCC;
	padding: 0px 0px 0px 3px;
	}
.content {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 1px 0px 1px 6px;
	}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	color: #ACACAC;
	text-align: center;
	}
.eventDate {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	}
.eventLink {
	padding: 0px 0px 0px 6px;
	}
.eventLabel {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	}
a.mnu {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #0000FF
	}