.datepicker {
	position:absolute;
	font-size:11px;
	width:194px;
	line-height:normal;
	z-index:3003;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, .2);
}
.datepicker.column_2 {
	width:425px;
}
.datepicker.column_3 {
	width:592px;
}
.datepicker.column_4 {
	width:791px;
}
.datepicker.column_5 {
	width:990px;
}
/* header
********************************************************/
.datepicker .header {
	position:relative;
	height:21px;
	margin:10px;
	overflow:hidden;
}
.datepicker .header .title {
	text-align:center;
	padding-top:3px;
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
	position:absolute;
	width:15px;
	height:15px;
	background:#fff;
	text-align:center;
	color:#666;
	top:5px;
	cursor:pointer;
}
.datepicker .header .previous {
	left:5px;
}
.datepicker .header .next {
	right:5px;
}
.datepicker .header .closeButton {
	right:5px;
	display:none;
}
/* body
********************************************************/
.datepicker .body {
	position:relative;
	top:0px;
	left:0px;
	height:193px;
	overflow:hidden;
	margin:0 13px 10px;
}
/* Columns */
.datepicker .body .column {
	float:left;
	width:194px;
	min-height:193px;
	margin-left:5px;
}
.datepicker .body .column.column_1 {
	margin-left:0;
}
.datepicker .titleText .column {
	float:left;
	width:194px;
	margin-left:5px;
	text-align:center;
}
.datepicker .titleText .column.column_1 {
	margin-left:0;
}
.datepicker .body .column.column_2{
	border-left-width:1px;
	padding-left:5px;
	width:199px;
}
/*Footer*/
.datepicker .footer {
	border-top-width:1px;
	padding:10px 13px;
	overflow:hidden;
}
.datepicker .footer button{
	float:right;
	padding:7px 15px;
	margin-left:5px;
	font-weight:normal;
	text-transform:none;
}
.datepicker .footer input{
	width:90px;
	margin-top:5px;
	text-align:center;
}
/* time
********************************************************/
.datepicker .time {
	width:100%;
	height:100%;
	background:#eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
	border:1px solid #ccc;
	background:#fff;
	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;
	cursor:pointer;
	text-align:center;
	padding-top:4px;
	width:25px;
	overflow:hidden;
	height:21px;
	margin:0 3px 3px 0;
}

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

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

/* days-colors
********************************************************/
.datepicker .days .title{
	cursor:default;
	font-weight:normal;
}
.datepicker .days .otherMonth {
	opacity:.5;
}
/* months
********************************************************/
.datepicker .months .month {
	background-image:url(../images/transprant-bg.png);
	float:left;
	cursor:pointer;
	text-align:center;
	overflow:hidden;
	width:62px;
	height:31px;
	padding-top:15px;
	margin:0 3px 3px 0;
}
.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
	margin-right:0;
	width:64px;
}

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

/* years
********************************************************/
.datepicker .years .year {
	background-image:url(../images/transprant-bg.png);
	float:left;
	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 .days .otherMonth.selected {
	background:#bbbfc8 !important;
}
.datepicker .days.weeknumbers .day {
	width:22px;
}
.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
	color:#AAA !important;
	width:16px !important;
	background:#EEE !important;
}
.datepicker table {
	border-spacing:0;
}
.datepicker th,
.datepicker td {
	padding:0;
}