#openingHoursPickup,
#openingHoursReturn
{
	font-size:95%;
}
#openingHoursPickupWeekday,
#openingHoursReturnWeekday
{
	font-size:95%;
	width:24px;
	padding-top:2px;
}
/* the div that holds the date picker calendar */
.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTableMain1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 1px solid #999999;
}
/* the table (within the div) that holds the date picker calendar */
.dpTableMain2 {
	background-color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	border: 1px solid #ffffff;
}
.dpTableTitle {
	background-color: #ffffff;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	border: 0px;
	border: 1px solid #ffffff;
}
.dpTableCalendar {
	background-color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;
	border: 0px;
	text-align: center;
}
.dpTableButton {
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
}
/* 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 { }
/* 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 { }
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	color: #000000;
	border: 1px solid #ffffff;
}
.dpTDbusiness {
	color:#FD750A;
	border: 1px solid #ffffff;
}
.dpTDpast {
	color:#999999;
	border: 1px solid #ffffff;
}
/* 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 {	
	color: #000000;
	text-align: center;
	border: 1px solid #A8A7AB;
	cursor: pointer;
}
.dpTDbusinessHover {	
	color: #FD750A;
	text-align: center;
	border: 1px solid #A8A7AB;
	cursor: pointer;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	color: #000000;
	text-align: center;
	border: 1px solid #999999;
}
/* 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.) */
.dpDayTDBusiness,
.dpDayTD {
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #999999;
	width:26px;
	font-weight:bold;
	font-size:11px;
}
.dpDayTDBusiness {
	color: #000000;
}
.dpDayTD {
	color: #FD750A;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height:16px;
	border:1px solid #999999;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
/*.dpDayHighlight {
	color: #00336F;
	font-weight: bold;
	border: 1px solid #9A9A9A;
}*/
.dpTDHoverToday,
.dpDayHighlightTDToday {
	color: #00336F;
	font-weight: bold;
	border: 0px solid #9A9A9A;
	cursor: pointer;
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD { 
	width:22px;
	height:16px;
	cursor:pointer;
}
/* the forward/backward buttons at the top */
.dpButton
 {	
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	border:0px solid #FD750A;
	margin:0;
	background-color:#ffffff;
	width:22px;
}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #FD750A;
	font-size: 10px;
	font-weight: bold;
	cursor:pointer;
}
.dpTodayButtonLink {
	text-decoration:underline;
}

