.cr-blocked {
	cursor: not-allowed !important;
}

.cr-default {
	cursor: default !important;
}

.cr-pointer {
	cursor: pointer !important;
}

.cr-help {
	cursor: help;
}

.cr-link {
	cursor: pointer !important;
	text-decoration-thickness: 0.5px;
	text-decoration-style: dotted;
	text-decoration-line: underline;
	text-decoration-color: #06f;
}

.cr-pointer:hover,
.cr-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
