﻿/* Panneau de calendrier */

.ds_box {
width:250px;
border:1px solid #a8b9c1;
position:absolute;
z-index:32767;
background-color:#FFFFFF;
}

.ds_tbl {
background-color:#FFF;
}

.ds_head {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
letter-spacing:2px;
}

.ds_subhead {
background-color:#3E89B1;
color:#000;
font-size:11px;
font-weight:bold;text-align:center;
font-family:Arial, Helvetica, sans-serif;
width:32px;
}

.ds_cell {
width:35px;
background-color:#EEE;
color:#000;
font-size:11px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
padding:5px;
cursor:pointer;
}

.ds_cell:hover {
background-color:#FF8300;
}
