/* Start of CMSMS style sheet 'Calendrier' */
/*
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'}

*/
#m591d4,
#showFormModify{margin:0 0 0 -3px;padding:0px;background:none;color:#ea8532;cursor:pointer;outline:none;text-align:left;}
#m591d4:hover,#m591d4:active,
#showFormModify:hover,#showFormModify:active{color:#5f5f5f;}
/* make all links red */
.calendar tr td a
{
  color: #ed8532;
  font-weight:bold;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

.calendar-month{
  height:30px;
  padding:15px 0 1px 0;
  background:#ffffff;
  text-align:right;
  color:#dddddd;
 /*margin:20px 0 0 0;*/
}

.calendar-month span.current_month a{
  color:#808080;
}

.calendar-list{border:none;}
.calendar-fields{margin:20px 0 0 0;}
.calendar-details{padding:0 20px 0 0;}
.calendar-returnlink, .calendar-details{margin:20px 0 0 0;}
.calendar-returnlink p {margin:0px;padding:0px;}
.calendar-prev, .calendar-next{
  font-variant: small-caps;
}

/* 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 */
table#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 2px solid #dddddd;
  width:952px;
}

/* nice squares for the #big table */
#big th
{
  border: 2px solid #dddddd;
  padding: 3px;
  /*width: 80px;*/
}

#big td {
  border: 2px solid #dddddd;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 136px;
}

/* format summaries nicely in #big */
#big ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  list-style-type: none;
  list-style-image:none;
 width:80px;
}

#big ul li
{
  list-style-type: none;
  list-style-image:none;
  padding: 0px;
  margin: 0px;
 width:80px;
}

#big ul li span
{
  /*display:block;*/
  border:1px solid #dddddd;
  text-align:center;
  padding:3px;
  width:78px;
}

#big ul li span a
{
  color:#3c3b3b;
}

#big ul li p
{
  margin:5px 0 0 0;
 width:80px;
}

/* background colours for #big */
#big td
{
  background-color: #ffffff;
}

#big .calendar-day
{
  background-color: #ffffff;
}

#big .calendar-today
{
  font-weight: normal;
  background-color: #f7f7f7;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-event form{margin:0px;padding:0px;}
/* End of 'Calendrier' */

