
/* ********************** CALENDAR ************************ */


/* SFONDO PRINCIPALE */
.dpTable {
	text-align: center;
	color: #6f7070;
	background-color: #8b8b8b;
	border: 1px outset #c9c9c9;
	/* width:160px; */
	}

/* CELLE GIORNI */
.dpTD {
	background-color: #FFFFFF;
	font-size : 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	width:28px;
	height:18px;
	}



/* CELLA GIORNO CORRENTE */
.dpDayHighlightTD {
	background-color: #ffffff;
	border:1px solid #000;
	font-size : 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}

/* NUMERO GIORNO CORRENTE */
.dpDayHighlight {
	color: #000000;
	font-weight: bold;
	font-size : 10px;
	}

/* CELLE GIORNI ONMOUSEOVER */
.dpTDHover {
	background-color: #d6d7d7;
	cursor: pointer;
	color: #ffffff;
	font-size : 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	
	}

/* CELLE GIORNI DELLA SETTIMANA */
.dpDayTD {
	background-color : #c9c9c9;
	color : #ffffff;
	font-size : 10px;
	font-weight : bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	width:26px;
	height:18px;
	}

/* TITOLO MESE */
.dpTitleText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}

/* FRECCE AVANTI - INDIETRO */
.dpButton {
	background-color:#c9c9c9;
	border:none;
	cursor: pointer;
	color : #FFFFFF;
	font-size : 14px;
	font-weight : bold;
	width : 26px;
	margin-bottom:2px;
	}

/* PULSANTE CHIUDI */
.dpTodayButton {
	background-color:#c9c9c9;
	border:1px outset #c9c9c9;
	cursor: pointer;
	color : #FFFFFF;
	font-size : 10px;
	font-weight : bold;
	width : 100px;
	margin:1px;
	padding:2px;
	}


/* ********** QUICK BOOKING **************** */

#QuickBooking {
  text-align:right;
  width:200px;
  margin-left:auto;
  margin-right:auto;
}

#QuickBooking td {
  font-size: 10px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  font-weight: bold;
  color: #B1953A;
}

.QuickBookingTitle {
  font-weight: bold;
  color: #B1953A;
  font-size: 11px;
 font-family: Trebuchet MS;
}

.QuickBookingInput {
  font-weight: bold;
  color: #937368;
  font-size: 10px;
 font-family: Trebuchet MS;
}

.QuickBookingCalendar {
  border : 0px solid #7F9DB9;
  padding:1px;
  background-image : url(images/booking/calendar.gif);
  background-repeat : no-repeat;
  background-color : transparent;
  width : 19px;
  margin-bottom:-4px;
}

.QuickBookingSubmit {
  background-color : #575637;
  border: 1px outset #3f331f;
  color : white; 
  font-size: 12px;
 font-family: Trebuchet MS;
  margin:10px 2px;
  width:200px;
}

