/* Start of CMSMS style sheet 'artwalk calendar' */
/*
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'}

*/


/* 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;
}

#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
{
  width: 94%;
  margin: auto;
  border-collapse:    collapse;
  border: 4px double #333;
}

#big .calendar-prev a
{
    font-size:  200%; 
}
#big .calendar-next a
{
    font-size:  200%; 
}

#big .calendar-month-top
{
   font-size: 136%;
   padding-top: 10px;
   padding-left: 5px;
   padding-right: 5px;
}
#big table
{
    border-collapse: collapse;
    margin: 5px;	
    font: normal 1em 'Trebuchet MS', verdana, sans-serif;
}
/* nice squares for the #big table */
#big th
{
  background: #993333;
  height: 29px;
  padding-left: 12px;
  padding-right: 12px;
  color: #FFF;
  text-align: left;
  border-left: 1px solid #D68686;
  border-bottom: solid 2px #FFF;
}

#big td {
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  border-left: 2px solid #E8E8E8;
  border-bottom: 2px solid #DFDFDF;
  height: 75px;
  width: 75px;
  margin: 0;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}
#big li
{
  line-height: 0.91em;
}
/* background colours for #big */

#big td
{
  background-color: #F8F8F8;
}


#big .calendar-day
{
  /* background: #F8F8F8 url(uploads/Enlighten/calnumsquare.gif) no-repeat top left; */
  background-color: #F8F8F8;
  vertical-align: top;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #E1E1E1;
  vertical-align: top;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-seperator {
  border-bottom: 1px dashed #E5CEAC;
  margin: 3px 10px 10px 20px;
}

/* End of 'artwalk calendar' */

