.datepicker {
	position: absolute;
	font-size: 11px;
	padding: 10px;
	height: 330px;
	background: #FFFFFF;
	line-height: normal;
	z-index: 3003;
	border: 2px solid #043061;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 #3871A5;
	width: 298px;
}

.datepicker.column_2 {
	width: 606px;
}

.datepicker.column_3 {
	width: 912px;
}

.datepicker.column_4 {
	width: 1210px;
}

.datepicker.column_5 {
	width: 1511px;
}

/* header
********************************************************/
.datepicker .header {
	position: relative;
	background: #3871A5;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

.datepicker .header .title {
	text-align: center;
	padding-top: 1px;
	position: absolute;
	color: #FFFFFF;
	font-weight: bold;
	width: 99999px;
	font-size: 15px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .resetButton,
.datepicker .header .closeButton {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #FF9900;
	text-align: center;
	color: #FFFFFF;
	top: 5px;
	cursor: pointer;
	line-height: 18px;
	font-weight: bold;
	border-radius: 3px;
	font-size: 15px;
}
.datepicker .header .resetButton {
	background: #FFFFFF url('/I/ico/arrow_refresh.gif') no-repeat center center;
}
.datepicker .header .previous {
	left: 28px;
}
.datepicker .header .next {
	right: 28px;
}
.datepicker .header .closeButton {
	background-color: #CC0000;
	right: 5px;
}
.datepicker .header .resetButton {
	left: 5px;
}

/* body
********************************************************/
.datepicker .body {
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px;
	overflow: hidden;
}

/* Columns */

.datepicker .body .column {
	float: left;
	margin-left: 6px;
	width: 300px;
}

.datepicker .body .column.column_1 {
	margin-left: 0;
}

.datepicker .titleText .column {
	float: left;
	width: 300px;
	margin-left: 10px;
	font-size: 16px;
}

.datepicker .titleText .column.column_1 {
	margin-left: 0;
}

/* Footer */

.datepicker.footer {
	height: 280px;
}

.datepicker .footer {
	margin-top: 3px;
	padding: 15px 5px;
	height: 26px;
}

/* time
********************************************************/
.datepicker .time {
	width: 100%;
	height: 100%;
	background: #D1DDE6;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	width: 50px;
	font-size: 32px;
	position: absolute;
	top: 50px;
	text-align: center;
	padding: 2px;
}

.datepicker .time .hour {
	left: 30px;
}
.datepicker .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 91px;
}

.datepicker .time .minutes {
	left: 110px;
}
.datepicker .time .ok {
	position: absolute;
	top: 105px;
	width: 136px;
	left: 30px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.datepicker .days .day {
	float: left;
	background: #FFFFFF;
	cursor: pointer;
	text-align: center;
	width: 38px;
	overflow: hidden;
	height: 38px;
	margin: 0 3px 3px 0;
	font-size: 12px;
	line-height: 38px;
	color: #3871A5;
	font-weight: bold;
	border: 1px solid #749ABD;
}

.datepicker .days .day0 {
	margin-right: 0;
}

.datepicker .days .week5 .day {
	margin-bottom: 0;
}

/* days-colors
********************************************************/
.datepicker .days .title {
	background: #749ABD;
	font-weight: bold;
	color: #FFFFFF;
	cursor: default;
}

.datepicker .days .otherMonth {
	background: #E2EEF7;
	border: 1px solid #D1DDE6;
	color: #749ABD;
	font-weight: normal;
}

/* months
********************************************************/
.datepicker .months .month {
	float: left;
	background: #FFFFFF;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 70px;
	height: 81px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	margin: 0 3px 3px 0;
	border: 1px solid #749ABD;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
	margin-bottom: 0;
}

/* years
********************************************************/
.datepicker .years .year {
	float: left;
	background: #D1DDE6;
	cursor: pointer;
	text-align: center;
	padding-top: 11px;
	width: 46px;
	overflow: hidden;
	height: 25px;
	margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
	margin-right: 0;
	width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
	margin-bottom: 0;
	height: 26px;
}

/* global
********************************************************/
.datepicker .selected {
	background-color: #FFCC66 !important;
	color: #FFFFFF !important;
	border: 1px solid #FF9900 !important;
}

.datepicker .selected.min {
	background-color: #FFCC66 !important;
	color: #FFFFFF !important;
	border: 1px solid #FF9900 !important;
}
.datepicker .selected.max {
	background-color: #3871A5 !important;
	color: #FFFFFF !important;
	border: 1px solid #043061 !important;
}

.datepicker .days .otherMonth.selected {
	background: #E2EEF7 !important;
	border: 1px solid #D1DDE6 !important;
	color: #749ABD !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
	background: #FFFFFF !important;
	color: #D1DDE6 !important;
	cursor: default !important;
	border: 1px solid #D1DDE6 !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
	background: #043061 !important;
	color: #FFFFFF !important;
	border: 1px solid #3871A5 !important;
}

.datepicker .days.weeknumbers .day {
	width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color: #D1DDE6 !important;
	width: 16px !important;
	background: #E2EEF7 !important;
}

.datepicker table {
	border-spacing: 0;
}

.datepicker th {
	padding: 0;
	border-radius: 0px 0px 3px 3px;
}
.datepicker td {
	padding: 0;
	border-radius: 3px;
}
