.calendar {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#EEE;
	padding:15px;
	border:1px solid #CCC;
	color:#1B1B1B;
	border-radius:5px;
	font-size:11px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	opacity:0;
	display:none;
	z-index:10;
	-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.16);
	-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.16);
	box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.16);
}
.calendar ul {
	width:175px;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}
.calendar li {
	color:#1B1B1B;
	width:25px;
	line-height:25px;
	float:left;
	text-align:center;
	padding-bottom:2px;
	margin-bottom:3px;
	cursor:pointer;
	list-style:none;
}

.calendar li:hover {
	background-color:#666;
}
.calendar .top-left {
	float:left;
	cursor:pointer;
	width:10px;
}
.calendar .top-right {
	float:left;
	cursor:pointer;
	width:10px;
	text-align:right;
}
.calendar .top-center {
	float:left;
	text-align:center;
	width:170px;
	font-weight:bold;
	cursor:move;
	
}
.calendar .right:hover {
	
}
.calendar .left:hover {
	
}
.cpFormElementLoop td {
	vertical-align:top;
}
.calendar .right {
	float:right;
	clear:right;
	cursor:pointer;
	width:20px;
}
.calendar .cl-top-bar {
	margin-bottom:10px;
}
.noncurrent {
	color:#999;
}
.inactive {
	color:#999 !important;
}
.time {
	display:none;
}
.time .title{	
	text-align:center;
	margin-bottom:8px;
	font-size:12px;
	font-weight:bold;
}
.time input {
  	width:58px;
	height:55px;
	background-color:#fff;
	color:#1B1B1B;
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:24px;
	-webkit-box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	-moz-box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	text-align:center;
}
.am-pm, .timezone-container {
	margin-top:4px;
	width:36px;
	margin-right:0px;
	height:24px;
	line-height:24px;
	text-align:center;
	background-color:#fff;
	-webkit-box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	-moz-box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	box-shadow: inset 0px 0px 25px -6px rgba(0,0,0,0.22);
	color:#1B1B1B;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	font-size:11px;
	float:left;
	padding:0px;
}
.calendar-input {
	background-image:url('calendar.png');
	background-repeat:no-repeat;
	background-size:1em;
	background-position:96% center;
}
.timezone-container {
	margin-left:4px;
	width:56px;
}
.am-pm-buttons {
	margin-top:4px;
	float:left;
	width:20px;
	height:24px;
	background:#CCC;
	font-size:0px;
}
.calendar .weekdays {
	font-weight:bold;
	font-variant:small-caps;
}
.am-pm-buttons .up, .am-pm-buttons .down {
	float:left;
	width:20px;
	height:13px;
	cursor:pointer;
	line-height:13px;
	text-align:center;
}
.am-pm-buttons .up:hover,.am-pm-buttons .down:hover  {
	background:rgba(255,255,255,.2);
}
.arrow-up {
	font-size:0px;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	line-height:0px;
	border-bottom: 5px solid #1B1B1B;
	margin:0px;
	padding:0px;
}
.arrow-down {
	font-size:0px;
	width: 0; 
	height: 0; 
	line-height:0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;	
	border-top: 5px solid #1B1B1B;
	margin:0px;
	padding:0px;
}
.time {
	font-size:24px;
}
.time .ok-button {
	background-color:#fff;
	border:1px solid #CCC;
	color:#333;
	font-size:22px;
	padding:10px;
	margin-top:8px;
	cursor:pointer;
	border-radius:5px;
	text-align:center;
}
.calendar .timezone {
	margin-top:4px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}