/* Start of CMSMS style sheet 'CSS pour le calendrier' */

/* make all links red */
.calendar 
{
  font-family: Verdana, sans-serif, Arial;
  background-color: #FF6666;
}
.calendar tr td a
{
  color: black;
  font-size: 11px;
  /*font-weight: bold;*/
}
.calendar tr td a:hover
{
  color: black;
  font-size: 11px;
  /*font-weight: bold;*/
}

/* 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: 130%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 120%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid black;
}

/* nice squares for the #big table */
#big th
{
  border: 1px solid black;
  padding: 3px;
  width: 75px;
}

#big td {
  border: 1px solid black;
  vertical-align: top;
  padding: 3px;
  height: 75px;
  width: 75px;
}

/* 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: #cccccc;
}

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

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


.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  font-family: Verdana;
  /*font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;*/
  display: none;
}

/* CALENDAR HEADINGS */

div#calendar {
   text-align: left;
   font-size: 1.1em;
   line-height: 1.2em;

}
div#calendar h1 {
   font-size: 2em; /* font size for h1 */
   color: #ffffff;
   background-color: #003366;
   padding-left: 0.5em;
   line-height: 1em;
   margin: 0;
}
div#calendar h2 {
   color: #ffffff;
   background-color: #336699;
   font-size: 1.5em;
   text-align: left;
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #003366;
   border-left: 1.1em solid #003366;
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#calendar h3 {
   color: #003366;
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#calendar h4 {
   color: #003366;
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#calendar h5 {
   color: #003366;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #003366;
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END CALENDAR HEADINGS */.calendar-prev{display:inline;}
/* End of 'CSS pour le calendrier' */

