/* Start of CMSMS style sheet 'Calendar CSS example' */
/*
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'}

*/



/* make all links red */
.calendar tr td a
{
  color: #FE6700;
  text-decoration:none;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
  font-size:12px !important;
}

/* 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;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size:18px;
}
#cal-list h2, cal-upcominglist h2
{
  font-size:18px;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

/* nice squares for the #big table */
#big th
{
  border-left: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center; font-size:10px; font-weight:bold; color:#636272 !important
}

#big td {
  border: 1px solid #CCCCCC;
  vertical-align: top;
  height: 65px;
  width: 68px;
  text-align:right;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: #ffffff;
}

#big .calendar-day
{
  background-color: #F1F1F1;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #F1F1F1;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

#cal_top_crv { background:url(images/cms/cal_crv.gif) no-repeat left top; float:left; width:505px; height:459px; padding:19px 0 0 1px; }

.calendar-month { font-size:18px; width:475px; font-family:Arial, Helvetica, sans-serif; color:#000000; font-weight:bold !important;  text-align:center; margin:0 10px;}

.calendar-prev a { text-decoration:none !important; background:url(images/cms/prev_mnth.gif) no-repeat  left; float:left; width:108px; height:20px; text-indent:-999px; overflow:hidden; letter-spacing:-999px;  position:relative; }
.calendar-prev a:hover { text-decoration:none; color:#333333;}

span.calendar-next{float:right; width:105px; height:15px;}
.calendar-next a { text-decoration:none !important; background:url(images/cms/nxt_mnth.gif) no-repeat  right; float:right;  position:relative; width:100px; height:20px; text-indent:-999px; overflow:hidden; letter-spacing:-999px; }
.calendar-next a:hover { text-decoration:none; color:#333333;}
/* End of 'Calendar CSS example' */

