.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #000;
	background-color: #e8e2dc;
	border: 1px solid #000000;	
	
}
.checkout{
 width: 100%;
    background-color: #632115;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 0px 1px #333;
}
.checkin{
 width: 100%;
    background-color: #632115;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 1px 0px 1px #333;
}
.dpTD { border: 1px solid #863926; width: 46px; height: 46px; }

.dpTDpast {
	border: 1px solid #863926;
	color: #a08b8b;
	width: 46px; height: 46px;
    text-decoration : line-through;
}

.dpDayHighlightTD {
	background-color: #863926;
	border: 1px solid #46170b;
	width: 46px; height: 46px;
}
.dpTDHover {
	background-color: #863926;
	border: 1px solid #e8e2dc;
	cursor: pointer;
	color: #e8e2dc;
	width: 46px; height: 46px;
}

.dpTodayButtonTD {border-top: 1px solid #000; text-align: center;}

.dpDayTD {
	background-color: #863926;
	border: 1px solid #e8e2dc;
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	FONT-WEIGHT:BOLD;
}

.dpTitleText {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: center;
		/* Title Month */
}
.dpDayHighlight {
	color: #ffffff;
	font-weight: bold;
}
.dpDayToday {color:brown;}
.dpDayTodayHighlight {
	color:white;
	font-weight:bold;
}

.dpButton {
	background-color: #e8e2dc;
	font-weight: bold;
	padding:0px;
	border:1px;
	cursor: hand;
	font-size: 15px;
}
.dpTodayButton {
	font-size: 14px;
	border:0px;
	color:#000000;
	background-color: #e8e2dc;/* Title Close */
	font-weight:bold;
	margin-left: 10px;
	cursor: hand;
}


