.dpDiv {
    padding-top: 10px;
}

.dpTable {
	background-color: #b38d5a;
	}
	
.dpTitleTR {
	background-color: #b38d5a;
	}


/* 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: #322a1e;
	cursor: pointer;
	color: #ffffff;
	width: 20px;
	height: 20px;
    padding: 2px;	
    font-size: 11px;    
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #b38d5a;
	}

.dpDayHighlight {
	color: #b38d5a;
	}

.dpDayHighlightTD{
    background-color: #ece2d6;
}