.formclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	height: 0px;
	width: 0px;
	background-color: #57AEFF;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.taskboxclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	width: 0px;
}

#calendar {
	height: 500px;
}

.calendarover {
	text-align: center;
	background-color: #8AC6FF;
	width: 15px;
}

.calendaroff {
	text-align: center;
	background-color: #57AEFF;
	width: 15px;
}

.calendartodayover {
	text-align: center;
	background-color: #FF9B3D;
	width: 15px;
}

.taskchecker {
	width: 150px;
	background-color: #00EE00;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.istask {
	background-color: #00EE00;
	text-align: center;
}

.istaskover {
	background-color: #00FF00;
	text-align: center;
}

.tcpadding {
	padding: 10px;
}

.calendartodayoff {
	text-align: center;
	background-color: #FF810A;
}