/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}

div.calendar {
	height: 197px;
	text-align: center;
	width: 150px;
	background-image: url(fd_calendar.gif);
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	background-repeat: no-repeat;
}	
button.calendar {
	visibility: hidden;
	height: 0px;
	width: 0px;

}
#date1 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	font-size: 10px;
	margin-top: -5px;
	cursor: pointer;
}
#date1:hover {
	color: #006600;
	text-decoration: underline;
}


	div.calendar * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	}	

	div.calendar div {
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
	background-image: none;
	color: #FFFFFF;
	}	
	
	div.calendar caption {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	}
	div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -50px;
	top: 12px;
	width: 11px;
	}
	div.calendar caption a.prev {
	background-image: url(a.prev.gif);
	left: 0;
	}
	div.calendar caption a.next {
	background-image: url(a.next.gif);
	right: 0;
	background-repeat: no-repeat;
	}
	div.calendar caption a:hover {
	background-position: 2px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	overflow: hidden;
	width: 147px;
	background-image: url(fd_calendar_2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	div.calendar td,
	div.calendar th {
	border: 0;
	color: #369F5A;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
	}
	div.calendar td {
		background: url(calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
	background: url(calendar-valid.gif);
	color: #369F5A;
	cursor: pointer;
	font-weight: bold;
	}
	div.calendar td.hilite {
		background: url(calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
	background: url(active.gif) 0 100%;
	color: #666666;
	cursor: pointer;
	}
#date_choix {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 2px;
	font-size: 10px;
	margin-top: -5px;
	cursor: pointer;
}
#date_choix:hover {
	color: #006600;
	text-decoration: underline;
}
