@charset "utf-8";
/* CSS Document */
/* JCalendar */
.jcalendar_link th{
	font-family:SolaimanLipi;
	font-weight:normal;
	text-align:center;
	background:#333;
	width:23px;
	font-size:13px;
	color:#fff
}
.jcalendar_link td{
	font-family:SolaimanLipi;
	font-size:13px;
	background-color:#979797;
	text-align:center;
	color:#CCCCCC;
	padding:3px 2px 3px 2px;
}

#unselected_date{
	background:#660;	
}
#unpublish_date{
	background:#6D6D6D;		
}	
#selected_date{
	background:#CD0000;	
	color:#FF6;
}	
/**/


