/* Date picker specific styles follow */

div.date-picker-holder, div.date-picker-holder * { 
	margin: 0; padding: 0 }

div.date-picker-holder {
	display: inline;
	position: relative }
	
	div.date-picker-holder input { }

	a.date-picker {
		width: 21px; height: 19px;
		color: #041F88;
		position: absolute;
		top: -4px; /* _top: 0; */
		left: 4px;
/*		overflow: hidden;  */
		cursor: pointer; 
		background: url(icona_calendari.png) no-repeat;
	}
	a.date-picker:hover { /* _background: url(icona_calendari.png) no-repeat */ }

		a.date-picker span { margin: 0 0 0 -2000px }


div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0; left: 5px;
/*	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px solid #893503;
	background: #fff;
	color: #000;
	overflow: hidden;
	width: 163px }
/* html>body div.popup-calendar {
	left: 99px; /* value for decent browsers 
} */

div.popup-calendar div.link-close { float: right }
div.popup-calendar div.link-prev { float: left }
div.popup-calendar div.link-next { float: right }

div.popup-calendar h3 {
	font: bold 1.3em "Trebuchet MS", Arial, sans-serif;
	color: #893503;
	margin: 2px 0 5px 3px }

div.popup-calendar div a {
	padding: 1px 2px;
	color: #041F88 }
	
div.popup-calendar div a:hover { }


div.popup-calendar table { margin: 0; font: normal 0.9em "Trebuchet MS", Arial, sans-serif }
* html div.popup-calendar table { display: inline }

div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center }
	
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0 }
	
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend { background: #f6f6f6 }

div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #041F88 }
	
div.popup-calendar table td.today a { border-color: #aaa }

div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #041F88; 
	color: #fff }
