/* 日历牌样式 */


.evrday{
	width: 20px;
    height: 32px;
	line-height: 32px;
    float: left;
    padding: 10px 18px;
	font-size: 17px !important;
}

#calendar{
	width:400px;
	margin:auto;
	position: relative;
}

.monthList {
	width: 100%;
	height: 40px;
	position: absolute;
	top: -220px;
	left: 0px;
	background-color: #f6f6f6;
}

.weekList {
	width: 100%;
	height: 45px;
	position: absolute;
	top: -170px;
	left: 0px;
	background-color: #f6f6f6;
}

#day {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -120px;
	left: 0px;
}

.button{
	width:17.5%;
	height:40px;
	line-height: 40px;
	float:left;
	color: #e11919;
}

#calendar div{
	text-align:center;
	cursor:pointer;
}

#month{
	width:30%;
	line-height: 40px;
	float:left;
}