.calendar {
	position: relative;
	width: 250px;
	margin: 0 auto;
}
.calendar .left {
	float: left;
}
.calendar .clear {
	clear: both;
}
.calendar .clear.zero {
	height: 0;
	font-size: 0;
}
.calendar .added-event {
	display: none;
}
.calendar-pages {
	position: relative;
	background-color: #fff;
	float: left;
	z-index:3;
}
.calendar-pages .header {
	text-align: center;
	background: #eff3f6;
	position: relative;
	width: 250px;
	height: 60px;
	z-index: 5;
}
.calendar-pages .title {
	background: url(../image/bannerbg_blue.jpg) repeat-x;
	border: 1px solid #205AA7;
	height: 28px;
	padding: 0 0 0 10px;
	width: 234px;
}
.calendar-pages .title a {
	color: #fff;
	font-family: "黑体", sans-serif;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
}
.calendar-pages .header .ym {
	border-bottom: 1px solid #e3e3e3;
	float: left;
	height: 28px;
}
.calendar-pages .header .y, .calendar-pages .header .m {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin: 3px 14px 3px 27px;
	display: inline;
	width: 82px;
	border: 1px solid #e3e3e3;
	float: left;
	color: #999;
	background: #fff url(../image/arrow.b81d3e66.png) no-repeat 63px 3px;
	text-align: center;
	position: relative;
	cursor: pointer;
	z-index: 998;
}
.calendar-pages .header .y.on, .calendar-pages .header .m.on {
	background-position: 63px -13px;
}
.calendar-pages .header .m {
	margin: 3px 27px 3px 14px;
}
.calendar-pages .header .y ul, .calendar-pages .header .m ul {
	position: absolute;
	width: 82px;
	top: 20px;
	left: -1px;
	z-index: 999;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.calendar-pages .header .y ul li, .calendar-pages .header .m ul li {
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #e3e3e3;
	color: #555;
}
.calendar-pages .header .y ul li:hover, .calendar-pages .header .m ul li:hover {
	background: #205aa7;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #6996d2), color-stop(100%, #1352a6)), #A77E2E;
	background: -webkit-linear-gradient(#6996d2 20%, #1352a6), #A77E2E;
	background: -moz-linear-gradient(#6996d2 20%, #1352a6), #A77E2E;
	background: -o-linear-gradient(#6996d2 20%, #1352a6), #A77E2E;
	background: linear-gradient(#6996d2 20%, #1352a6), #A77E2E;
	color: #fff;
}
.calendar-pages .header .day-names {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	width: 100%;
	height: 30px;
	background: #efefef;
	float: left;
	border-top: 1px solid #fff;
}
.calendar-pages .header h2 {
	width: 34px;
	border-right: 1px solid #e3e3e3;
	float: left;
	text-align: center;
	margin: 0;
	height: 29px;
	line-height: 29px;
	font-weight: normal;
	font-size: 12px;
}
.calendar .total-bar {
	background-color: #f0f0f0;
	border-radius: 30px;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.3);
	color: #666;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 24px;
	line-height: 24px;
	margin: 10px;
	padding-left: 10px;
}
.calendar .total-bar b {
	color: #65c2c0;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}
.calendar .days {
	font-size: 0;
	text-align: center;
	float: left;
	border: 1px solid #e3e3e3;
	border-top: none;
}
.calendar .days .day {
	width: 34px;
	float: left;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	font-size: 12px;
	color: #131313;
	cursor: pointer;
	position: relative;
}
.calendar.mid .days .day {
	height: 40px;
	font-size: 18px;
	padding-top: 7px;
}
.calendar .days .this-month:hover {
	background: #205aa7 !important;
	color: #fff;
}
.calendar .days .day.selected {
	box-shadow: inset 0 5px 15px rgba(255,255,255,0.4), inset 0 -10px 10px rgba(0,0,0,0.2);
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.calendar .days .day.today {
	background: #205aa7 !important;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #6996d2), color-stop(100%, #1352a6)), #A77E2E !important;
	background: -webkit-linear-gradient(#6996d2 20%, #1352a6), #A77E2E !important;
	background: -moz-linear-gradient(#6996d2 20%, #1352a6), #A77E2E !important;
	background: -o-linear-gradient(#6996d2 20%, #1352a6), #A77E2E !important;
	background: linear-gradient(#6996d2 20%, #1352a6), #A77E2E !important;
	color: #fff;
}
.calendar .days .day.today i {
	background: url(../image/icon_calDay.gif) no-repeat right top;
}
.calendar .days .day .details {
	display: none;
}
.calendar .days .day.selected i {
	display: none;
}
.calendar .days .day i {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 10px;
	height: 10px;
	font-size: 0;
	display: block;
	background: url(../image/icon_calCurrent.gif) no-repeat right top;
}
/* .detail {
	line-height: 18px;
	padding: 0 5px;
	margin-bottom:5px;
	position: relative;
	overflow: hidden;
}
.detail span {
	height: 28px;
	line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 460px;
	float: left;
}
.detail em {
	height: 28px;
	line-height: 28px;
	float: right;
	font-style: normal;
	color: #333333;
} */
#calendar .todayPublish, #calendar .tomorrowPublish {
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	width: 248px;
	float: left;
	border: 1px solid #e3e3e3;
	border-top: none;
	font-size: 12px;
	position: relative;
	z-index:2;
}
#calendar .todayPublish ul, #calendar .tomorrowPublish ul {
	position: absolute;
	left: 67px;
	top: 0;
	width: 181px;
}
#calendar .todayPublish ul li, #calendar .tomorrowPublish ul li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#calendar .todayPublish span, #calendar .tomorrowPublish span {
	width: 64px;
	padding-left: 3px;
	position: absolute;
	line-height: 22px;
	height: 22px;
	top: 0;
	left: 0;
}
.calendar .showDates {
	display:none;
	width:228px;
	border:1px solid #e3e3e3;
	min-height:30px;
	background:#f90;
	position:absolute;
	left:0;
	padding:10px 10px 5px;
	z-index:10;
	border: 1px solid #ccc;
	box-shadow:0 0 5px 5px rgba(0,0,0,0.25);
	background:#fffcef url(../image/showDates.png) repeat-x;
}
.calendar .showDates li {
	height:auto;
	line-height:18px;
	padding: 0 5px;
	margin-bottom:5px;
	list-style:inside;
}
.calendar .showDates li span {
	white-space:nowrap;
	float:none;
}