// title in sidebar for list of events
.ical_list_events_title {}

//list of events
ul.ical_list_events {}

// event date
ul.ical_list_events li {}
//event title
ul.ical_list_events li a.ical_event_title {}

// title in sidebar for calendars list
h2.ical_list_calendars_title {}

select#ical_list_calendars {
font-size: 0.8em;
border: 1px solid #ccc;
margin: auto 0px;
}

div.ical_calendar {
display: none;
}

div.ical_calendar_selected {
display: block;
}

#ical_apple, #ical_google, #ical_any {}

#ical_apple img, #ical_google img, #ical_any img {
border: none;
padding: 0px;
margin: 0px;
margin-top: 3px;
}

div.vevent{
	font-family:Helvetica, Arial;
	background-color:#F8F8F8;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	clear: both;
}
div.vevent h5.summary {
	font-family:Helvetica, Arial;
	padding: 5px;;
	margin: 0px;
	font-size: 15px;
}
div.vevent div.location {
	font-family:Helvetica, Arial;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 5px;
}

.dtstart{
	font-family:Helvetica, Arial;
	font-weight: normal;
	font-size: 13px;
	padding: 0px 5px;
}

p{
	font-family:Helvetica, Arial;
	font-weight: normal;
	font-size: 13px;
}

.ical_list_events{
	padding-top:10px;
}
