.datePicker {
	position:absolute;
	color:#000
}
.datePicker .handle {
	margin:0;
	padding:0;
	height:8px;
	background:url(../img/calendar/datePicker.png) no-repeat left top;
	width:190px
}
.datePicker .body {
	background:url(../img/calendar/datePicker.png) no-repeat left bottom;
	padding:0 0 8px 5px
}
.datePicker table {
	font:10px Verdana;
	border-collapse:separate;
	border-spacing:2px;
	empty-cells:hide;
	margin:0 0 0 3px
}
.datePicker b {
	float:left;
	font-weight:normal;
	padding:0 0 0 3px;
	cursor:default
}
.datePicker th {
	cursor:default;
	padding:4px 0
}
.datePicker td {
	text-align:center
}
.datePicker thead td {
	padding:3px 2px;
	background:#999;
	color:#fff
}
.datePicker tbody td {
	padding:3px 4px;
	cursor:default;
	color:#ccc;
	border:1px solid #eee;
}
.datePicker td.selectable {
	background:#fff;
	cursor:pointer;
	color:#000
}
.datePicker td.selectable:hover {
	border-color:#517fd5
}
.datePicker td.selected {
	background:#517fd5;
	color:#fff
}
.datePicker .incdec {
	float:right;
	width:26px;
	height:13px;
	background:url(../img/calendar/speeder.gif) no-repeat left top

}
.datePicker .incdec span {
	display:block;
	width:13px;
	height:13px;
	cursor:pointer
}
.datePicker .incdec span.disabled {
	background-image:url(../img/calendar/speeder.gif);
	cursor:default
}
.datePicker .up {
	background-position:right bottom;
	float:right
}
.datePicker .down {
	background-position:left bottom;
	float:left
}
.datePicker .close {
	cursor:pointer
}
