.calender_table {
	width: 148px;
	font-size: 10px;
	color:#666666;
	margin-bottom:7px;
}
.calendar_daytitle {
	width: 18px;
	height: 20px;
	font-size: 10px;
	color:#666666;
}
.calendar_daytd {
	width: 18px;
	height: 20px;
	font-size: 10px;
	color:#666666;
	background-color: #f0f0f0;
}
.calendar-comtd {
	font-size: 10px;
	color:#666666;
	background-color:#cccccc;
	padding:3px;
	border:1px dotted #999999;
}

.calendar-td-holiday {
	background-image: url(/img/menu/holiday.gif);
	text-align: center;
	width: 18px;
	height :20px;
	color:#DB0000;
}
.calendar-td-weekday {
	background-image: url(/img/menu/weekday.gif);
	text-align: center;
	width: 18px;
	height :20px;
	color:#666666;
}
.calendar-td-saturday {
	background-image: url(/img/menu/weekday.gif);
	text-align: center;
	width: 18px;
	height :20px;
	color:#000099;
}
.calendar-empty {
	background-color:#f5f5f5;
}
.calendar_td_sun {
	color:#ff0000;
	text-align: center;
	background-image: url(/img/menu/weekSun.gif);
}
.calendar_td_mon {
	color:#666666;
	text-align: center;
	background-image: url(/img/menu/weekOther.gif);
}
.calendar_td_tue {
	color:#666666;
	text-align: center;
	background-image: url(/img/menu/weekOther.gif);
}
.calendar_td_wed {
	color:#666666;
	text-align: center;
	background-image: url(/img/menu/weekOther.gif);
}.calendar_td_thu {
	color:#666666;
	text-align: center;
	background-image: url(/img/menu/weekOther.gif);
}
.calendar_td_fri {
	color:#666666;
	text-align: center;
	background-image: url(/img/menu/weekOther.gif);
}.calendar_td_sat {
	color:#0000ff;
	text-align: center;
	background-image: url(/img/menu/weekSaturday.gif);
}

