.calendar {
	position: absolute;
	font-size: 14px !important;
	font-family: Arial, sans-serif;
	color: #000;
	line-height: normal;
	width: 250px;
	height: 230px;
	padding: 12px 9px 10px 10px;
	background: none;
	background-color:#fff;
	border:1px solid #F0F0F0;
	-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px #696969;
}

.calendar th {
	color:#a0a8b1;
	font-weight: normal
}

/* header
********************************************************/
.calendar .header {
	position: relative;
	height: 25px;
	padding-top: 1px;
}

.calendar .header .title {
	text-align: center;
	margin: 0 26px;
	font-size: 16px
}

.calendar .header .previous,
.calendar .header .next,
.calendar .header .closeButton {
	position: absolute;
	cursor: pointer;
	width: 14px;
	height: 5px;
	top:8px; 
	background:none !important;
	border:none;
	color:#006DDD;
	line-height:0.2;
	*line-height:0.5
}

.calendar .header .previous {
	left: 11px;
}
.calendar .header .previous:hover, .calendar .header .next:hover {
	color:#66A7EB;
}

.calendar .header .next {
	right: 12px;
}

.calendar .header .closeButton {
	display: none;
	right: 0px;
	top: 0px;
	background-position: right top;
}
.calendar .header .closeButton:hover {
	background-position: right bottom;
}

/* body
********************************************************/
.calendar .body {
	position: relative;
	top: 0px;
	left: 2px;
	width: 245px;
	height: 210px;
	overflow: hidden;
}

/* time
********************************************************/
.calendar .time {
	position: relative;
	width: 100%;
	height: 100%;
}

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

.calendar .time .hour {
	left: 15px;
}
.calendar .time .separator {
	background: transparent;
	border: 0px;
	width: 10px;
	left: 76px;
}

.calendar .time .minutes {
	left: 95px;
}
.calendar .time .ok {
	position: absolute;
	top: 65px;
	width: 136px;
	left: 15px;
	font-size: 20px;
}

/* days-grid
********************************************************/
.calendar .days .day {
	text-align: center;
	overflow: hidden;
	width:25px;
	padding: 4px 5px;
	padding-top: 5px\0/;
	//padding-top: 5px;
	color: #006ddd;
}
.calendar .days .titles {
	height: 15px;
}

.calendar thead {
	background: #E0E3E6;
}

.calendar thead th {
	padding-top:5px !important;
	border-bottom: 10px solid #fff;
	border-top: 5px solid #fff
}

.calendar .days .title {
	color: black;
}

.calendar .days .day0 {
	margin-right: 0;
	color: #FD6509;
}

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

/* days-colors
********************************************************/
.calendar .days .week .day {
	cursor: pointer;
}
.calendar .days .week .day:hover {
	background: url(/i/calendar/hover.png) center no-repeat;
}

.calendar .days .otherMonth {
	color: #A4AAB3;
}

.calendar .days .selected {
	background: url(/i/calendar/today.png)  center no-repeat;
	color: white;
}

/* months-grid
********************************************************/
.calendar .months {overflow: hidden}
.calendar .months .month {
	cursor: pointer;
	text-align: center;
	width:74px;
	padding:6px 3px;
	color: #006ddd;
	display: inline-block;
	margin-bottom: 25px;
	zoom: 1;
	//display:inline;
}

/* months-colors
********************************************************/
.calendar .months .month:hover {
	background-color: #9FD8FF;
}

.calendar .months .selected {
	background-color: #FB6C0C;
	color: #fff;
}

/* years-grid
********************************************************/
.calendar .years {padding-left:21px; overflow: hidden}
.calendar .years .year {
	float: left;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width:50px;
	height: 19px;
	padding:6px 0 4px 0;
	margin: 0 1px 1px 0;
}

/* years-colors
********************************************************/
.calendar .years .year:hover {
	background-color: #efefef;
}

.calendar .years .selected {
	background-color: #efefef;
}

/* global
********************************************************/
.calendar .unavailable {
	background: none !important;
	color: #fbb !important;
	cursor: default !important;
}

.calendar table {
	border-spacing: 0;
}

.calendar table.months {
	border-spacing: 10px;
	border-collapse: 1px;
}

.calendar th,
.calendar td {
	padding: 0;
}

.days {
	margin: -3px 0 0 0
}

div.titleText[style*="cursor"] {
	color: #006ddd;
}