/* --- module: calendar month --- */

.swcalendarNavMonth {
	padding: 0px 0px 0px 0px;
}
.swcalendarNavMonth .linkPrev {
	display: block;
	width: 12px;
	height: 11px;
	float: left;
	background: transparent url(../../images/list_arrow_left.gif) no-repeat center;
}
.swcalendarNavMonth .linkToday {
	text-align: center;
	position: absolute;
	width: 382px;
	margin: 0px 40px 0px 40px;
}
.swcalendarNavMonth .linkNext {
	display: block;
	width: 12px;
	height: 11px;
	float: right;
	background: transparent url(../../images/list_arrow_right.gif) no-repeat center;
}
.swcalendarNavMonth .currentMonth {
	font-weight: bold;
	clear: both;
	padding: 20px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 2px solid #000000;
}
.swcalendarListMonth .dateImage {
	width: 101px;
	float: left;
}
.swcalendarListMonth .dateDate {
	color: #d41345;
	padding: 0px 0px 15px 0px;
}
.swcalendarListMonth .dateInfo {
	padding: 0px 0px 0px 101px;
	min-height: 90px;
}
.swcalendarListMonth .dateLocation {
	color: #d41345;
	padding: 0px 0px 15px 0px;
}
.swcalendarListMonth .modTeaser {
	padding: 15px 0px 0px 0px;
}
.swcalendarListMonth .moreLink {
	background: transparent url(../../images/site/icon_arrowsmall_black_bottom_right.gif) center no-repeat;
	width: 12px;
	height: 11px;
}
.swcalendarListMonth .listBottomline {
	padding: 5px 0px 0px 101px;
}

/* detail */
.swcalendarDetail .modTitle {
	font-weight: normal;
}
.swcalendarDetail .dateInfo .dateDate {
	color: #d41345;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
.swcalendarDetail .dateInfo .dateLocation {
	color: #d41345;
}





