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

*/

.calendar
{
  border: 1px solid #c0c0c0;
  margin: 1px 0 1em 0;
  border-collapse: separate;
  border-spacing:0;
  width: 96%;
}

.calendar a {
  text-decoration: none;
}

.calendar a:hover {
  text-decoration: none;
}

.calendar caption
{
  font-weight:bold;
  line-height: 1.8em;
  letter-spacing: 1px;
  padding-bottom: 0.3em;
}

.calendar th {
  background-color: #ECECEC; /*#dee7ec;*/
  font-weight: normal;
  text-align: center;
  line-height: 1.8em;
  padding-right: 2px;
}

.calendar td {
  line-height: 1.6em;
  background-color: transparent;
  width: 14%;
  text-align: right;
  padding-right: 6px;
  vertical-align: top;
}

.calendar ul
{
  list-style: circle outside;
  margin: 0;
  padding: 0px;
  text-align: left;
}

.calendar li
{
  text-align: left;
  margin: 0;
  font-size: 90%;
}

#full-page
{
  border-collapse: collapse;
}

#full-page td
{
  border: 1px solid #c0c0c0;
  vertical-align: top;
  height: 85px;
  overflow: hidden;
}

#full-page td a
{
  text-align: left;
  margin: 0;
}

.calendar-list h1
{
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  font-size: 1em;
  line-height: 2em;
}

.calendar-list h1medium
{
  padding-top: 20px;
}

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

td.calendar-today
{
  font-weight: bold;
  background-color: #EDED73;
}

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

/** 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 {
  padding: 0.5em 0.5em 1em; /* padding for the news article summary */
  margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
/*  padding-bottom: 20px;*/
}

.calendar-date-from {
  font-size: 90%;
  font-weight: bold;
  padding-bottom: 4px;
}

.calendar-summary {
  padding-bottom: 4px;
}

.calendar-details {
  padding-bottom: 4px;
}

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

.calendar-event h1
{
   color: #294B5F;
   font-size: smaller;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   padding-bottom: 3px;
}

.calendar-event h2
{
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

/* End of 'Calendario' */

