/* ********************** CALENDAR ************************ */

.dpTable {
	text-align: center;
	color: #666666;
	background-color: #CCCCCC;
	border: 2px solid #666666;	/* width:136px; */
	}

.dpTD {
	border: 1px solid #666666;
	background-color: #666666;
	font-size : 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	width:20px;
	}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	font-size : 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	}

.dpTDHover {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	cursor: pointer;
	color: #FFFFFF;
	font-size : 10px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	}

.dpDayTD {
	background-color : #666666;
	border : 1px solid #666666;
	color : #FFFFFF;
	font-size : 9px;
	}

.dpTitleText {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	}

.dpDayHighlight {
	color: #666666;
	font-weight: bold;
	font-size : 9px;
	}

.dpButton {
	background-color : #666666;
	border : 1px solid #666666;
	color : white;
	font-size : 9px;
	font-weight : bold;
	width:22px;
	}

.dpTodayButton {
	background-color : #666666;
	border : 1px solid #666666;
	color : white;
	font-size : 10px;
	font-weight : normal;
	}


/* ********** QUICK BOOKING **************** */

#QuickBooking {
  text-align:right;
  width:200px;
  margin-left:auto;
  margin-right:auto;
}

#QuickBooking td {
	font-size: 10px;
	font-family: Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

.QuickBookingTitle {
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

.QuickBookingInput {
	color: #666666;
	font-size: 11px;
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
}

.QuickBookingCalendar {
	border : 0px solid #666666;
	padding:1px;
	background-image : url(../icone/calendar.gif);
	background-repeat : no-repeat;
	background-color : transparent;
	width : 19px;
	margin-bottom:-4px;
}

.QuickBookingSubmit {
	background-color : #666666;
	border: 1px solid #666666;
	color : white;
	font-size: 10px;
	font-family : Verdana, Futura, Geneva, Arial, Helvetica, sans-serif;
	margin-right:2px;
}
