	.lu_jquery_calNextMonthDate, .lu_jquery_calPrevMonthDate { color: #dedbd4; text-align:center;}

	#jqCalendar_viewallbtn { padding: 7px 3px; float:right;}
	#jqCalendar_icon { padding: 0 10px 0 10px; float:left;}

	#lu_jquery_calPrevMonth { cursor:pointer;color:#79bee6;}
	#lu_jquery_calNextMonth { cursor:pointer;color:#79bee6;}

	.lu_jquery_calDates { width:10px; height:10px; }
	#calendar_div { float:left; }

	#lu_jquery_calTable { border:solid 2px #f0efee; border-spacing:2px; width:800px; background-color:#fff; width:350px;}
	#lu_jquery_calTable td.dates { 
			text-align:center; 
			border:double 1px #1c90d4; 
			width:12px; height:16px; 
			border-left: #79bee6 2px solid; 
			border-bottom: #79bee6 2px solid; 
			cursor:pointer;
	}
	#lu_jquery_calTable td.current { background-color: orange; }
	#lu_jquery_calTable td.last_month_date { }
	.lu_jquery_calMonthRowClass { border:none; text-align:center; font-weight:600; font-size:18px; }
	
	
	#calendar_title { padding: 12px 0px; }
	
	th { border:none; text-align:center; border-collapse:collapse;}
	
