/* Flora style sheet for jQuery date picker v3.7.0. */
#ag_cyclo-div, .ag_cyclo-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #F0F0F0;
	width: 15em;
}
#ag_cyclo-div {
	display: none;
	border: 1px solid #FF9900;
	z-index: 100;
}

#ag_cyclo_btn_img {
border: 0px;
}
#ag_cyclo_btn_sortie_img {
border: 0px;
}

.ag_cyclo-inline {
	float: left;
	display: block;
	border: 0;
}
.ag_cyclo-rtl {
	direction: rtl;
}
.ag_cyclo-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
.ag_cyclo-disabled {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.ag_cyclo-trigger {
	width: 25px;
}
img.ag_cyclo-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ag_cyclo-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}
* html .ag_cyclo-prompt {
	width: 15em;
}
.ag_cyclo-control, .ag_cyclo-titre, .ag_cyclo-header, .ag_cyclo {
	clear: both;
	float: left;
	width: 100%;
	color: #000;
}
.ag_cyclo-control {
	background: #FF9900;
	padding: 2px 0px;
}
.ag_cyclo-titre {
	background: #F0F0F0;
	padding: 2px 0px;
}
.ag_cyclo-titre {
	font-weight: bold;
}
.ag_cyclo-control {
	font-weight: bold;
	font-size: 80%;
}
.ag_cyclo-titre label {
	padding: 2px 5px;
	color: #888;
}
.ag_cyclo-clear, .ag_cyclo-prec {
	float: left;
	width: 20%;
}
.ag_cyclo-rtl .ag_cyclo-clear, .ag_cyclo-rtl .ag_cyclo-prec {
	float: right;
	text-align: right;
}
.ag_cyclo-courant {
	float: left;
	width: 60%;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.ag_cyclo-close, .ag_cyclo-suiv {
	float: right;
	width: 20%;
	text-align: right;
}
.ag_cyclo-rtl .ag_cyclo-close, .ag_cyclo-rtl .ag_cyclo-suiv {
	float: left;
	text-align: left;
}
.ag_cyclo-header {
	background: #F0F0F0;
	color: #000;
	text-align: center;
	font-weight: bold;
	height: 1.6em;
}
.ag_cyclo-header select {
	background: #F0F0F0;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ag_cyclo-header span {
	position: relative;
	top: 3px;
}
.ag_cyclo {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ag_cyclo a {
	display: block;
	width: 100%;
}
.ag_cyclo-titre-table {
	background: #F0F0F0;
	color: #000;
}
.ag_cyclo-titre-table th {
	text-align: center;
	font-weight: normal;
}
.ag_cyclo-titre-table .ag_cyclo-week-end-cell {
	background: #F0F0F0;
}
.ag_cyclo-days-row {
	background: #FFF;
	color: #666;
}
.ag_cyclo-week-col {
	background: #B1DB87;
	color: #000;
}
.ag_cyclo-days-cell {
	color: #000;
	border: 1px solid #F0F0F0;
}

.ag_cyclo_matin {
    color: #FF8080;
	 font-weight:bold;
	background: url("images/sortie-matin.png") no-repeat;
}
.ag_cyclo_apres-midi {
    color: #FF8080;
	 font-weight:bold;
	background: url("images/sortie-apres-midi.png") no-repeat;
}
.ag_cyclo_journee {
    color: #FF8080;
	 font-weight:bold;
	background: url("images/sortie-journee.png") no-repeat;
}
.ag_cyclo-other-month {
	background: #F0F0F0;
}
.ag_cyclo-days-cell a {
	display: block;
}
.ag_cyclo-week-end-cell {
	background: #E0F4D7;
}
.ag_cyclo-unselectable {
	color: #888;
}
.ag_cyclo-week-over, .ag_cyclo-week-over .ag_cyclo-week-end-cell {
	background: #B1DB87;
}
.ag_cyclo-today {
	border: 1px solid #000;
}
.ag_cyclo-current-day {
	background: #83C948;
	color: #fff;
}
.ag_cyclo-days-cell-over, .ag_cyclo-days-cell-over.ag_cyclo-week-end-cell {
	background: #FFF;
	color: #000;
	border: 1px solid #777;
}
.ag_cyclo-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#ag_cyclo-div a, .ag_cyclo-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.ag_cyclo-inline .ag_cyclo-titre a {
	padding: 0 5px !important;
}
.ag_cyclo-control a, .ag_cyclo-titre a {
	padding: 2px 5px !important;
	color: #000 !important;
}
.ag_cyclo-titre-table a {
	color: #000;
}
.ag_cyclo-control a:hover {
	background: #FDD;
	color: #333;
}
.ag_cyclo-titre a:hover, .ag_cyclo-titre-table a:hover {
	background: #FFF;
	color: #333;
}
.ag_cyclo-multi .ag_cyclo {
	border: 1px solid #83C948;
}
.ag_cyclo-one-month {
	float: left;
	width: 15em;
}
.ag_cyclo-new-row {
	clear: left;
}
.ag_cyclo_date_libre {                  /*  DATES NEED TO Approve AND  CLIENT RESERVED DATES*/
    background:#ccc;
    color:#fff;
    font-weight:bold;
}

#cyclocontentleft {float: left; width: 678px; margin: 0px 0px 0px 0px; padding: 0px 20px 20px 20px; border-left: 1px solid #E2DDDE; border-right: 1px solid #E2DDDE;}

/* ___________ IE6 IFRAME FIX ________ */
.ag_cyclo-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

.ag_cyclo_hdr_tip {
	font-weight:bold;
	width: 250px;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #886353;
	padding: 3;
	font-size: 11px;
	color: #FFFFFF;
	background: #886353;
/*	dvHdr.style.filter='alpha(opacity=85)'; */
/*	dvHdr.style.opacity='0.85'; */

}

.ag_cyclo_body_tip {
	border: 1px solid #886353;
	width: 250px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 3;
	color: #886353;
	background: #FFFFFF;
/*	dvBdy.style.filter='alpha(opacity=85)';
	dvBdy.style.opacity='0.85'; */
}



