.datePicker {
	z-index:2;
	width:160px;
	position:absolute;
	background-color:#f0f0f0;
	border:3px solid #dfdfdf;
	padding:3px;
	-moz-border-radius:5px;
	-moz-border-radius-topright:0;
	-moz-box-shadow:3px 3px 6px rgba(20,20,20,0.4);
}

.datePicker .head {
	font-size:12px;
	text-align:center;
	color:#ababab;
	border-bottom:1px solid #dfdfdf;
	font-weight:bold;
	width:120px;
	float:left;
}
.datePicker .next,
.datePicker .prev
{
	font-size:12px;
	text-align:center;
	color:#ababab;
	border-bottom:1px solid #dfdfdf;
	font-weight:bold;
	float:left;
	width:20px;
	cursor:pointer;
	background-color:#dfdfdf;
}
.datePicker .days a.day{
	display:block;
	text-align:center;
	line-height:20px;
	float:left;
	width:20px;
	height:20px;
	border:1px solid #f0f0f0;
	cursor:pointer;
}
.datePicker .days b.weekday{
	display:block;
	text-align:center;
	line-height:20px;
	float:left;
	width:20px;
	height:20px;
	font-size:14px;
	color:#ababab;
	border:1px solid #f0f0f0;
}
.datePicker .days b.spacer{
	display:block;
	text-align:center;
	line-height:20px;
	float:left;
	width:20px;
	height:20px;
	border:1px solid #f0f0f0;
}
.datePicker .days a.day.current{
	font-weight:bold;
	background-color:#dfdfdf;
}
.datePicker .days a.day.sunday{
	color:#ff5555;
}
.datePicker .days a.day:hover{
	border-color:#dfdfdf;
}

.numericUpDown
{
	width:10px;
}
.numericUpDown a.up,
.numericUpDown a.down{
	background:url(up-down.png);
	display:block;
	font-size:0;
	padding:5px;
	cursor:pointer;
}
.numericUpDown a.up{
	background-position:0 0;
}
.numericUpDown a.down{
	background-position:0 -10px;
}
.numericUpDown a.up:hover{
	background-position:0 -20px;
}
.numericUpDown a.down:hover{
	background-position:0 -30px;
}
