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

*/

select  {
   border: solid 1px #7F9DB9;
   }

/* make all links red */
.calendar tr,.calendar th,.calendar td,.calendar a
{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color:#262626;
}

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


/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 10px 0px 0;
  border-collapse: collapse;
  border: 1px solid #262626;
	width:100%;
	border-spacing:0px;
	empty-cells:show; 
	table-layout:auto;
	overflow:hidden;
}

/* nice squares for the #big table */
#big th
{
 border: 1px solid #262626;
 font-size:8pt;
 background-color:#d0b058;
 color:#262626;
 padding:3px 5px;
 border-spacing:0px;
 width:14%;
 background: url(images/head_grad_3.gif) 0 0 repeat-y;
}

#big td {
  border: 1px solid #262626;
  vertical-align: top;
  padding: 3px;
  height: 75px;
}

/* format summaries nicely in #big */
#big ul
{
  margin:0px;
  padding: 0px;
  list-style-position:outside;
}

#big li
{
  position:relative; top:-2px; left:-2px; 
  font-size:8pt;
  line-height:1.2em;
  list-style-type: disc;
  padding: 0px;
  margin:0px;
}

*+html #big li {/* für den IE7 */
  position:relative; top:-1px; left:0px; 
}


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

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

#big .calendar-today
{
  font-weight: bold;
  background-color: darkgray;
}

#big .calendar-eventcalendar-today
{
  font-weight: normal;
  background-color: white;
}

#big .calendar-event
{
  font-weight: normal;
  background-color: white;
}

#big .calendar-event a
{
  font-weight: normal;
  color:#262626;
}

#big .calendar-twice
{
  font-weight: normal;
  background-color: #2C2C2C;
}

#big .calendar-twice a
{
  font-weight: normal;
  color:#ffed29;
}

.mugge, .calendar li.mugge a 
{
  font-weight: normal;
  color: red !important;
  position:relative; left:-5px; 
}

.privat, .calendar li.privat a 
{
  font-weight: normal;
  color:royalblue !important;
  position:relative; left:-5px; 
}

.anfrage, .calendar li.anfrage a 
{
  font-weight: normal;
  color:green !important;
  position:relative; left:-5px;   
}

.parken, .calendar li.parken a 
{
  font-weight: normal;
  color:#9b8035 !important;
  position:relative; left:-5px;   
}

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