/* Start of CMSMS style sheet 'Calendar01' */
/*
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'}

*/

#main .calendarlist-Link img {
padding: 0px;
padding-top: 4px;
padding-right: 4px;
vertical-align: middle;
float: left;
}


#main .Tageszahl {
background-color: #dddddd;
padding-left: 3px;
margin-bottom: 6px;

}

div #main .calendar-date-from {
line-height:1em;
margin-bottom: 6px;
}

#main .calendar-summary, #main .calendar-details, #main .calendar-event {
width: 550px;
}



.calendar-returnlink {
margin-top: 12px;

}
/* make all links red */
.calendar tr td a
{
  /*color: red;*/
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* 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;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  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%;
}

#big .calendar-month {
font-size: 150%;
padding-bottom: 6px;
padding-top: 4px;
margin-bottom: 12px;
background-color: #D2D2D2;
}


/** large calendar rules (assuming table_id='big') **/
/* no border on for div #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 0px solid black;
}

/* border for the #big table */
#big th
{
  font-size:120%;
  border: 1px solid black;
  padding: 3px;
  width: 90px;
  background-color: #F7D54D;
}
#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 0px;
  height: 75px;
  width: 90px;
}

/* format list in claendar-view */

div#main li.calendarlist {
list-style-type: none;
margin-left: 3px;
margin-top: 3px;
margin-bottom: 12px;

}


/* background colours for #big */
#big td
{
  background-color: #EAEAEA;
}

#big .calendar-day
{
  background-color: #80ff80;
}

#big .calendar-today
{
  font-weight: normal;
  /*background-color: #d2d2d2;*/
  border: 2px solid black;
}

#main .calendar-event {
margin-bottom: 3px;
padding-bottom: 6px;
border-bottom: 1px solid black;

}

.calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

/* End of 'Calendar01' */

