/* месяц - год */
.chead{
	font: 14px Arial;
	color: #555555;
}
/* название дней недели */
.cdow{
	font: 12px Arial;
	color: #555555;
	background: #afc6e9;
}
/* дни */
.cday{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #cccccc;
	width: 35px;
	height: 35px;
}
/* выходные дни */
.chday{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	border: 1px solid #cccccc;
	width: 35px;
	height: 35px;
	background: #eaeaea;
}
/* неактивные дни */
.cnday{
	font: 12px Arial;
	color: #aaaaaa;
	vertical-align: top;
	border: 1px solid #cccccc;
	width: 35px;
	height: 35px;
	background: #f0f0f0;
}
/* текущий день */
.caday{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid #ff0000;
	width: 30px;
	height: 30px;
}
/* текущий выходной день */
.chaday{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid #ff0000;
	width: 30px;
	height: 30px;
	background: #eaeaea;
}
/* текущий день с задачей */
.ataskex{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	border: 2px solid #ff0000;
	width: 30px;
	height: 30px;
	background: #aaddaa;
}
/* обычный день с задачей */
.taskex{
	font: 12px Arial;
	color: #555555;
	cursor: pointer;
	vertical-align: top;
	width: 30px;
	height: 30px;
}
.calendar_enter{
	font: 12px Arial;
	cursor: pointer;
	border: 1px solid #cccccc;
	width: 90%;
}
.calendar_base{
	font: 12px Arial;
	color: #555555;
}
.calendar_top{
	font: 14px Arial;
	color: #333333;
	background: #e3e3e3;
}
.calendar_butt{
	font: 14px Arial;
	color: #333333;
	background: #dddddd;
	cursor: pointer;
}
