/* Start of CMSMS style sheet 'Kalender' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar' table_id='big'}

*/
div#calendar {
	text-align:center;
	margin:  10px 0 0 0;
}

table.calendar {
	border-collapse: collapse;
	width:190px;
	margin:10px;
}

.calendar-month {
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	color: #661932; 
	font-size:16px;
	line-height: 17px;
	margin:0;
	padding:0;
	text-align:center;
}

span.calendar-next a:link,
span.calendar-next a:visited,
span.calendar-next a:active,
span.calendar-next a:hover {
	margin:0;
	padding:0;
	font-size: 20px;
	font-weight:bold;
	color:#C87853;
	text-decoration:none;
}
span.calendar-prev a:link,
span.calendar-prev a:visited,
span.calendar-prev a:active,
span.calendar-prev a:hover {
	margin:0;
	padding:0;
	font-size: 20px;
	font-weight:bold;
	color:#C87853;
	text-decoration:none;
}

.calendar td {
	font-size:10px;
	height:16px;
	vertical-align:center;
	text-align:center;
}
.calendar th {
	color: #661932 !important;
	font-size:11px;
	height:16px;
	vertical-align:center;
	text-align:center;
}

.calendar tr td a {
	display:block;
	text-decoration:none;
	color:#EAEADE;
	background-color:#C87853;
	font-weight:bold;
}
.calendar tr td ul {
	margin:0;
	padding:0;
}

.calendar-today {
	font-weight: bold;!important
	display:block;
	border:1px solid #C87853 !important;
background-color:#ffffff !important;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
	display: none;
}

.calendar-upcominglist {
	font-size:10px;
background-color:#EAEADE;
}
div.calendar-upcominglist h1 {
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	color: #C87853; 
	font-size:15px;
	margin:0;
	padding:0;
	text-align:center;
}
div.calendar-upcominglist h3 {
	font-size:12px;
	font-familiy: "Trebuchet MS", Arial, Helvetica, "Sans  Serif";
	color: #9E9981;
	margin:0;
	padding:0;
}
div.calendar-event div.calendar-summary,
div.calendar-event a:link,
div.calendar-event a:visited,
div.calendar-event a:hover,
div.calendar-event a:active
{
	font-size:10px;
	line-height:12px;
	display: inline;
	margin-right: 5px;
}

div.calendar-event a:visited {
	color: #C87853;
}
div.calendar-event div.calendar-date-from {
	font-weight:bold;
	color: #9E9981;
	font-size:10px;
	line-height:12px;
	display: inline;
	margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
	color: red;
	font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
	font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/


.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
	display: none;
}
.calendar-event {
	font-familiy: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size:12px;
	border-top: 1px solid #cbccba;
	padding:5px 0px 10px 0px;
	margin:0px 10px 0px 10px;
}
/* End of 'Kalender' */

