#ycalendar{
	margin:10px auto;
	width:666px;
	padding:1px;
	border:1px solid #999;
	overflow:hidden;
}
.ycalendar_month{
	position:relative;
	float:left;
	width:210px;
	height:203px;
	background-color:#FFF;
	color:#FFF;
	margin:5px;
	display:inline;
	overflow:hidden;
	border:1px solid #999;
}
img.ycalendar_lastyear,
img.ycalendar_nextyear,
img.ycalendar_lastmonth,
img.ycalendar_nextmonth{
	position:absolute;
	width:16px;
	height:16px;
	cursor:pointer;
	z-index:100;
	top:4px;
}
img.ycalendar_lastyear{
	left:5px;
}
img.ycalendar_nextyear{
	right:5px;
}
img.ycalendar_lastmonth{
	left:26px;
}
img.ycalendar_nextmonth{
	right:26px;
}
.ycalendar_month h4{
	margin:0 auto;
	width:100%;
	text-align:center;
	height:25px;
	line-height:25px;
	font-family:Georgia,sans-serif;
	font-size:12px;
	color:#000;
	overflow:hidden;
	border-bottom:1px solid #999;
	background-color:#F8F8F8;
}
.ycalendar_month ul{
	float:left;
	width:210px;
	height:28px;
	overflow:hidden;
    clear:both;
	margin:0;
	padding:0;
}
.ycalendar_month ul li{
	float:left;
	width:20px;
	height:20px;
	text-align:center;
	font-family:Georgia,sans-serif;
	display:inline;
	color:#575757;
	margin:8px 5px 0;
}
.ycalendar_days{
	margin:0 auto;
	width:100%;
	overflow:hidden;
	clear:both;
}
.ycalendar_days span{
	float:left;
	margin:5px;
	display:inline;
	width:20px;
	text-align:center;
	color:#000;
	font-family:Georgia,sans-serif;
	height:20px;
	cursor:pointer;
	line-height:20px;
	overflow:hidden;
}
.ycalendar_days span#ycalendar_today{
	color:#C00;
	font-weight:bold;
	border:1px solid #C00;
	width:18px;
	height:18px;
	line-height:18px;
}
#ycalendar .yweekend{
	color:#C80000;
}