.ctype-music {
	font-size: 9px;
	background-image: url(images/ctype-music.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ctype-music:hover {
	background-image: url(images/ctype-music.png);
	background-repeat: no-repeat;
	background-position: left -34px;
}
.ctype-movie {
	background-image: url(images/ctype-film.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ctype-movie:hover {
	background-image: url(images/ctype-film.png);
	background-repeat: no-repeat;
	background-position: left -34px;
}
.ctype-theater {
	background-image: url(images/ctype-theater.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ctype-theater:hover {
	background-image: url(images/ctype-theater.png);
	background-repeat: no-repeat;
	background-position: left -34px;
}

.ctype-other {
	background-image: url(images/ctype-other.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ctype-other:hover {
	background-image: url(images/ctype-other.png);
	background-repeat: no-repeat;
	background-position: left -34px;
}

.ctype-theater .ui-state-default {
	color: #FFF;
}
.ctype-movie .ui-state-default {
	color: #FFF;
}
.ctype-music .ui-state-default {
	color: #FFF;
}

.ctype-other .ui-state-default {
	color: #FFF;
}

.ui-datepicker-prev {
	background-image: url(images/calendar-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.ui-datepicker-prev:hover {
	background-position: left -34px;
}
.ui-datepicker-next {
	background-image: url(images/calendar-right.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
.ui-datepicker-next:hover {
	background-position: left -34px;
}
