.calendar_h
{
	color: #f8f8f8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.calendar_th_work
{
	color: #e7e6e8;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding:0 4;
}
.calendar_th_holiday
{
	color: #762c25;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding:0 4;
}
.calendar_work
{
	text-decoration: none;
	font-weight:bold;
	color: #e7e6e8;
	font-size: 12px;
	font-family: 'Times New Roman', Times;
	padding:0 4;
}
.calendar_holiday
{
	text-decoration: none;
	font-weight:bold;
	color: #762c25;
	font-size: 12px;
	font-family: 'Times New Roman', Times;
	padding:0 4;
}
.calendar_sel
{
	text-decoration: underline;
	font-weight:bold;
	color: #38a6fa;
	font-size: 12px;
	font-family: 'Times New Roman', Times;
}
.calendar_th_work, .calendar_th_holiday, .calendar_work, .calendar_holiday, .calendar_sel
{
	text-align: center;
	/*line-height: 19px;*/
}

