li.icon.calendar > a {
	background-image: url('/_moya/icons/Calendar.png') !important;
}

.event .calendar-admin {
	display: none;
}
.calendarHeader {
	padding: 10px 0;
	position: relative;
	text-align: center;
	border-radius: 5px;
	background: #c00;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.calendarHeader .prevMonth, .calendarHeader .nextMonth {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
.calendarHeader .prevMonth {
	left: 20px;
}
.calendarHeader .nextMonth {
	right: 20px;
}
.calendarHeader .prevMonth:after, .calendarHeader .nextMonth:after {
	content: '';
	border: 2px solid #fff;
	border-top: 0;
	border-left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
}
.calendarHeader .prevMonth:after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.calendarHeader .nextMonth:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.calendarCategories {
	margin-bottom: 10px;
}
.calendarCategories ul {
	display: table;
	width: 100%;
}
.calendarCategories li {
	display: table-cell;
}
.calendarCategories li {
	padding-right: 5px;
}
.calendarCategories li:last-child {
	padding-right: 0;
}
.calendarCategories a {
	display: block;
	padding: 5px 2px;
	background: #ccc;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border-radius: 5px;
}
.calendarCategories .active a {
	background: #666;
}
.calendarEventDialog .entryContent .image,
#calendar .entryContent .image {
	float: right;
	padding: 0 0 10px 20px; 
}
.calendarEventDialog .entryInfo,
#calendar .entryInfo {
	font-size: 0.800em;
	color: #999;
	text-transform: uppercase;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 39px;
	padding: 10px 0;
}
.calendarEventDialog .entryInfo .venue,
.calendarEventDialog .entryInfo .category,
#calendar .entryInfo .venue,
#calendar .entryInfo .category {
	padding-left: 4px;
}
.calendarEventDialog .entryInfo .venue:before,
.calendarEventDialog .entryInfo .category:before,
#calendar .entryInfo .venue:before,
#calendar .entryInfo .category:before {
	padding-right: 6px;
	content: '|';
}
.calendarEventDialog .entryInfo .buyTickets,
#calendar .entryInfo .buyTickets {
	float: right;
}
.calendarEventDialog .entryInfo .buyTickets a,
#calendar .entryInfo .buyTickets a {
	display: block;
	background: #c00;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-top: -5px;
}
.calendarEventDialog .entryInfo .buyTickets a:hover,
#calendar .entryInfo .buyTickets a:hover {
	background: #ccc;
}	
#calendar .galleryImages {
	margin-bottom: 10px;
	overflow: hidden;
	float:left;
	clear:left;
	width:100%;
}
#calendar .galleryImages .image {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#calendar .calendarBoxes li {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
}
#calendar .calendarBoxes .image {
	float: left;
	margin-right: 10px;
}
#calendar .calendarBoxes .date {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	background: rgba(204, 0, 0, 0.8);
}
#calendar .calendarBoxes .venue {
	display: none;
}

.fc-state-highlight {
	background: #eee !important;
}
.fc-day-header {
	text-transform: uppercase;
}
.fc-content .fc-event {
	background: #c00;
	border: 1px solid #c00;
}
.fc-event, .fc-event:hover {
	color: #fff !important;
}
.fc-view {
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.fc-content.loading .fc-view {
	opacity: 0.3;
	-webkit-transition: opacity 0s;
	-moz-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
}
.fc-content .loadingIndicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none;
}
.fc-content.loading .loadingIndicator {
	display: block;
}
.fc-content .loadingIndicator img {
	width: 128px;
	height: 128px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
	-webkit-animation: rotating-function 1.5s linear infinite;
	-moz-animation: rotating-function 1.5s linear infinite;
	-ms-animation: rotating-function 1.5s linear infinite;
	-o-animation: rotating-function 1.5s linear infinite;
	animation: rotating-function 1.5s linear infinite;
}
#elm_categoryIds .icon {
	cursor: move;
	padding: 13px;
	line-height: 16px;
	display: block;
	float: left;
}
#elm_categoryIds label {
	height: 40px;
	line-height: 40px;
	clear: both;
}
	#elm_categoryIds label input {
		margin-right: 8px;
	}
#elm_categoryIds label:nth-child(2n) {
	background: #f7f7f7;
}
@-webkit-keyframes rotating-function {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotating-function {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-ms-keyframes rotating-function {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@-o-keyframes rotating-function {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes rotating-function {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
