#normal {
	cursor: pointer;
	text-align: center;
	width: 14%;
	color: #01776E;
	font-weight: bold;
	font-size: 10;
}
#ruled { 
	font-size: 10;
	cursor: pointer;
	background: #B3D1D0;
	text-align: center;
	width: 14%;
	color: #01776E;
	font-weight: bold;
}
#none {
	font-size: 10;
	text-align: center;
	width: 14%;
	color: #999999;
	font-weight: bold;
}
#calendar_curent {
	font-size: 10;
	background: #B3D1D0;
	text-align: center;
	width: 14%;
	color: red;
	font-weight: bold;
	cursor: pointer;
}