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

*/


/* Niran tweaker css:en */
.calendar-month{
margin-bottom: 10px;
}

div#tgc-cal{
float:right;
background-color: #000;
color: #FFF;
padding: 20px;
margin: 0;
}

.calendar-returnlink{
margin-top: 10px;
}



div#tgc-cal a{
color: #FFF;
text-decoration: none;
}

#tgc-cal th{
padding: 3px;
}

#tgc-cal td{
text-align:center;
padding: 3px;
 
}

#tgc-cal td a{
text-align:center;
text-decoration: underline;
}


.calendar-details{
padding-top:0px;
}


/* make all links red */


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


.calendar-list{
background-color: #000;
color: #FFF;
padding: 20px;
margin: 0;
}

.calendar-list a{
color: #FFF;
}

div#sidebar .calendar-list h1{
color: #FFF;
font-size: 1.6em;
margin-top: 0.5em;
}
div#sidebar .calendar-list h2{
color: #FFF;
font-size: 1.2em;
margin-top: 1.2em;
margin-bottom:0.5em;
}


.calendar-prev h1{
color: #FFF;
}

.calendar-summary{
margin-top: 6px;
}


/* 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: #FFFFFF;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

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

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

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

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

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

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

#big .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

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


.calendar-details-title
{
margin-top:6px;
}
/* End of 'TGC - Kalender' */

