@charset "utf-8";

.calendar_group {
	margin-bottom: 40px;
	position: relative;
		left: 0;
}

.calendar_group h6 {
	background: #EBEBEB;
	border-top: 1px solid #959595;
	display: block;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 40px 0 0 0;
	padding: 4px 8px 4px 8px;
	text-transform: uppercase;
}

.calendar_group h6 a {
	line-height: 14px;
	padding: 4px 0 4px 0;
}

/* Visual calendar */

.calendar {
	background: none;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
		top: 0;
		right: -308px;
}

.calendar th {
	padding-bottom: 10px;
	text-align: center;
}

.calendar td {
	background: #FFF;
	border: 1px solid #959595;
	padding: 7px;
	text-align: center;
}

.calendar .highlighted {
	background: #fbc23e;
	font-weight: bold;
}

.calendar .blank {
	border: 1px solid #959595;
	background: #EBEBEB;
}

.calendar_item {
	border-top: 1px solid #959595;
	margin-top: 40px;
}
