	
	.week_tbl{font-size:8pt; color:#ffffff;border:1px solid #DDDDDD;border-collapse:collapse;}

	/*월화수목금토일*/
	.sun {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#f12105;}
	.mon {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#010101;}
	.tue {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#010101;}
	.wed {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#010101;}
	.thu {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#010101;}
	.fri {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#010101;}
	.sat {width:14%; height:15px; background:#f8f7f5; text-align:center;color:#0864b1;}
	/*전체 달력 배경색*/
	.cal_bg{background:#fafafa;}
	/*달력 상단 연도 / 월 */
	.cal_ym{margin:0 0 0 0 ; color:#5432ad; font-size:10pt;height:34px;}
	.cal_yymm{padding:0 0 0 10px; font-weight:bold;background-color:#fafafa;color:#399dce;}
	/*날짜 상단 테두리*/
	.cal_topline{border-bottom:2px solid #DDDDDD;}
	/*날짜 테두리*/
	.cal_td{border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; border-left:1px solid #DDDDDD; background:#ffffff;}
	/*날짜 공백*/
	.cal_whiteSpace {background:#ffffff; border-right:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD;}
	/*행사일이 있을 경우 날짜 배경*/
	.cal_takePlaceBG{background:#e6e6e6; width:100%; height:19px;}
	/*행사일이 있을 경우 날짜 폰트색 굵기*/
	.cal_takePlaceFont{font-weight:bold; color:#3e3e3e;}
	/*일요일일때 날짜 색*/
	.cal_sunday{color:#fb423f;}
	/*토요일일때 날짜 색*/
	.cal_satday{color:#0136ff;}
	/*평일일때 날짜색*/
	.cal_normalday{color:#3E3E3E;}