/* Start of CMSMS style sheet 'Gall-Tir kalendář' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/

table.calendar{
    border-collapse: collapse;
}

table.calendar td,table.calendar th{
    padding: 2px;
}

table.calendar th{
    text-align: center;
    color: #724474;
}

table.calendar td{
    text-align: right;
    color: #7c7c7a;
}

table.calendar caption{
    background: none;
    text-align: center;
    color: #724474;
    font-weight: bold;
}

table.calendar tr td a
{
  color: #a05fa1;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* Hide unnecessary parts */
.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title,
table.calendar td ul
{
  display: none;
}
/* End of 'Gall-Tir kalendář' */

