.scMonth{
	font-family: "PerpRo";
	font-size: 14px;
	text-align: center;
	margin-bottom:5px;
	margin-right:10px;
	display:inline-block;
	cursor: pointer;
	}
.scMonth:hover{
	text-decoration:none !important;
	}
.scMonth:last-child{
	margin-right:0px;
	}
.scalendar {
	font-family: "PerpRo";
	font-size: 12px;
}
.scalendar td,
.scalendar th{
	width:31px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	padding-bottom:2px;
	font-weight:normal;
}
	
.scalendar .tooltip {
	background: #00aaaa;
	padding: 2px;
	display: block;
	width: 18px;
	margin:0 auto;
	color: #FFF;
	cursor: pointer;
	text-align: center;
	outline: none;
}
	
.scalendar .tooltip>div {
	visibility:hidden;
	opacity:0;
	z-index: 101;
	display: inline;
	width: 220px;
	margin: 18px 0 0 -235px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.scalendar .tooltip .arow-m {
	/*line-height:16px; */
	float: right;
	width: 30px;
	height: 80px;
	overflow: hidden;
}

.scalendar .tooltip .arow-m .arow {
	width: 50px;
	height: 80px;
	margin: 0 0 0 -40px;
	background: rgba(0, 170, 170, 0.8);
	transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	-webkit-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
}

.scalendar .tooltip .tpContent {
	padding: 10px;
	min-height: 43px;
	float: left;
	display: block;
	width: 170px;
	background: rgba(0, 170, 170, 0.8);
}

.scalendar .tooltip .tpContent a {
	margin: 0 0 10px 0;
	color: #FFF;
	line-height: 12px;
	text-align: left;
	text-decoration:none;
	display:block;
	width:100%;
}

.scalendar .tooltip .tpContent a:last-child {
	margin: 0;
}

.scalendar .tooltip .tpContent a:hover {
	color: #FC0;
}
/*
.scalendar p {
	padding: 0 11px 0 0;
	font-size: 14px;
	text-align: center;
}

.scalendar p span {
	display: inline-block;
	margin: 0 11px 0 0;
}


.scalendar a.tooltip:hover {
	text-decoration: none;
}
*/


