/*ÈÕÀúÑùÊ½*/
.calendar { /*background-image:url(images/bg.jpg);*/
	margin-left: 14px;
}

.calendar td {
	font-size: 12px;
	text-align: center;
	padding: 0px 6px;
}

.calendar a:visited {
	color: #FF3300;
	text-decoration: none;
}

.calendar td a:link {
	color: #FF3300;
	text-decoration: none;
}

.calendar td a:hover {
	color: #FF3300;
	text-decoration: none;
}

.day {
	background: #fff url(bg_cal_today.gif) repeat-y;
}

.day2 {
	font-weight: bold;
}

.sun {
	background-color: #F5F5F5;
	color: #333333;
	font-weight: bold;
}

.week {
	background-color: #F5F5F5;
	color: #333333;
}

.calendartop {
	text-align: center;
	font-size: 14px;
	margin-left: 41px;
}

.lister {
	color: #63617b;
	display: block;
	padding: 1px 0px 1px 10px;
	margin: 10px 1px 2px;
	clear: left;
}

.lister span {
	cursor: pointer;
	font-weight: bold;
	display: block;
}