/* Start of CMSMS style sheet 'GC - Calendari' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/

.calendar-list {
   margin: 0;
   width: 99%;
}

.calendar-month {
   text-align: left;
   color: #000;
   font-weight: bold;
   margin-bottom: 2px;
}

.calendar-month a {
   text-decoration: none;
   color: #000;
}

.calendar-monthAgenda {
   text-align: left;
   color: #000;
   font-weight: bold;
   margin-bottom: 2px;
   font-size: 26px;
}

.calendar-monthAgenda a {
   text-decoration: none;
   color: #000;
   font-size: 26px;
   background: transparent;
}

.calendar-next a {
   text-decoration: none;
   color: #000;
}

.calendar-nextAgenda a {
   text-decoration: none;
   color: #000;
}

/* make all links red */
.calendar tr td a
{
  color: red;
  text-decoration: none;
}

.calendarAgenda tr td a
{
  color: #0047B9;
  text-decoration: none;
}

.calendarAgenda tr td {
  color: #333;
  text-decoration: none;
  height: 55px;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#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 default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar {
  margin: 4px 0 0 0;
  border-collapse: collapse;
}

#plantilla3ContenidorAgenda #cal-calendar {
  margin: 4px 0 0 0;
  border-collapse: separate;
}

#calendariNumDia {
   font-size: 40px;
   font-weight: bold;
   margin: 10px 0 20px 0;
}

/* nice squares for the #cal-calendar table */
#cal-calendar table
{
border-spacing: 10px;
}

#cal-calendar th
{
  /* border: 1px solid black;*/
  padding: 3px;
  width: 65px;
}

#cal-calendar td {
  /* border: 1px solid black; */
  vertical-align: top;
  text-align: right;
  padding: 3px 3px 1px 1px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li,
div#calendariLeft ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 9px;
}

#cal-calendar li a {
   color: red;
   font-size: 9px;
}

/* background colours for #cal-calendar */
#plantilla3ContenidorAgenda #cal-calendar td
{
  background-color: #FFF; 
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #45CE29;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

#calendariLeft {
   float:left;
   margin-top:10px;
   width: 520px;
}

#calendariRight {
   float: right;
   overflow: auto;
   width: 215px;
   height: 360px;
   margin: 120px 0 0 0;
   padding: 0 10px 0 0;
}
/* End of 'GC - Calendari' */

