.date_picker {
	position: absolute;
	z-index: 99999;
	background: #FFFFFF;
	width: 192px;
	border: 1px solid #D0D0D0;
	overflow-y: hidden;
	font-size: 12px;
}

.date_picker ol,.date_picker ul{
	list-style: none;
}
	

.date_picker iframe {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1;
	filter: alpha(opacity =   0)
}

.date_picker .title {
	text-align: center;
	height: 25px;
	line-height: 25px
}

.date_picker .title input {
	display: inline-block;
	width: 40px;
	padding: 2px 0;
	font: normal 13px/1.231 "Tahoma";
	text-align: center;
	border: 1px solid #fff;
	outline: none;
	background: #fff;
	cursor: pointer
}

.date_picker .title ul {
	display: none;
	position: absolute;
	left: -20px;
	top: 19px;
	top: 25px\9;
	width: 80px;
	padding: 1px;
	overflow: hidden;
	*zoom: 1;
	background: #FFF;
	border: 1px solid #CCC
}

.date_picker .title li {
	float: left;
	width: 50%;
	cursor: pointer;
	line-height: 1.231;
	padding: 3px 0
}

.date_picker .title li.on {
	background: #9EDDEE
}

.date_picker .title li.yearContTolls {
	width: 100%;
	font-size: 9pt;
	font-family: Simsun, Tahoma;
	padding: 0;
	cursor: default;
	white-space: nowrap
}

.date_picker .title li.yearContTolls a {
	display: inline-block;
	width: 33%;
	color: #000;
	margin-right: 1px;
	padding: 2px 0;
	text-decoration: none
}

.date_picker .title li.yearContTolls a:hover {
	background: #9EDDEE
}

.date_picker .title .on input {
	border-color: #CCC;
	font-weight: bold;
	color: #0000FF
}

.date_picker .title .on ul {
	display: block
}

.date_picker .monthInput {
	margin: 2px 5px 0 0;
	position: relative;
	z-index: 10
}

.date_picker .yearInput {
	position: relative;
	z-index: 10
}

.date_picker .prev,.date_picker .prev_year,.date_picker .next,.date_picker .next_year
	{
	position: absolute;
	display: block;
	top: 3px;
	width: 19px;
	height: 19px;
	background: url(images/caleBg.png) no-repeat
}

.date_picker .prev {
	left: 23px;
	background-position: -22px 0
}

.date_picker .prev_year {
	left: 2px
}

.date_picker .next {
	right: 23px;
	background-position: -44px 0
}

.date_picker .next_year {
	right: 2px;
	background-position: -66px 0
}

.date_picker .data {
	padding: 0 6px 6px
}

.date_picker .data table {
	width: 100%;
	text-align: center;
	border: none;
	border-collapse: collapse;
	border-spacing: 0
}

.date_picker .data td {
	cursor: pointer;
	width: 10%;
	height: 21px
}

.date_picker .data td.week_end {
	color: red
}

.date_picker .data td.week {
	background: #E6F0F3;
	color: #000;
	font-size: 8pt;
	border-right: 1px solid #C1D1DF
}

.date_picker .data td.week.off {
	cursor: text
}

.date_picker .data .weekHeader td.week {
	font-size: 12px
}

.date_picker .data td.hover {
	background: #9EDDEE;
	text-decoration: none;
	color: #fff !important
}

.date_picker .data .weekHeader td {
	border: 1px solid #C2E9F7;
	border-width: 1px 0;
	background: #E5F7FE;
	color: #333;
	cursor: text
}

.date_picker .data .currentDate {
	background: #4198C7 !important;
	color: #FFF !important
}

.date_picker .data .otherMonthDate {
	color: #CCC !important
}

.date_picker .data .currentMonthDate {
	color: #000
}

.date_picker .data .disabled {
	color: #CCC !important;
	cursor: text !important;
	background: #FFF !important;
	text-decoration: line-through
}

.date_picker .data .datebg {
	background: url(images/sdayBg.png) no-repeat !important
}

.date_picker .data .datebg span {
	display: none
}

.date_picker .list {
	position: absolute;
	z-index: 1;
	top: 22px; +
	top: 25px;
	left: 2px;
	right: 2px; +
	right: -2px;
	border: 1px solid #9BB5CC;
	height: 146px;
	background: #FFF
}

.date_picker .list li {
	height: 24px;
	line-height: 24px;
	text-align: left;
	padding-left: 3px;
	cursor: pointer
}

.date_picker .list .title {
	background: #D6E8F2;
	height: 26px; +
	height: 27px;
	cursor: text
}

.date_picker .list .on {
	background: #C0EBEF
}

.date_picker.notHas_M .monthInput,.date_picker.notHas_M .prev,.date_picker.notHas_M .next
	{
	display: none
}

.date_picker.notHas_y .yearInput,.date_picker.notHas_y .prev_year,.date_picker.notHas_y .next_year
	{
	display: none
}

.date_picker.notHas_y .prev {
	left: 0
}

.date_picker.notHas_y .next {
	right: 0
}

.lv_calendar {
	height: 20px;
	line-height: 20px;
	padding: 0 40px 0 2px;
	width: 85px;
	cursor: pointer;
	background: url(images/calendar.png) right center
		no-repeat;
	background-color: white;
	border: 1px solid #DDD;
	margin-right: 10px;
}
.date_picker .today_botton,.date_picker .clear_botton{
	width: 40px;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
	color: black;
	border: 1px solid #C2E9F7;
	padding-top: 2px;
	background-color:#E5F7FE;
}
