.dpDiv {
	
}

.dpTable {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #aaaaaa;
}

.dpTR {
	
}

.dpTitleTR {
	
}

.dpDayTR {
	
}

.dpTodayButtonTR {
	
}

.dpTD {
	cursor: pointer;
}

.dpDayHighlightTD {
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}

.dpTitleTD {
	
}

.dpButtonTD {
	
}

.dpTodayButtonTD {
	
}

.dpDayTD {
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	color: white;
}

.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}

.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
}

.dpButton {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}

.dpTodayButton {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
}