/* CALENDAR - UPCOMING ------------------ */

	.calendar_upcoming {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding-left: 26px;
		font-size: 10px;
		display: block;
		position: relative;
		float: left;
		clear: both;
	}
	.calendar_upcoming .upcoming_title {
		color: #333399;
		font-size: 12pt;
		font-weight: bold;
		text-align: right;
	}

	.calendar_upcoming .single_event {
		font-size: 10pt;
		margin: 2px 0px;
		border-top: 1px solid #333399;
		clear: both;
		float: left;
		display: block;
		position: relative;
		width: 265px;
		height: 35px;
	}

	.calendar_upcoming .single_event .event_title A {
		color: #333399;
		text-decoration: none;
	}

	.calendar_upcoming .single_event .event_time {
	}
	.calendar_upcoming .single_event .event_series {
	}

	.calendar_upcoming .single_event .event_teaser {
		padding-left: 0px;
	}

/* INDIVIDUELLE ANPASSUNG ----------------- */

.start_time, .end_time {
	font-size: 9px;
}

.event_teaser p {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

.event_teaser {
	float: left;
	margin: 0px;
	padding: 0px;
		display: block;
		position: relative;
}

.event_time {
	float: left;
	width: 110px;
		display: block;
		position: relative;
}

.calsmall {
	font-size: 9px;
	display: block;
	white-space: normal;
	width: 100%;
}
/* CALENDAR - MONTHVIEW ------------------ */

	.monthview, .calendar-month {
		font-family:  Arial, Helvetica, sans-serif;
	}
	TABLE.monthview {
		border: 1px solid #333399;
		background-color: #333399;
		padding: 5px;
		clear: both;
	}

	.calendar-month .prev_months {
		float: left;
		width: 220px;
		text-align: right;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .next_months {
		float: right;
		width: 220px;
		padding-top: 5px;
		white-space: nowrap;
	}
	.calendar-month .the_month {
		font-size: 15pt;
		font-weight: bold;
		color: #288EBD;
		text-decoration: none;
		text-align: center;
	}
	.calendar-month .the_month A {
		color: #333399;
		text-decoration: none;
	}

	.calendar-month .p_m {
		float: left;
		margin-left: 150px;
	}
	.calendar-month .n_m {
		float: right;
		margin-right: 150px;
	}

	.calendar-month .p_y {
		float: left;
	}
	.calendar-month .n_y {
		float: right;
	}
	.calendar-month .p_y_1 {
		float: left;
		padding-left: 10px;
	}
	.calendar-month .n_y_1 {
		float: right;
		padding-right: 10px;
	}
	.calendar-month .cat_select {
		text-align: right;
	}

	.calendar-month .p_y_1 A, 
	.calendar-month .n_y_1 A {
		color: #288EBD;
		display: inline;
		text-decoration: none;
	}


	.calendar-month .p_m_1, 
	.calendar-month .p_m_2,
	.calendar-month .p_m_3,
	.calendar-month .n_m_1, 
	.calendar-month .n_m_2,
	.calendar-month .n_m_3
	{
		color: #288EBD;
		display: inline;
	}

	.calendar-month .p_m_1 A, 
	.calendar-month .p_m_2 A,
	.calendar-month .p_m_3 A,
	.calendar-month .n_m_1 A, 
	.calendar-month .n_m_2 A,
	.calendar-month .n_m_3 A
	{
		color: #288EBD;
		text-decoration: none;
	}

	.calendar-month .p_m_1, 
	.calendar-month .n_m_1 {
		font-size: 12pt;
	}

	.calendar-month .p_m_2,
	.calendar-month .n_m_2 {
		font-size: 10t;
		padding: 10px;
	}

	.calendar-month .p_m_3,
	.calendar-month .n_m_3 {
		font-size: 9pt;
	}


	TABLE.monthview TR TD.top_header {
		width: 610px;
		/* background-color: #EEEEEE; */
		height: 20px;
		font-size: 20pt;
	}

	TABLE.monthview TR TD.top_header .weekheader {
		width: 25px;
		text-align: center;
		border-bottom: 1px solid #000000;
		/* background-color: #FFFFFF; */
		visibility: hidden;
	}

	.monthview .top_header .dayheader {
		width: 110px;
		text-align: center;
		font-size: 10pt;
		font-weight: bold;
		background-color: #FFFFFF;
		border: 1px solid #333399;
	}
	.monthview .week {
	}

	.monthview .weeknum {
		color: #FFFFFF;
		vertical-align: top;
		border: 1px solid #333399;
	}

	.monthview .weeknum .week_short {
		color: #3333FF;
		line-height: 0px;
		font-weight: bold;
		padding-top: 20px;
	}
	.monthview .weeknum .week_header {
		font-weight: bold;
		padding-left: 5px;
		font-size: 10pt;
	}
	.monthview .weeknum .week_header A {
		text-decoration: none;
		display: block;
		width: 100%;
	}

	TABLE.monthview TR TD.day {
		/* border-bottom: 1px solid #9999FF; */
		vertical-align: top;
		height: 80px;
		width: 80px;
		background-color: #FFFFFF;
		border: 1px solid #333399;
	}
	TABLE.monthview TR TD.weekend {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #EEEEEE;
	}
	TABLE.monthview TR TD.not_in_month {
		/* visibility: hidden; */
		/* display: none; */
		background-color: #cccccc;
	}
	TABLE.monthview TR TD.day_is_today {
		background-color: #EEEEEE;
	}
	TABLE.monthview TR TD.day .dayTitle {
		font-size: 9pt;
		margin-top: 2px;
		margin-left: 2px;
	}
	TABLE.monthview TR TD.day .dayTitle A {
		text-decoration: none;
		display: block;
		width: 100%;
	}


	TABLE.monthview TR TD.day DIV.event_today {
		display: block;
		font-size: 8pt;
		border: 1px solid;
		border-top: 5px solid;
		border-color: #333399;
		margin: 2px;
		background-color: #FF9900;
		overflow: hidden;
	}
	TABLE.monthview TR TD.day DIV.event_today DIV.inner A {
		color: #222255;
		text-decoration: none;
		white-space: nowrap;
		display: inline;
	}
	.monthview .event_today .inner {
		white-space: nowrap;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.monthview .event_not_today {
		border-top: 5px solid #333399;
		border-top-color: #2AA4DD;
		margin: 1px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.monthview .event_not_today .inner {
		display: none;
	}
