/*

Cette feuille de style décrit l'affichage du calendrier.
Elle peut être modifiée facilement.

Auteur: L. VERGNAUD

*/

.calendar {
	position: absolute;
	top: 10px;
	left: 100px;
	z-index: 10000;
	border: solid 1px #BEBEBE;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.shadow(color=#BEBEBE,direction=135,strength=4);
}

/* Days for Netscape */
.NSday {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #0000cc;
	text-decoration: none;
}

/* Day table */
.Gtab {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	background: #ffffff;
	width: 152px;
}

/* Title */
.Gname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #646464;
	background-color: #DCEFDF;
	text-decoration: none;
}

/* Text fields */
.Gtxt {
	font-family: Courier New, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #646464;
	text-decoration: none;
	margin-left: 0px;
}

/* Week header */
.Gh1,.Gh2,.Gh3,.Gh4,.Gh5 {
	width: 20px;
	height: 16px;
	font-size: 1em;
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A0AEB0;
	text-align: center;
	line-height: 16px;
}


/* Week-end header */
.Gh0,.Gh6 {
	width: 20px;
	font-size: 1em;
	height: 16px;
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A0AEB0;
	text-align: center;
	line-height: 16px;
}

/* Week days */
.Gc1,.Gc2,.Gc3,.Gc4,.Gc5,.Gctoday {
	width: 20px;
	height: 16px;
	background: #FFFFFF;
	border: solid 1px #A0AEB0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #A0AEB0;
	text-align: center;
	cursor: default;
	line-height: 16px;
}

/* Week days selected */
.Gc1on,.Gc2on,.Gc3on,.Gc4on,.Gc5on,.Gctodayon {
	width: 20px;
	height: 16px;
	background: #FFFFFF;
	border: solid 1px #A0AEB0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #FF9600;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
}

/* Week-end days */
.Gc0,.Gc6 {
	width: 20px;
	height: 16px;
	border: solid 1px #A0AEB0;
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #A0AEB0;
	text-align: center;
	cursor: default;
	line-height: 16px;
}

/* Week-end days selected */
.Gc0on,.Gc6on {
	width: 20px;
	height: 16px;
	border: solid 1px #A0AEB0;
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #FF9600;
	text-align: center;
	cursor: pointer;
	line-height: 16px;
}