

/* ----------------------------------
Datepicker                        
 ----------------------------------*/
.ui-datepicker { width: 202px; padding: 2px; background-color: #f3f1e7; font-size:12px; overflow:hidden; float:left; margin-left:2px;}
.ui-datepicker-header { width: 100%; position:relative; padding:3px; float:left; background-color: #f3f1e7;}
.ui-datepicker-prev, .ui-datepicker-next { display:block; font-size:90%;  top: 2px; width: 80px; height: 16px; color:black; font-weight:bold;}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {}
.ui-datepicker-prev {  float:left; text-align:left; margin-left:0; }
.ui-datepicker-next {   float:right; text-align:right; margin-right:5px;}
.ui-datepicker-prev:hover {  }
.ui-datepicker-next:hover {  }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {   }
.ui-datepicker-title { width:161px; height:30px; margin-left: auto; margin-right:auto; margin-top: 5px; line-height: 1.8em; text-align: center; background: url(../images/showcase/luoghiricerca/calendario_mese.gif); background-repeat:no-repeat; clear:both; padding-top:3px;}
.ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {float:left; width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold;color:black; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-state-default{
	color:black;
	background-color:#f3f1e7;
		}
		
.ui-state-hover{
	color:black;
	background-color: #ded5b2;
		}
		
.ui-state-disabled{
	color:#909090;
	
	
			}
			
.ui-datepicker-unselectable{
	color:#909090;
	text-align:right;
	
			}
			
	.ui-datepicker-trigger{
		float:left;
		
		}
/*immagine calendario*/
.li_Arrivo {
	position:relative;
	}	
.li_Arrivo img{
	position:absolute;
	top:21px;
	right:6px;	
}

.li_Partenza {
	position:relative;
	}	
.li_Partenza img{
	position:absolute;
	top:21px;
	right:6px;	
}
