/* Start of CMSMS style sheet 'Kalender-Stile' */
/*
based on example stylesheet for Calendar module

For using this “big” ID selector insert something like this in your page
or template:

{cms_module module='Calendar' table_id='big'}

*/



/* highlight “today” for the small calendar */
.calendar-today {font-weight: bold;}

.calendar-nav {
	font-size: 2em;
	text-align: center;
	position: relative;
	margin-bottom: 1em;
	height: 1%;
}
.calendar-nav a {
	width: 30px;
	height: 30px;
	text-align: center;
	background: url(images/b_30x30_empty.png) no-repeat;
	line-height: 100%;
	text-decoration: none !important;
	position: absolute;
}
.calendar-nav .prev {left: 0;}
.calendar-nav .next {right: 0;}
.calendar-nav a:hover {color: #666;}
#calendar_list {
	border-collapse: collapse;
	width: 100%;
}
#calendar_list thead th {
	background: url(images/bg_tablehead.png) top center no-repeat;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
	color: white;
	font-weight: normal;
	font-size: 1.1em;
}
#calendar_list thead th.first {background-position: left top;}
#calendar_list thead th.last {background-position: right top;}/*
#calendar_list tbody {border: 1px solid #D8D1A7;}*/
#calendar_list tbody td {
	border: solid #D8D1A7;
	border-width: 1px 0;
	background: #FFFBE3;
	padding: 4px 5px;
}
#calendar_list tbody .even td {background: #FDF3D5;}

#info #concertlist li {
	color: black;
	font-weight: bold;
}
#info #concertlist a {text-decoration: underline;}
#info #concertlist a:hover {text-decoration: none;}
#info #concertlist .calendar-summary {
	color: #666;
	font-weight: normal;
}

.calendar-date-from table {
	margin: 20px 0;
	background: #FFFBE3;
	border-collapse: collapse;
	border: 1px solid #D8D1A7;
}
.calendar-date-from table th, .calendar-date-from table td {
	padding: 3px 5px;
}
.calendar-date-from table th {text-align: left;}
.calendar-date-from table th:after {content: ":";}
.calendar-summary {font-weight: bold;}
/* End of 'Kalender-Stile' */

