.dpContainer {
	position: absolute;
	border: 1px solid #333;
	float: left;
	margin: 2px 0 0 0;
	width: 168px;
	background-color: #fff;
}

.dpContainer a {
	text-decoration: none;
	display: block;
	color: #000;
}

.dpDay {
	text-align: center;
	width: 20px;
	overflow: hidden;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	float: left;
}

/* day hover effect */
.dpDay a:hover {
	font-weight: normal;
	background-color: #ffd58c;
}

.dpDayHeader {
	margin: 0 0 2px 0;
	color: #fff;
	font-weight: bold;
	background-color: #333;
	cursor: default;
	font-size: 10px;
	line-height: 14px;
}

.dpEmptyDay {
}

.dpSelectedDay {
	border: 1px solid #ccc;
	padding: 1px;
}

.dpHeader {
	text-align: center;
	background-color: #fff;
	padding: 2px 2px 3px 2px;
	margin: 0;
	float: left;
}
.dpHeaderText {
	float: left;
	font-weight: bold;
	line-height: 13px;
	width: 112px;
}
a.dpTimeNav {
	cursor: pointer;
	width: 8px;
	margin: 0px 2px 0px 2px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

a.dpPrevMonth {
	float: left;
	background-image: url(graphics/dp/prevMonth.gif);
}
a.dpPrevYear {
	float: left;
	background-image: url(graphics/dp/prevYear.gif);
}
a.dpNextMonth {
	float: right;
	background-image: url(graphics/dp/nextMonth.gif);
}
a.dpNextYear {
	float: right;
	background-image: url(graphics/dp/nextYear.gif);
}

.dpTopbar {
	color: #333;
	text-align: left;
	border-bottom: 1px solid #333;
	padding: 2px 2px 2px 4px;
	float: left;
	background: #E0E9FE url('graphics/datepicker-gradient.jpg') repeat-x;
}
.dpTopbarText {
	float:left;
	width:145px;
	font-weight: bold;
}
.dpTopbarClose {
	float: right;
	margin: 3px 0 0 0;
	width: 14px;
	height: 14px;
	background-image: url(graphics/dp/dpClose.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.dpFooter {
	float: left;
	width: 164px;
	margin: 2px 0 0 0;
	padding: 1px 2px 1px 2px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	text-align: center;
}
a.dpFooterItem {
	width: 81px;
	display: block;
	margin: 1px 0 0 0;
	padding: 0 0 1px 0;
	text-decoration: none;
	background: #fff;
}
a:hover.dpFooterItem {
	color: #fff;
	background: #548DCD;
}
.dpFooterItemSpacing {
	display: block;
	float: left;
	cursor: default;
	margin-right: 2px;
}

.dpclear {
	clear:both;
}
