/* Start of CMSMS style sheet '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'}

*/

div#calendar {
width:213px;
padding:50px 17px 30px 17px;
background:#7f7f7f url(images/ait/bg_calander.jpg) 0 0 no-repeat;
margin:0;
clear:both;
}


/* make all links red */
.calendar tr td a
{
  color: #BAD718;
}

/* 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-summary-title
{
  display: none;
color:#fff;
}
#cal-upcominglist .calendar-date-title
{
font-weight:500;
color:#fff;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
color:#fff;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: #fff;
  font-size: 100%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 100%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
font-size:10px;
  margin: 0px;
  border: 0;
width:200px;
}

/* nice squares for the #big table */
#big th
{
  border: 0;
  padding: 3px;
color:#ffcc00;
}

#big tbody {
  padding: 20px;
}

#big td {
  border: 0;
  vertical-align: top;
  padding: 3px;
  height: 10px;
color:#fff;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#big li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #big */
#big td
{
  background-color: transparent;
}

#big .calendar-day
{
  background-color: transparent;
}

#big .calendar-month
{
  background-color: transparent;
text-align:left;
height:25px;
color:#fff;
}

#month-name
{
float:left;
}

#prev-next
{
float:right;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #888888;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
color:#fff;
}

.calendar-event a {
color:#fff;
line-height:17px;
}


.calendar-date-from {
color:#fff;
font-weight:600;
padding-bottom:5px;
}
/* End of 'Calendar' */

