/* Date picker specific styles follow */

/* icona del data picker */
a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0px;
	margin: 2px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/calendar.png) no-repeat; 
}

a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}

/* calendario visualizzato */
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -150px; /* value for IE */
	padding: 4px;
	border: 3px solid #993333;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
	font-size: 11px;
}
html>body div.popup-calendar {
	left: -5px; /* value for decent browsers */
}

/* Link chiusura */
div.popup-calendar div.link-close {
	float: right;
}

/* Link successivo */
div.popup-calendar div.link-prev {
	float: left;
}

/* Celle con il titolo del mese */
div.popup-calendar h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 2px 0 5px 3px;
	color: #993333;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
	font-size: 11px;
}

/* celle con le iniziali dei giorni */
div.popup-calendar table th, div.popup-calendar table td {
	background: #faf3eb;
	color: #604221;
	width: 21px;
	height: 17px;
	text-align: center;
	font-size: 11px;
}

/* celle con i numeri inattivi */
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}

/* celle con i week end */
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #e7e0da;
}

/* celle con i numeri dei giorni */
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #604221;
}
div.popup-calendar table td.today a {
	border-color: #993333;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	color: #FFF;
	background:#993333;
}


#DDGiornoDAl{
width:36px;
}

#DDGiornoAl{
width:36px;
}