/* Start of CMSMS style sheet 'smallcalendarHome' */
/* YB: CGCalendar pour le petit calendrier*/

/* make all links green */
.calendar tr td a {
   text-decoration: none;
   color: RGB(50,60,50);
}
.calendar tr td a:hover {
   color: RGB(20,40,20);
}
.calendar a#month {
	color: RGB(20,40,20);
}
#cal-calendar {
  border-collapse: collapse;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th {
  font-size: 80.01%;
  font-weight: normal;
  text-align: center;
  border: 1px solid pink;
  padding: 3px;
  width: 27px;
color:#fff;
  background-color: #ec008c;
}

#cal-calendar td {
  font-size: 90.01%;
  border: 1px dashed pink;
  vertical-align: center;
  padding: 3px;
  height: 32px;
  width: 27px;
background-color:white;
}


#cal-calendar td#calendar-today{
	border: 2px solid #24bad1;
background-color:#bde0e0;


}

#cal-calendar caption.calendar-month {
    padding-bottom: 15px;


}
 /* Les liens ne seront plus soulignés */
#cal-calendar span.calendar-prev a,
#cal-calendar span.calendar-next a {
    text-decoration: none;

}
 /* Les liens ne seront plus soulignés */
#cal-calendar td.cgcalendar_event {
    background-color: #f8e483;
	border: 1px dashed white;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#cal-calendar div.cgcalendar_content {
    position: relative;
    text-align: center;
}



#cal-calendar div.cgcalendar_info{
	display:none;
z-index:10;
	position: absolute;
	bottom:1.1em;
	right:6px;
	width:200px;
	background-color: white;
	border: solid 1px pink;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar div.cgcalendar_info ul {
  text-align: left;
 margin: 0.6em 0.6em 0.6em 0.6em;z-index:10;
}

#cal-calendar div.cgcalendar_info li {
  list-style-type: none;
  padding: 5px;z-index:10;
}

/*#cal-calendar td.cgcalendar_event:hover {
	border: 2px solid RGB(90,180,0);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}*/
#cal-calendar td.cgcalendar_event:hover div.cgcalendar_info,
#cal-calendar div.cgcalendar_info :hover{
	display:block;z-index:10;
}









/* YB: pour présenter la liste d'évènements */

/*Mois ou jour avec les liens précédent et suivant*/
/*YB: liste d'évènements*/
div#calendar-list-title {
    text-align: center;
    padding: 20px 0px 30px;
}
div#calendar-list-title span.calendar-previous,
div#calendar-list-title span.calendar-nextone,
div#calendar-list-title h2 {
    display: inline;
}

/*Pour la liste des champs des évènements*/
div.calendar-fields {
   padding-bottom: 0.3em;
}

.calendar-event {
	padding: 1em 0em 0.5em;
	/*margin: 0 0.5em 0.5em 0em;*/
	border-top: 1px solid #ccc;
}
.calendar-event-first {
	padding: 1em 0em 0.5em;
	/*margin: 0 0.5em 0.5em 0em;*/
}
div.calendar-details p {
	margin-bottom: 0.5em;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#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%;
}
/* End of 'smallcalendarHome' */

