input.DatePicker{
 font-size: 11px; 
 border-top:#CCCCCC solid thin; 
 border-bottom:#CCCCCC solid thin; 
 border-right:#CCCCCC solid thin; 
 border-left:#CCCCCC solid thin; 
 font-family: verdana, helvetica, sans-serif; 
 color: #333333;
cursor: pointer;
}
/*
input:focus.DatePicker{
background: #fffce9 url(datefocus.gif) no-repeat top left;
}
*/
.dp_container{
position: relative;
padding: 0;
z-index: 1500;
}
.dp_cal{/* QUESTA E' LA PARTE CON I GIORNI DEL CALENDARIO */
background-color: #FFFEF1;
border: 1px solid #E7DBC5;
position: absolute;
width: 177px;
top: 24px;
left: 0;
margin: 0px 0px 3px 0px;
}
.dp_cal table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
.dp_cal select{
margin: 2px 3px;
font-size: 11px;
}
.dp_cal select option{
padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
width: 14.2857%;
text-align: center;
font-size: 11px;
padding: 2px 0;
}
.dp_cal th{/* QUESTA E' LA PARTE CON I NOMI DEI GIORNI DEL CALENDARIO */
border: solid #E7DBC5;
border-width: 1px 0;
color: #494949;
font-family:Arial;
background: #E7DBC5;
font-weight: bold;
}
.dp_cal td{
cursor: pointer;
color: #494949;
font-family:Arial;
}
.dp_cal thead th{/* QUESTA E' LA PARTE ALTA DEL CALENDARIO */
background: #E7DBC5;
}
.dp_cal td.dp_roll{/* QUESTO E' IL ROLLOVER */
color: #000;
background: #EBEADA;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
visibility: hidden;
}
.dp_empty{
background: #EBEADA;
}
.dp_today{
background: #EBEADA;
}
.dp_selected{
color: #fff;
background: #E7DBC5;
}





/* ---- just to pretty up this page ---- */
/*
body{
font-family: Tahoma, Geneva, sans-serif;
}
.yep{
width: 450px;
margin: 50px auto;
text-align: center;
}
h1{
margin: 20px 0;
color: #60bf8f;
font: normal 28px Georgia, serif;
}
h2{
margin: 20px 0;
color: #60bf8f;
font: normal 22px Georgia, serif;
}
p{
float: left;
display: inline;
width: 180px;
margin: 20px;
text-align: left;
}
label{
color: #797774;
display: block;
font-size: 12px;
font-weight: bold;
margin: 8px 0 3px 0;
}
dl,dt,dd,ul,li{
margin: 0;
padding: 0;
list-style: none;
}
ul{
clear: both;
}
li{
font-size: 10px;
}
li a{
color: #004a7f;
text-decoration: none;
}
li a:hover{
color: #328dcf;
border-bottom: 1px solid #328dcf;
}
dl{
font-size: 12px;
text-align: left;
}
dt, dd.default{
font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
font-weight: bold;
}
dt{
clear: left;
float: left;
width: 140px;
padding: 5px;
text-align: right;
}
dd{
margin: 5px 0 30px 160px;
padding: 5px;
}
.default{
margin: 0 0 0 160px;
background: #eee;
}
*/
