.calendar-banner {
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #22719e;
	overflow: hidden;
}

.calendar-banner .icon {
	width: 32px;
	height: 32px;
	background-image: url("/img/icon_calender.png");
	background-repeat: no-repeat;
}

.calendar-banner .icon, .calendar-banner .text {
	display: inline;
	float: left;
	color: #ffffff;
}

.calendar-banner .icon {
	margin-left: 86px;
}

.calendar-banner .text {
	margin-top: 6px;
	margin-left: 6px;
	font-size: 18px;
}

.calendar span {
    padding: 10px 8px;
}

.calendar td {
    position: relative;
}

.calendar #currM {
	font-size: 18px;
	color: #22719e;
}

.calendar .weekday-head {
	background-color: #cccccc;
}

.calendar .left-triangle {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent; 
	border-right: 8px solid #979797; 
}

.calendar .right-triangle {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #979797;
	float: right;
}

.calendar #currDay {
	-webkit-box-shadow: inset 0 0 10px #7f8283;
    -moz-box-shadow: inset 0 0 10px #7f8283;
    box-shadow: inset 0 0 10px #7f8283;
    color: #000000;
}

.calendar .date {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}

.calendar-block .schedule-label {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0; 
	height: 0; 
}

.calendar .sunday {
	color: #ff2d4f;
}

.calendar-block .shatin-day .schedule-label {
	border-left: 8px solid transparent;
    border-top: 8px solid #352ea4;
}

.calendar-block .shatin-night .schedule-label {
	border-left: 8px solid transparent;
    border-top: 8px solid #e28d03;
}

.calendar-block .shatin-evening .schedule-label {
	border-left: 8px solid transparent;
    border-top: 8px solid #00adef;
}

.calendar-block .happy-valley-day .schedule-label {
	border-left: 8px solid transparent;
    border-top: 8px solid #ff2f23;
}

.calendar-block .happy-valley-night .schedule-label {
	border-left: 8px solid transparent;
    border-top: 8px solid #2d923c;
}

.calendar-block .information {
	display: block;
	width: 100%;
	margin-top: 11px;
	font-size: 12px;
	text-align: center;
}

.calendar-block .information .item {
	display: inline-block;
	margin-bottom: 8px;
}

.calendar-block .information .item .icon {
	position: relative;
	display: inline;
	float: left;
	width: 14px;
	height: 14px;
	border: 1px solid #d8d8d8;
}

.calendar-block .information .item .icon .schedule-label {
	
}