/* calendar for template */

/* the table (within the div) that holds the date picker calendar */
.instance_dpTable, .dpTable, .propertyMainTable .dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	background-color: #FFFFFF;
	}


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


/* the top table row that holds the month, year, and forward/backward buttons */
.instance_dpTitleTR, .dpTitleTR, .propertyMainTable .dpTitleTR {
	}


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


/* the bottom table row, that has the "This Month" and "Close" buttons */
.instance_dpTodayButtonTR, .dpTodayButtonTR, .propertyMainTable .dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.instance_dpTD, .dpTD, .propertyMainTable .dpTD {
	padding-left: 0px;
	text-align: center;
	background-color: white;
	cursor: pointer;
}

.instance_dpLegendTD, .dpLegendTD, .propertyMainTable .dpLegendTD {
	padding-left: 0px;
	text-align: center;
	background-color: white;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.instance_dpDayHighlightTD, .dpDayHighlightTD, .propertyMainTable .dpDayHighlightTD {
	background-color: #FF9900;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #FF9900;
	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: red;
	cursor: pointer;
	padding-left: 5px;
	text-align: left;
	}
*/
.instance_dpAvailableTD, .dpAvailableTD, .propertyMainTable .dpAvailableTD {
	background-color: #CCFF00;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #CCFF00;	
	cursor: pointer;
}

.instance_dpBookedOutTD, .dpBookedOutTD, .propertyMainTable .dpBookedOutTD {
	background-color: #C0C0C0;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #C0C0C0;
	cursor: pointer;
}
	
.instance_dpBorderedTD, .dpBorderedTD, .propertyMainTable .dpBorderedTD {
	text-align: left;
	border: 1px solid black;
	cursor: pointer;
}

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


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


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


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.instance_dpDayTD, .dpDayTD, .propertyMainTable .dpDayTD {
	background-color: #666666;
	color: white;
	padding-left: 0px;
	text-align: center;
	}
	
.instance_dpSelector, .dpSelector, .propertyMainTable .dpSelector {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	width: 20px;
}


/* additional style information for the text that indicates the month and year */
.instance_dpTitleText, .dpTitleText, .propertyMainTable .dpTitleText {
	font-size:12px;
	color: #003366;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.instance_dpDayHighlight, .dpDayHighlight, .propertyMainTable .dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.instance_dpButton, .dpButton, .propertyMainTable .dpButton {
/*	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px; */
	}


/* the "This Month" and "Close" buttons at the bottom */
.instance_dpTodayButton, .dpTodayButton, .propertyMainTable .dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.instance_calendar, .calendar, .propertyMainTable .calendar {
	border: 1px solid #cccccc;
	width: 110px;
	height: 110px;	
}

.instance_calendar_cell, .calendar_cell, .propertyMainTable .calendar_cell {
	text-align: center;
	border: 1px solid #cccccc;
	width: 15px;
	height: 15px;
}

.instance_calendar_today, .calendar_today, .propertyMainTable .calendar_today {
	text-align: center;
	border: 1px solid #cccccc;
	background-color:#003366;
	color: #ffffff;
	font-weight: bold;
	width: 15px;
	height: 15px;
}
.instance_dpClearTD, .dpClearTD, .propertyMainTable .dpClearTD {
	background-color: #FFFFFF;
	padding-left: 0px;
	text-align: center;
	border: 1px solid #000000;
	cursor: pointer;
}