/* --------------------------------------------------
GENERAL CALENDAR STYLING
-------------------------------------------------- */

.cal-popout {
	margin: 0;
	padding: 0;
	border: 0;
    width: 100%;
	position: relative;
	background: #e8e8e8;
    height: 100%;
}
.cal-popout, .cal-popout tr, .cal-popout td {
	margin: 0;
	padding: 0;
	border: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	height: 48px;
}

/* --------------------------------------------------
CALENDAR HEADER STYLING
-------------------------------------------------- */

.cal-month-name {
    text-align: left;
}
.cal-monthName, .cal-prevMonth, .cal-nextMonth {
	color: #FFF;
	background: #4b5f8f;
	font-weight: normal;
    font-size: 22px;
	position: relative;
    height: 61px !important;
    width: 100%;
}
.lte-ie7 .cal-monthName {
	height: 61px;
}
.cal-monthName {
	font-family: "Bubblegum Sans", cursive;
	padding-left: 24px !important;
}
.cal-prevMonth, .cal-nextMonth {
	width: auto;
	height: 61px;
	position: relative;
}
.lte-ie7 .cal-prevMonth, .lte-ie7 .cal-nextMonth {
	padding: 1em 0 0;
}

.cal-prevMonth a, .cal-nextMonth a {
	position: relative;
	width: 100%;
	height: 15px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.cal-prevMonth a i, .cal-nextMonth a i {
	display: none;
}
.cal-prevMonth a:after, .cal-nextMonth a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	background-image: url("/_site/images/design/cal_arrow.png");
}
.cal-prevMonth a:after {
	background-position: top left;
}
.cal-nextMonth a:after {
   	background-position: top right;
}
.cal-prevMonth a:hover, .cal-nextMonth a:hover {
	
}


/* --------------------------------------------------
CALENDAR DAYS STYLING
-------------------------------------------------- */

.cal-day-names {
	height: 20px !important;
}
.cal-day-names td {
	width: 14.2857%;
	width: 30px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
	background: #4b5f8f;
}
.cal-day-names td abbr {
	font-family: "Bubblegum Sans", cursive;
	text-transform: uppercase;
	display: block;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}

/* --------------------------------------------------
CALENDAR DATES STYLING
-------------------------------------------------- */

.cal-popout tbody td {
	width: 14.28571428571429%;
	height: 48px;
	font-size: 14px;
	background: #e8e8e8;
	border: 1px solid #FFF !important;
}
.cal-popout tbody tr td:first-child {
	border-left: 0 !important;
}
.cal-popout tbody tr td:last-child {
	border-right: 0 !important;
}
.cal-popout tbody td.cal-cellEmpty {
	background: transparent;
	border: 0 !important;
}
.cal-popout tbody td.cal-today {
	background: #dfc451;
    color: #FFF;
}
.cal-popout tbody td.cal-today a {
	color: #FFF;
}
.cal-popout tbody td a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	position: relative;
	color: #858585;
	font-family: "Bubblegum Sans", cursive;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;	
}
.cal-popout tbody td a span.icon {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: auto;
	right: 1px;
	bottom: 1px;
	border: 0.2em solid transparent;
	border-right-color: #4b5f8f;
	border-bottom-color: #4b5f8f;
	border-radius: 0 !important;
	background: none;
}


/* --------------------------------------------------
POPUP INFO STYLING
-------------------------------------------------- */

.cal-loading {
	-moz-opacity: .50;
	filter: alpha(opacity=50);
	opacity: .50;
}
.cal-label {
	display: none;
}
.cal-popoutHolder {
	z-index: 2;
	color: #FFFFFF;
}
.cal-popoutContent {
	z-index: 2;
	color: #666666;
	text-align: center;
}
.cal-popoutPointer-content {
	border-color: #f5f5f5;
}
.cal-popoutPointer-border {
	border-color: #CCC;
}
.cal-events {
	margin: 0;
	padding: 10px 10px 2px;
	list-style: none;
	background: #f5f5f5;
	border: 2px solid #CCC;
	border-radius: 10px;
}
.cal-events li {
	margin: 0 0 8px;
	padding: 0;
	line-height: 140%;
}
.cal-events li span {
	display: block;
}
.cal-eventTitle {
	color: #333 !important;
	text-shadow: none !important;
	font-weight: normal;
	display: inline;
}
.cal-eventTimescale {
	float: left;
}