.dpDiv {}

.dpTable {
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	color: #990000;
	background-color: #f0f0e0;
	border: 1px solid #990000;
	width: 100px;
	height: 50px;
}

.dpTR {}

.dpTitleTR {}

.dpDayTR {}

.dpTodayButtonTR {}

.dpTD {
	border: 1px solid #e6e6cc;
}

.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #990000;
}

.dpTDHover {
	background-color: #e6e6cc;
	border: 1px solid #990000;
	cursor: pointer;
	color: 990000;
}

.dpTitleTD {}

.dpButtonTD {}

.dpTodayButtonTD {}

.dpDayTD {
	background-color: #e6e6cc;
	border: 1px solid #cccc99;
	color: 990000;
}

.dpTitleText {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.dpDayHighlight {
	color: 990000;
	font-weight: bold;
}

.dpButton {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	background: #cccc99;
	font-weight: bold;
	padding: 0px;
}

.dpTodayButton {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	background: #cccc99;
	font-weight: bold;
}