
.search_button {
	font-size: 14px;
	text-transform:uppercase;
	cursor:pointer;
	color:#ffffff;	
	border:none;
	background:none;	
	overflow:visible;	
	border: 1px solid #f5a78e;
	padding: 5px;
	width:100%;
	text-align:center;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #c8a593;
	background-image:url(/img/pat_btn.png);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}
.search_button:hover {
	color:#f5a78e;
	background-position:top;
	position:relative;
}
.offers_button{
	text-decoration:none;
	display:block;
	padding:5px 0px;
	position:relative;
}


#booking {
	background:url(/img/pat_btn.png) repeat-x scroll center bottom #f5a78e;
	padding: 10px 20px;
	border:1px solid #aecfc7;
	color:#ffffff;
}
#booking  img{
	vertical-align: middle;	
}





/*------------- CALENDARI--------------*/

div.timeframe_calendar {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* Menu */
div.timeframe_calendar ul.timeframe_menu {
 list-style-type: none;
  font-weight: bold;
  margin: auto;
  position:relative;
  background-color:#aecfc7;
}
  div.timeframe_calendar ul.timeframe_menu li {
	right:5px;
	top:5px;
	position:absolute;
  }
  div.timeframe_calendar ul.timeframe_menu li:first-child{	  
	  right:auto;
	  left:5px;
	 }
    div.timeframe_calendar ul.timeframe_menu li a {     
      height: 20px;
      padding: 2px 0 0;
      text-decoration: none;
      width: 20px;
	  display:block;
	  border:1px solid #d0d0d0;
    }
      div.timeframe_calendar ul.timeframe_menu li a.previous, div.timeframe_calendar ul.timeframe_menu li a.next {
        background: #fff;
        color: #468966;
      }
        div.timeframe_calendar ul.timeframe_menu li a.previous:hover, div.timeframe_calendar ul.timeframe_menu li a.next:hover {
          background: #ccc;
        }
        div.timeframe_calendar ul.timeframe_menu li a.previous:active, div.timeframe_calendar ul.timeframe_menu li a.next:active {
          background: #aaa;
        }
      div.timeframe_calendar ul.timeframe_menu li a.disabled, div.timeframe_calendar ul.timeframe_menu li a.disabled:hover, div.timeframe_calendar ul.timeframe_menu li a.disabled:active {
        background: #fff;
        color: #ccc;
        cursor: default;
      }
      div.timeframe_calendar ul.timeframe_menu li a.today {
        background: #468966;
        color: #eee;
      }
        div.timeframe_calendar ul.timeframe_menu li a.today:hover {
          background: #246744;
        }
        div.timeframe_calendar ul.timeframe_menu li a.today:active {
          background: #024522;
        }
      div.timeframe_calendar ul.timeframe_menu li a.previous {
        /*-webkit-border-top-left-radius:     10px;
        -webkit-border-bottom-left-radius:  10px;
        -moz-border-radius-topleft:         11px;
        -moz-border-radius-bottomleft:      11px;
		*/
      }
      div.timeframe_calendar ul.timeframe_menu li a.next {
       /* -webkit-border-top-right-radius:     10px;
        -webkit-border-bottom-right-radius:  10px;
        -moz-border-radius-topright:         11px;
        -moz-border-radius-bottomright:      11px;
		*/
      }

/* Calendar*/
div.timeframe_calendar table {
  border-collapse: collapse;
  width:100%;
  /*display: inline;
  display: inline-block;
  font-size: 15px;
  margin: 0 6px 12px;*/
}
div.timeframe_calendar table td{
  border:1px dotted #d0d0d0;
}

  /* Month names */
  div.timeframe_calendar table caption {
	 padding:8px;
  }
  /* Cell sizes */
  div.timeframe_calendar thead th, div.timeframe_calendar tbody td {
    height: 18px;
    margin: 0;
    padding: 2px 1px;
    width: 20px;
  }
  /* Weekday letters */
  div.timeframe_calendar thead {
    background-color: #aecfc7;
    color: #ffffff;
  }
  /* Days */
  div.timeframe_calendar tbody {
    background: #fff;
  }
    div.timeframe_calendar tbody td {
      cursor: pointer;
    }
      /* Hover states not available in IE */
      div.timeframe_calendar tbody td.selectable:hover {
        background-image:url(/img/trasp_black.png);
		background-repeat:repeat;
      }
      div.timeframe_calendar tbody td.selected:hover, div.timeframe_calendar tbody td.stuck:hover {
        background-color: #f5a78e;
		background-image:url(/img/trasp_black.png);
		background-repeat:repeat;
		color:#ffffff;
      }
      /* Selected states */
      div.timeframe_calendar tbody td.selected {
        background-color: #e2d8cf;
		color:#f5a78e;
      }
      div.timeframe_calendar tbody td.stuck {
        background-color: #e2d8cf;
		background-image:url(/img/trasp_black.png);
		background-repeat:repeat;
		color:#aecfc7;
      }
      /* Range markers */
      div.timeframe_calendar tbody td.startrange, div.timeframe_calendar tbody td.endrange, div.timeframe_calendar tbody td.startendrange {
        cursor: col-resize;
      }
      div.timeframe_calendar tbody td.startrange {
        /*background-image: url(/img/start.png);*/
		background-color:#f5a78e;
		color:#ffffff;
      }
      div.timeframe_calendar tbody td.endrange {
       /*background-image: url(/img/end.png);*/
		background-color:#f5a78e;
		color:#ffffff;
      }
      div.timeframe_calendar tbody td.startendrange {
        /*background-image: url(/img/startend.png);*/
		background-color:#6ed528;
		color:#ffffff;
      }
      /* Today */
      /*div.timeframe_calendar tbody td.today {
        background-color: #aecfc7;
        color: #eee;
      }
        div.timeframe_calendar tbody td.today_selected {
          background-color: #aecfc7;
        }
        div.timeframe_calendar tbody td.today_stuck {
          background-color: #aecfc7;
		  background-image:url(/img/trasp_black.png);
		background-repeat:repeat;
        }
		*/
		
      /* Post/pre-month */
      div.timeframe_calendar tbody td.beyond {
        background-color: #eeeeee;
        background-image: none;
        color: #ccc;
      }
        div.timeframe_calendar tbody td.beyond_selected {
          background-color: #bbbbbb;
        }
        div.timeframe_calendar tbody td.beyond_stuck {
          background-color: #888;
        }
      
      div.timeframe_calendar tbody td.unselectable {
        color: #ccc;
        cursor: default;
      }
      /* Clear button */
      div.timeframe_calendar tbody td span.clear {
        color: transparent;
        display: block;
        height: 0;
        position: absolute;
        width: 0;
      }
        div.timeframe_calendar tbody td span.clear span {
         /* background-image: url(/img/closebox.png);
          cursor: pointer;
          display: block;
          height: 30px;
          left: -18px;
          position: relative;
          text-indent: -10000px;
          top: -18px;
          width: 30px;*/
		  display:none;
        }
          div.timeframe_calendar tbody td span.clear span.active {
            /*background-image: url(/img/closebox_selected.png);*/
			display:none;
          }
		  
		  
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	text-align: center;
	background-color:#eeeeee;
	border-collapse:collapse;
	
	-moz-box-shadow:0px 5px 20px -10px #000000;
	-webkit-box-shadow:0px 5px 20px -10px #000000;
	box-shadow:0px 5px 20px -10px #000000;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
background-color:#c8a593;
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
background-color:#007832;
color:#78b74a;
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px dotted #d0d0d0;
	background-color: #fff;
	padding: 4px 8px;
	}

.dpTD_blank {
	border: 1px dotted #d0d0d0;
	padding: 4px 8px;
	background-color:#eeeeee;
	cursor:default;
	}
.dpTD_blankHover {
	border: 1px dotted #d0d0d0;
	padding: 4px 8px;
	background-color:#eeeeee;
	cursor:default;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #f5a78e;
	}
.dpDayHighlightTDHover {
	background-color: #96AE62;
	cursor:pointer;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	/*background-color: #01254F;
	border: 1px solid #498CC0;	
	color: #fff;*/
	cursor: pointer;
	background-image:url(/img/trasp_black.png);
	background-repeat:repeat;
	padding: 4px 8px;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #aecfc7;
	color: #ffffff;
	font-weight:bold;
	padding:3px;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #fff;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: none;
	border:none;
	font-weight: bold;
	padding: 0px;
	cursor:pointer;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007832;
	background: #78b74a;
	border:none;
	font-weight: bold;
	cursor:pointer;
	padding:5px;
}
	

#bottomPage {
	visibility:hidden;
	position:relative;
}