/* --- module: calendar --- */

/* common */
.swcalendar .topHeader {
	text-align: center;
	padding: 0px 0px 30px 0px;
}
.swcalendar .dateInfo {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
}
.swcalendar .swcalBtn {}
.swcalendar .modAlert {
	text-align:center;
	padding: 30px 0px 30px 0px;
}

.swcalendar .modTitle .modSubTitle {
	font-weight: normal;
	font-size: 12px;
}
.swcalendar .vcalLink {
	display: block;
	padding: 10px 0px 0px 0px;
}
.swcalendar .listSpacer {
	margin: 15px 0px 15px 0px;
	height: auto;
}
.swcalendar .boxLeft {
	float: left;
	width: 120px;
}
.swcalendar .date .day {
	color: #669390;
	font-family: 'Open Sans', sans-serif;
}
.swcalendar .date .month {
	color: #669390;
	font-style: italic;
}
.swcalendar .date .year {
	font-style: italic;
}
.swcalendar .sectionTitle {
	display: block;
	padding: 0px 0px 0px 0px;
}
.swcalendar .sectionTitle .spacerLarge {
	margin: 15px 0px 40px 0px;
}

.swcalendar .boxRight {
	margin: 0px 0px 10px 120px;
}
.swcalendar .boxRight .spacerHeight {
	height: 10px;
}
.swcalendar .boxRight .spacerHeight.h2x {
	height: 20px;
}
.swcalendar .boxRight .modTitle {
	padding: 0px 0px 10px 0px;
}
.swcalendar .boxRight .dateBegin, .swcalendar .boxRight .dateEnd, .swcalendar .boxRight .place {
	/*color: #9C9BAD;*/
}
.swcalendar .boxRight .namevo {
	font-weight: 700;
}


.swcalendar .boxDetail {
	float: right;
	margin-left: 15px;
}

/* list */


/* detail */
.swcalendarDetail .place {
	padding: 20px 0px 20px 0px;
}
.swcalendarDetail .teaser {
	padding: 0px 0px 20px 0px;
}
.swcalendarDetail .recurring_event {
    clear: both;
    padding: 20px 0px 20px 0px;
}
.swcalendarDetail .body {}