div.datePicker { 	z-index: 9999; 	background: #fff scroll repeat 0% 0%; 	position: absolute; 	text-align: center; 	-moz-user-select: none; } div.staticDP { 	left: 0px; 	position: relative; 	top: 5px } iframe.iehack { 	border: 0px; 	padding-: 0px; 	display: none; 	z-index: 9998; 	background: #fff; 	margin: 0px; 	position: absolute; } div.datePicker th span { 	border: 0px; 	padding: 0px; 	display: inline; 	background: none transparent scroll repeat 0% 0%; 	margin: 0px; 	cursor: pointer; 	color: #000; 	line-height: 16px; 	font-size:11px; 	text-align: center; } div.datePicker th span.month-display { 	font: 1.2em Arial, Helvetica, sans-serif; 	cursor: default; 	letter-spacing: 1px } div.datePicker th span.year-display { 	font: 1.2em Arial, Helvetica, sans-serif; 	cursor: default; 	letter-spacing: 1px } div.datePicker th span.prev-but,div.datePicker th span.next-but { 	font-size: 15px; 	line-height:16px; 	cursor: pointer! important } div.datePicker th span.today-but { 	margin: 0px; 	font-size: 11px; 	line-height:16px; 	width: 100%; 	cursor: pointer! important; 	text-align: center; 	text-decoration: none; } div.datePicker thead th span.fd-disabled { 	cursor: default! important; 	color: #aaa } div.datePicker th span.fd-day-header { 	margin: 0px; 	font-size:11px; 	line-height:16px; 	text-align: center; 	text-decoration: none } div.datePicker table { 	border:#999 solid 1px;  	margin:0px; 	padding:0px; 	table-layout: fixed; 	width: 188px; 	height:147px;  	position: relative; 	text-align: center; } div.datePicker table thead { 	background-color:#999; } div.datePicker table td { 	padding: 0px; 	vertical-align: middle; 	cursor: pointer; 	line-height: 16px; 	font-size:11px; 	text-align: center; 	color:#666; 	width:26px; 	height:20px; } div.datePicker table th { 	border: 0px; 	padding: 0px; 	vertical-align: middle; 	color: #333; 	line-height: 16px; 	font-size:11px; 	text-align: center; 	font-weight:normal; } div.datePicker table td.date-picker-unused { 	padding: 0px; 	background: #fff; 	cursor: default! important; } div.datePicker table thead th.date-picker-title { 	padding: 0px; 	margin:0px; 	height: 0px; } div.datePicker table th.date-picker-day-header { 	width: 26px; 	height:20px; } div.datePicker table th.date-picker-day-header span { 	display: block } div.datePicker table td.date-picker-today { 	color: #900! important; 	font-weight:bold; } div.datePicker table td.date-picker-selected-date { 	color: #333! important; } td.date-picker-highlight { 	color: #a86666 } div.datePicker table td.out-of-range { 	background: #fcfcfc; 	cursor: default! important; 	color: #ccc! important; 	font-style: oblique } div.datePicker table td.day-disabled { 	background: none transparent scroll repeat 0% 0%; 	cursor: default! important; 	color: #aaa! important } div.datePicker table tbody td.date-picker-hover { 	cursor: pointer; 	color: #333; 	font-weight:bold; } * html div.datePicker table td { 	background-image: none } * html div.datePicker table td.date-picker-unused { 	background: #f2f2f2 } div.datePicker span#date-1date-info, div.datePicker span#date-2date-info { 	color:#fff; 	font-weight:bold; }  div.datePicker span.prev-but, div.datePicker span.next-but { 	color:#fff; 	font-weight:bold; }
