.eventcalendarMonthViewTable {
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}

.eventcalendarMonthViewTable td {
	border-width:1px;
	border-style:solid;
}

.eventcalendarShowEventView {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:10px;
	margin-bottom:10px;
}

.eventcalendarShowEventView .eventcalendarHeader {
    margin-bottom: 0.2em;
    padding: 0;
    line-height: 1em;
}

 .eventcalendarShowEventView .eventcalendarShowEventDate {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    margin-bottom: 1em;
}

.eventcalendarShowEventDate {
    margin-top: 10px;
}

.eventcalendarUpcomingEventsSingle {
    padding-left: 10px;
}

.eventcalendarShowAllEvents {
    margin-top: 10px;
}

.eventcalendarUpcomingEventsDay {
	margin-top: 10px;
    display: block;
    font-weight: bold;
}

.eventcalendarUpcomingEventsDayView {
    
}

.eventcalendarUpcomingEventsDay.firstDay {
    margin-top: 0px;
}

.eventcalendarAllEventsSingle {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-bottom:5px;
	margin-bottom:5px;
}

.eventcalendarDayViewSingle {

}

