/*                                */
/* Calendar style sheet           */
/* Feuille de style du calendrier */
/*                                */

/* Style de la table principale contenant le calendrier */
/* Style de la table principale contenant le calendrier */
table.calendar_main {
	font-family: verdana, arial, sans-serif;
	width: 99%;
	margin: auto;
	font-weight: bold !important;
}

/* Style for the calendar header (<< month year >>) */
/* Style du titre du calendrier (<< mois annee >>)  */
.calendar_title {
	text-align: center;
}

/* Style of the cell "month year" of the header */
/* Style de la cellule "mois annee" du titre    */
.calendar_title_month {
}

/* Style of the link "month year" of the header */
/* Style du lien "mois annee" du titre          */
.calendar_title_month_clickable {
	color: #000000;
	text-decoration: none;
}

/* Style of the cell that contains the link "<<" in the header */
/* Style de la cellule contenant le lien "<<" du titre         */
.calendar_title_left_arrow {
	text-align: left;
}

/* Style of the cell that contains the link ">>" in the header */
/* Style de la cellule contenant le lien ">>" du titre         */
.calendar_title_right_arrow {
	text-align: right;
}

/* Style of the link "<<" of the header */
/* Style du lien "<<" du titre          */
.calendar_title_left_arrow_clickable {

}

/* Style of the link ">>" of the header */
/* Style du lien ">>" du titre          */
.calendar_title_right_arrow_clickable {
}

/* Global style of the main calendar table */
/* Style global de la table du calendrier  */
.calendar_table {
	border: none;
	border-collapse: collapse;
	font-size: 10px;
	width: 100%;
}

/* Generic style of the calendar table cells              */
/* Style generique des cellules de la table du calendrier */
.calendar_table td {
	border: 1px dotted #FB2E03;
	text-align: left;
	vertical-align: top;
	width: 14%;
	height: 100px;
	font-weight: bold !important;
}

/* Style of the table header cells that contains the days                   */
/* Style des cellules d'en-tete la table du calendrier, contenant les jours */
.calendar_table th {
	border: 1px dotted #fe0000;
	background-color: #fe0000;
	font-weight: bold !important;
	text-align: center;
	color: #ffffff;
}

/* Style of the calendar cells the contains the week-end days (saturday and */
/* sunday)                                                                  */
/* Style des cellules de la table contenant les jours du week-end (samedi et*/
/* dimanche)                                                                */
.calendar_weekend {
	background-color: #fff;
	font-weight: bold !important;
}

.calendar_no-weekend {
	background-color: #fff;
	font-weight: bold !important;
}

/* Style of the table cells that contains the days that are not part of the */
/* monthly currently displayed                                              */
/* Style des cellules contenant des jours ne faisant pas partie du mois en  */
/* cours d'affichage                                                        */
.calendar_other_month {
	color: #999999 !important;
	font-weight: normal;
	font-size: 16px;
}

/* Style for the links of days not part of the month currently displayed */
/* Style des liens des jours ne faisant pas partie du mois en cours      */
/* d'affichage                                                           */
.calendar_other_month_clickable {
	color: #999999;
	text-decoration: none;
	}

/* Style for today's day (non-clickable)                  */
/* Style du jour (non cliquable) representant aujourd'hui */
.calendar_today {
	color: #fe0000;
	font-size: 16px;
}

.calendar_day {
	color: #000000 !important;
	font-size: 16px;
	font-weight: bolder;
}

/* Style of today's link                              */
/* Style du lien sur le jour representant aujourd'hui */
.calendar_today_clickable {
	color: #fe0000;
	text-decoration: none;
}

/* Style for the links of days part of the month currently displayed     */
/* Style des liens des jours faisant partie du mois en cours d'affichage */
.calendar_day_clickable {
	color: #000000;
	text-decoration: none;
}

.calendar_weekend a,
.calendar_no-weekend a
{
	display: block;
	width: 100%;
	height: 100px;
	color: #000000;
}
.calendar_weekend a:hover,
.calendar_no-weekend a:hover
{
	text-decoration: none;
	background-color: #FFf;
}

.pop
{
	position: absolute;
	display: none;
	width: 200px;
	border: 3px double black;
	background: #F5F5DC;
	z-index: 500;
	font-size: 80%;
}

table.calendar_legend
{
	width: 99%;
	margin: auto;
}

.calendar_legend th {
	border: 1px dotted #fe0000;
	background-color: #fe0000;
	font-weight: bold !important;
	text-align: center;
	color: #ffffff;
}

.calendar_legend td {
	border: 1px dotted #fe0000;
	text-align: left;
	vertical-align: top;
	width: 25%;
	font-weight: bold !important;
	background-color: #fff;
}
	padding-left: 2px;

