/* JFLAD CMS styles calendrier */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

tr.ds_titre{
	height:10px;
}
td.ds_head {
	height:10px;
	background-color:#0066FF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width:25px;
	height:15px;
}

.ds_cell {
	height:12px;
	background-color: #F3F3F3;
	color: #000;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding:auto;
	cursor: pointer;
}

.ds_cell:hover {
	background-color:#C4C4FF;
} /* This hover code won't work for IE */

