/* Start of CMSMS style sheet 'lgd : koledar' */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/


#koledar {float:left; margin:60px 0px 50px 30px; padding: 0px; }


table.calendar { border-collapse:separate; border-spacing:3px; }

/* make all links red */
.calendar tr td a
{ color: #000; display: block; width: 100%; height: 100%; line-height: 27px; margin:0px 0px 0px 0px; padding:0px; background:#e4c0c1; }
.calendar tr td a:hover {  background:#f23438; }

/* highlight "today" for the small calendar */
.calendar-today { }

/* 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: 0px; }

/* nice squares for the #cal-calendar table */
#cal-calendar th { font-weight:normal; font-size:6px; }

#cal-calendar td.prazni_dnevi { background:transparent; }
#cal-calendar td.prazni_dnevi:hover { background:transparent; }

#cal-calendar td { text-align:center; font-size:13px; height: 27px; width: 27px; padding:0; }

/* format summaries nicely in #cal-calendar */
#cal-calendar ul { visibility:hidden; width:0px; height: 0px; margin: 0px; padding: 0px; padding-left:5px; }

#cal-calendar li { list-style-type: none; padding: 0px; margin: 0px; }

/* background colours for #cal-calendar */
#cal-calendar td { background:#f3f3f3; cursor:default; }
#cal-calendar td:hover { background:#bbb; }

#cal-calendar .calendar-day { }
#cal-calendar .calendar-today { border:solid #ccc 1px; padding:0; }

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

div#datum_povzetek { margin:20px 0px; padding:5px 8px; background:#f9f9f9; font-size:15px; text-align:justify; line-height: 150%; }
div.calendar-date-from { font-weight:bold; color:#800000; text-transform: uppercase; }
/* End of 'lgd : koledar' */

