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

/* common */
.swcalendar .modTitle {}
.swcalendar .modTitle .modSubTitle {
	font-weight: normal;
	font-size: 12px;
}
.swcalendar .dateBegin, .swcalendar .dateEnd {
	color: #596066;
	font-family: 'Open Sans', sans-serif;
}
.swcalendar .date {
	font-weight: bold;
}
.swcalendar .vcalLink {
	display: block;
	padding: 10px 0px 0px 0px;
}
.swcalendar .listSpacer {
	height: 30px;
}
.swcalendar .boxLeft {
	float: left;
	width: 100px;
	line-height: normal;
}
.swcalendar .boxLeft .day {
	font-family: 'Open Sans', sans-serif;
	color: #7777a0;
}
.swcalendar .boxLeft .month {
	font-style: italic;
	color: #7777a0;
}
.swcalendar .boxLeft .year {
	font-style: italic;
}

.swcalendar .boxRight {
	margin: 0px 0px 30px 100px;
}
.swcalendar .boxRight .spacerHeight {
	height: 10px;
}
.swcalendar .boxRight .spacerHeight.h2x {
	height: 20px;
}
.swcalendar .boxRight .namevo {
	font-weight: 700;
}


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

/* list */
.swcalendarList .contentSection {
	margin: 0px 0px 30px 0px;
}
.swcalendarList .place {
	font-family: 'Open Sans', sans-serif;
	color: #596066;
}
.swcalendarList .creator {
	text-align: right;
	font-style: italic;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
	display: block;
	text-decoration: none;
}
.swcalendarList .teaser {
	padding: 20px 0px 0px 0px;
}

/* detail */
.swcalendarDetail .boxLeft {
	width: 60px;
} 
.swcalendarDetail .boxRight {
	margin-left: 60px;
}
.swcalendarDetail .modTitle {
	padding-top: 0px;
}
.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 {
	padding: 20px 0px 0px 0px;
}

/* nav */
#swcalendarDayNav {
	margin: 0px 28px 40px 0px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
#swcalendarDayNav .prevDay a, #swcalendarDayNav .nextDay a {
	display: block;
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	background-image: url(../../images/site/arrow_blue_left.png);
}
#swcalendarDayNav .prevDay {}
#swcalendarDayNav .prevDay a {}
#swcalendarDayNav .nextDay {
	float: right;
}
#swcalendarDayNav .nextDay a {
	background-image: url(../../images/site/arrow_blue_right.png);
}
#swcalendarDayNav .currentDay {
	margin: 0px auto;
	text-align: center;
	padding: 5px 0px 0px 0px;
	color: #7777a0;
	text-transform: uppercase;
}
