/* календарь */
.day_title {background:#FFA444;
	text-align:center;
	font-weight:normal;
	padding:1px;
	color:#272727}
.day_unavaliable {background:#FFC17D;
	color:#FFFFFF;}
.day_selected {background:#FFFFFF;
	color:#000000;}
.day_current {background:#FFD09D;}
.day_current a:link, .day_current a:visited, .day_current {color:#FF6000;
	font-weight:bold;}
.day_holiday {background:#FC5C00;
	color:#FFFFFF;}
.day_other_month {background:#FFC17D;
	color:#FFA444;}
.day_other_month a {color:black;}
.day_avaliable {background:#FFD09D;
	color:#272727;}