/*= CORE CSS */

.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
}

.eventCalendar-daysList {
	display: table;
	width: 100%;
	zoom: 1;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	display: block;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
    border-radius:4px;
	margin:5px auto;
	padding:0 10px;
	background-color:#ccc;
	color:#fff;
	text-align:center;
	font-weight:bold;
	box-shadow:0 0 10px #ccc;
	text-shadow:0 0 3px #aaa;
	position:absolute;
	z-index:4;
	top:25px;
	left:5px;
}

.eventCalendar-subtitle {
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
/* end of core CSS */

	.eventCalendar-wrap .eventCalendar-arrow {
		color:#fff;
		top:11px;
		padding:11px 10px;
        background-color: #50626F;
	}

    .eventCalendar-arrow.eventCalendar-prev{
        border-right: 1px solid #000;
    }

    .eventCalendar-arrow.eventCalendar-next{
        border-left: 1px solid #000;
    }

    .eventCalendar-wrap .eventCalendar-arrow:hover,
    .eventCalendar-wrap .eventCalendar-arrow:focus {
		background-color: rgb(216,9,121);
	}

		.eventCalendar-wrap .eventCalendar-arrow span {
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 6px solid #fff;
			display:block;
			text-indent:-5000px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
				border-left-width:0;
				border-right: 6px solid #fff;
			}
	
		.eventCalendar-currentTitle {
			line-height:34px;
            height: 34px;
			background-color:#50626F;
		}
		.eventCalendar-currentTitle .eventCalendar-monthTitle {
			font-weight:bold;
			color:#fff;
            font-size: 1.1em;
            display: block;
            text-align: center;
		}
        .eventCalendar-currentTitle .eventCalendar-monthTitle:hover,
        .eventCalendar-currentTitle .eventCalendar-monthTitle:focus  {
            background-color: rgb(216,9,121);
            text-decoration: none;
        }
			.eventCalendar-daysList.eventCalendar-showAsWeek {
				margin:10px 5px;
				width:auto;

								border:solid 1px #BCBCBC;
				border-bottom-width:0;
				border-radius:0;
				background-color:#CCCCCC;
				background-image: linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -o-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -moz-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);
				background-image: -ms-linear-gradient(top, #EEEEEE 42%, #CCCCCC 71%);

				background-image: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(0.42, #EEEEEE),
					color-stop(0.71, #CCCCCC)
				);

			}
			.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

				border-radius:5px 5px 0 0;
			}
			.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
			.eventCalendar-daysList:after { clear: both; }
			.eventCalendar-day-header {
				text-transform:lowercase;
				text-align:center;
				font-size:10px;
				border-bottom:solid 1px #BCBCBC;
			}
			.eventCalendar-daysList.eventCalendar-showAsWeek li {
				height:auto; margin:0;
			}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
					background-color: #ccc;
					min-height:27px;
					border-top: solid 1px #ccc;
				}
			.eventCalendar-day a {
				color: #424242;
			}
			.eventCalendar-day {
				border-left:solid 1px #BCBCBC;
			}
			.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
			.eventCalendar-showAsWeek .eventCalendar-day a  {
				border:solid 1px red;
				border-color:#fff #BCBCBC #BCBCBC #eee;
				line-height:27px;
				font-size:11px;

			}
			.eventCalendar-day a:hover {
				background-color:#E4E4E4;
                text-decoration: none;
			}

			.eventCalendar-daysList li.today a {
				color:#fff;
				background:#aaa;
			}
				li.eventCalendar-day.today a:hover {
					background-color:#ccc;
				}

			.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
				background-color:rgb(149,7,84);
                opacity: 1;
				color:#fff;
            }

			li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
				background: #D80979;
                color: #fff;
			}


			.eventCalendar-daysList li.current a {
				color:#fff;
				background:#449FB2;
				box-shadow:inset 5px 5px 10px #216B7A;
				text-shadow: 2px 2px 2px #216B7A;
			}
				li.eventCalendar-day.current a:hover {
					background-color:#79BDCC;
					box-shadow:inset 5px 5px 10px #449FB2;
					text-shadow: 2px 2px 2px #449FB2;
				}
			.eventCalendar-loading.error {
				background-color:red;
			}

.eventCalendar-list-wrap {
	position:relative;
}

		.eventCalendar-list li .eventCalendar-eventTitle {
			display:block;
			clear:both;

			font-weight:bold;
			text-decoration:none;
		}
			.eventCalendar-list li a.eventCalendar-eventTitle {
				color:#0E8EAB;
			}
			.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
		.eventCalendar-list li .eventDesc {
			clear: both;
			margin:0 0 5px 0;
			font-size:80%;
			line-height:1.2em;

		}
		.eventCalendar-list .eventCalendar-noEvents {
			font-size: 1.2em;
			border-radius:4px;
			margin:5px;
			padding:5px;

			background-color:#ccc;
			color:#fff;
			text-align:center;
			font-weight:bold;
			box-shadow:0 0 10px #ccc;
			text-shadow:0 0 3px #aaa;
		}
/* end of theme css */
