/* calendrier
	660000
	EBD9A9
*/
.CalDivStyle{
	background-color:#fff;
	border: 2px solid #600;
	position:absolute;
	visibility:hidden;
	/*width:145px;*/
	Z-INDEX:100;
	cursor: default;
}
.CalDetStyle{
	background-color:#600;
	position:fixed;
	visibility:hidden;
	/*width:160px;*/
	Z-INDEX:200;
	border: 2px solid #900;
	color: #fff !important;
	text-align: center !important;
	padding: 3px 2px;
}
.alltext{color:#003399;font-size:8pt;}

/* MAIN TABLE */
table.calendar_table {
	border: 1px solid #fff;
	border-spacing: 0;
	font-size: 1em;
}
table.calendar_table th {
	padding: 1px 2px;
}
table.calendar_table th a.prev_month, table.calendar_table th a.next_month {
	display: inline-block;
	height: 16px;
	width: 16px;
}
table.calendar_table th a.prev_month {
	background: url('prev.png') 0 0 no-repeat;
}
table.calendar_table th a.next_month {
	background: url('next.png') 0 0 no-repeat;
}
table.calendar_table th a.prev_month:hover {
	background: url('prev.png') 0 -16px no-repeat;
}
table.calendar_table th a.next_month:hover {
	background: url('next.png') 0 -16px no-repeat;
}
table.calendar_table th a.prev_month:active {
	background: url('prev.png') 0 -32px no-repeat;
}
table.calendar_table th a.next_month:active {
	background: url('next.png') 0 -32px no-repeat;
}
table.calendar_table tr.week_days td, table.calendar_table tr.today_link td {
	padding: 1px 2px;
	text-align: center;
	background: #fceaba;
	vertical-align: middle;
}
table.calendar_table tr.week_days td {
	border-bottom: 1px solid #EBD9A9;
	color: #444;
	font-style: italic;
	font-size: 0.8em;
}
table.calendar_table tr.month_days td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
table.calendar_table tr.today_link td {
	border-top: 1px solid #EBD9A9;
}

.CAL_STYLEcpYearNavigation,	.CAL_STYLEcpMonthNavigation	{
	background-color:#EBD9A9;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

span.CAL_STYLEcpCurrentMonthDate,
span.CAL_STYLEcpCurrentMonthDateDisabled,
span.CAL_STYLEcpOtherMonthDate,
span.CAL_STYLEcpOtherMonthDateDisabled,
span.CAL_STYLEcpCurrentDate,
span.CAL_STYLEcpCurrentDateDisabled,
span.CAL_STYLEcpText,
a.CAL_STYLEcpCurrentMonthDate,
a.CAL_STYLEcpCurrentMonthDateDisabled,
a.CAL_STYLEcpOtherMonthDate,
a.CAL_STYLEcpOtherMonthDateDisabled,
a.CAL_STYLEcpCurrentDate,
a.CAL_STYLEcpCurrentDateDisabled,
a.CAL_STYLEcpText {
	display: inline-block;
	width: 17px;
	text-align: center;
	/*border: 1px solid #fff;*/
	padding: 1px 2px;
}
span.CAL_STYLEcpCurrentMonthDate:hover,
span.CAL_STYLEcpOtherMonthDate:hover,
span.CAL_STYLEcpCurrentDate:hover,
span.CAL_STYLEcpText:hover,
a.CAL_STYLEcpCurrentMonthDate:hover,
a.CAL_STYLEcpOtherMonthDate:hover,
a.CAL_STYLEcpCurrentDate:hover,
a.CAL_STYLEcpText:hover {
	background-color: #EBD9A9;
	color: #900 !important;
}
.CAL_STYLEcpDayColumnHeaderSpec,
.CAL_STYLEcpYearNavigationSpec,
.CAL_STYLEcpMonthNavigationSpec,
.CAL_STYLEcpCurrentMonthDateSpec,
.CAL_STYLEcpCurrentMonthDateDisabledSpec,
.CAL_STYLEcpOtherMonthDateSpec,
.CAL_STYLEcpOtherMonthDateDisabledSpec,
.CAL_STYLEcpCurrentDateSpec,
.CAL_STYLEcpCurrentDateDisabledSpec,
.CAL_STYLEcpTextSpec{
	
}
td.special, td.special a {
	background-color: #fdd;
	color: #c00 !important;
}
td.full, td.full span {
	background-color: #fff;
	color: #ccc !important;
}
TD.CAL_STYLEcpDayColumnHeader{

}
.CAL_STYLEcpCurrentMonthDate,
.CAL_STYLEcpOtherMonthDate,
.CAL_STYLEcpCurrentDate{
	text-align:right;
	text-decoration:none;
}
.CAL_STYLEcpCurrentMonthDateSpec,
.CAL_STYLEcpOtherMonthDateSpec,
.CAL_STYLEcpCurrentDateSpec{
	background-color:#ddd;
	text-align:right;
	text-decoration:none;
}
.CAL_STYLEcpCurrentMonthDateDisabledSpec,
.CAL_STYLEcpOtherMonthDateDisabledSpec,
.CAL_STYLEcpCurrentDateDisabledSpec{
	background-color:#000;
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.CAL_STYLEcpOtherMonthDateDisabled,
.CAL_STYLEcpCurrentMonthDateDisabled {
	color: #ddd !important;
}

.CAL_STYLEcpCurrentMonthDate{
	color:#000;
	font-weight:bold;
}
.CAL_STYLEcpCurrentDate{
	color: #fff;
	font-weight:bold;
}
.CAL_STYLEcpOtherMonthDate{
	color:#600;
}
TD.CAL_STYLEcpCurrentDate{
	color:#fff;
	background-color: #EBD9A9;
	border-width:1px;
	border:solid thin #000;
}
TD.CAL_STYLEcpCurrentDateSpec{
	color:#fff;
	background-color: #EBD9A9;
	border-width:1px;
	border:solid thin #000000;
}
TD.CAL_STYLEcpCurrentDateDisabled{
	border:1px solid #faa;
}
TD.CAL_STYLEcpTodayText,
TD.CAL_STYLEcpTodayTextDisabled{

}
A.CAL_STYLEcpTodayText,
SPAN.CAL_STYLEcpTodayTextDisabled{

}
A.CAL_STYLEcpTodayText{
	color:#6677DD;
	font-weight:bold;
}
SPAN.CAL_STYLEcpTodayTextDisabled{
	color:#faa;
}
.CAL_STYLEcpBorder{
	border:solid thin #600;
}

