/* Start of CMSMS style sheet 'bjgk-kalender' */
/* CSS Document */

/*
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'}

*/


/* 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; */
  display:inline;
}

#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%;
}

/** 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;
}
/** small calendar rules (assuming table_id='big') **/
/* border on for #big */
#small{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
  margin-left: auto ;
  margin-right: auto ;
}

#small caption
{
   padding-bottom: 3px;
}

/* nice squares for the #big table */
#small th
{
  border: 1px solid black;
  padding: 1px;
  width: 15px;
}

#small td {
  border: 1px solid black;
  vertical-align: top;
  padding: 1px;
  height: 15px;
  width: 15px;
}

/* format summaries nicely in #big */
#small ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
}

#small li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #small */
#small td
{
  background-color: silver;
}

#small .calendar-day
{
  background-color: #80ff80;
}

#small .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

/*              */
/** pris calendar rules (assuming table_id='big') **/
/* border on for #big */
#pris{
  margin: 0px;
  border: 1px #006666;
  width: 500px;
}

#pris td.bold {
  vertical-align: top;
  font-weight: bold;
  text-align: left;
  padding: 1px;
  height: 15px;
  width: 300px;
}
#pris td.plain {
  vertical-align: top;
  text-align: center;
  padding: 1px;
  height: 15px;
  width: 50px;
}

/* format summaries nicely in #big */
#pris ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
}

#pris li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #small */
#pris td
{
  background-color: white;
}

#pris .calendar-day
{
  background-color: #80ff80;
}

#pris .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

/** =============================================  **/
/** small calendar rules (assuming table_id='big') **/
/* border on for #big */
#hio {
	margin: 0px;
	border-collapse:    collapse;
	border: 1px solid black;
}

/* nice squares for the #hio table */
#hio th
{
  border: 1px solid black;
  background-color:	#006666;
  color:#FFFF00;
  padding: 1px;
  width: 150px;
}

#hio td {
  border: 1px solid black;
  vertical-align: top;
  padding: 1px;
  width: 150px;
}

/* background colours for #hio */
#hio td
{
  background-color: white;
}

/** liste table (assuming table_id='big') **/
/* border on for #big */
#liste{
  margin: 0px;
  border: 1px solid black;
}

#listecaption
{
   padding-bottom: 3px;
}

/* nice squares for the #big table */
#liste th
{
  padding: 1px;
}

#liste td {
  vertical-align: top;
  padding: 3px;
}

/* format summaries nicely in #big */
#liste ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 1px;
}

#liste li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* End of 'bjgk-kalender' */

