.CalendarCenter {
	position: relative;
	width: 455px;
	margin: 0 auto;
}
.DateBar .DaySelectedBtn {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(153,153,153,.7)), to(rgba(0,0,0,.7)));		
	box-shadow: 2px 2px 5px black inset;
	color: #0095cd;
	text-shadow: 1px 1px 1px black; 	
}
.CalendarViewSelected {
	position: absolute;
	-webkit-border-radius:5px;
	-webkit-box-shadow: 0px 0px 10px black;	
	-webkit-transform: scale(1.2);
	top:10px;
}
.DayToday {
	-webkit-box-shadow: 0px 0px 5px white;	
	border:1px red solid;

}
.MonthDayPusher {
	width: 57px;
	height: 30px;	
	float: left;
	margin: 3px;
}
.MonthDayMoreBTN {
	position: absolute;
	right:2px;
	width: 15px;
	bottom: 3px;	
	padding-right:3px;
	padding-left:3px;
	-webkit-border:radius:2px;
	-webkit-transition: background-color .4s, color .4s;
}

.MonthDayMoreBTN:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));	
	color: red;
}
.MonthDay {
	width: 55px;
	height: 20px;
	float: left;	
	-webkit-border-radius:3px;
	position: relative;
	overflow: hidden;
	margin: 3px;
    padding-bottom: 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	-webkit-box-shadow:1px 1px 1px #e0e0e0;	
	padding: 10px 0px;
	border: 1px solid #bbb;
	cursor: pointer;
}
.MonthDayNotAvailable {
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777));	
	cursor: default;
	color: #fff;
	text-shadow: none;
}
.MonthDayNotAvailable:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#777)) !important;	
	color: #fff !important;
	text-shadow: none !important;
}

.MonthDay > div:first-child{
	font-family: Helvetica;
	font-size: 15px;
	width: 45px;
	text-align: center;
	display: inline-block;
}
.MonthDay > div {
	font-family: helvetica;
	font-size: 10px;
	margin-left:2px;
	padding-left:4px;
	width: 70px;
	-webkit-transition: -webkit-transform .7s, background-color .4s;
	-webkit-border-radius: 2px;
	height: 15px;

}

.MonthDay:hover {
	background: orange;
	color: #fff;
}

.MonthDay > div > div:nth-child(6) {
	margin-left:5px;
	margin-right: 6px;
	max-width: 73px;
	overflow: hidden;
	height: 14px;
	line-height: 14px;

}

.Calendar1 div {
	-webkit-user-select: auto; 
}
.Calendar1 {
	-webkit-transform: translateZ(0px), top .7s;
	-webkit-transition: -webkit-transform .7s, top .7s;
	width: 455px;
	padding:10px;
	padding-top:10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	position: absolute; 
	box-shadow: 5px 5px 15px rgba(100,100,100,.3);
	/* -webkit-box-shadow: 0px 0px 20px black; */
	top:-3000px;
	left:0px;
	/* -webkit-border-radius:10px; */
	/*min-height:375px;*/
	height:400px;
	z-index: 100000;
}
.Calendar1Show {
	/*-webkit-transform: translateY(1050px);*/
	top:50px;
}
.Calendar1 .TopBar {
	width: 455px;
	height: 40px;
	position: absolute;
	background-color:#ed1c24;
	position: absolute;

}
.Calendar1 .TopBar div {
	position: absolute;	
}
.Calendar1 .Prev {
	top:2px;
	left:15px;	
	width: 30px;
	height: 30px;
	background-image: url(ImgObjects/ArrowLeftIcon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.Calendar1 .Next {
	top:2px;
	right:15px;	
	width: 30px;
	height: 30px;
	background-image: url(ImgObjects/ArrowRightIcon.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.Calendar1 .Close {
	top:-2px;
	right:5px;	
	position: absolute;
	cursor: pointer;
}

.Calendar1 .MonthTitle {
	width: 150px;
	height: 20px;	
	top:5px;
	left:150px;
	text-align: center;
	color: white;
	text-shadow: none;
}
.Calendar1 .MonthTitle span{
	margin-right: 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
}
.Calendar1 .Weekdays {
	position: absolute;
	top:50px;
	left:15px;	
	width: 550px;
	height: 20px;
}
.Calendar1 .Weekdays div {
	display: inline-block;
	width: 58px;
	text-align: center;
	/* font-family: helvetica; */
	/* font-size: 16px; */
	color:#777;
}	
.CalendarArea {
	margin-top:70px;	
}
