/* Calendar */
.buttons {
	border: 1px solid;
	border-style: none;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 1px;
	font-weight: bold;
}
.cal_buttons {
	color: #FFFFFF;
	font-weight: normal;
	border: none;
	font-size: 33px;
	background: rgba(255, 255, 255, 0);
}
.cal_buttons_on {
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	border: none;
	font-size: 33px;
	background: rgba(255, 255, 255, 0);
}
td.calendar_off {
	padding: 5px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 2.5em;
	border: 1px solid #CFCFCF;
	min-width: 30px;
}
td.calendar_on {
	padding: 5px 0px 0px 5px;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 2.5em;
	border: 1px solid #CFCFCF;
	min-width: 30px;
}
td.calendar_on a {
	color: #FFFFFF;
}
td.calendar_filled {
	background: #4669B3;
	padding: 8px 0px 0px 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	line-height: 1.8em;
}
td.calendar_active {
	background: #4669B3;
	padding: 8px 0px 0px 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	line-height: 1.8em;
}
td.calendar_active a {
	color: #FFFFFF;
}
#tripcal {
	position: absolute;
	top: 0px;
}
.calendar_button {
	border: 0px solid #B0E33D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0 2px;
	cursor: pointer;
}
.calendar_button:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
/* User Calendar Styles */
#calendar {
	background: url(../../images/sitewide/calendar_bg.jpg) center / cover no-repeat;
	height: 263px;
	width: 100%;
	padding: 10px 0;
}
#calendar h1, #page_content #calendar h1 {
	color: #FFF;
	font-size: 27px;
	font-family: roboto, HelveticaNeue-CondensedBlack, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 2px 8px rgba(30, 30, 30, 1);
}
#page_content #calendar {
	margin-top: 37px;
}
#page_content #calendar h1 {
	font-weight: bold;
}
#calendar_interior {
	width: 80%;
	max-width: 225px;
	min-height: 195px;
	border: 2px solid #222222;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.55);
}
.cal_numbers {
	color: black;
	font-size: 13px;
}
.cal_num {
}
a.cal_month {
	color: black;
}
.calendar_day_label:first-of-type {
	text-align: center;
	background: #E3E3E3;
	padding: 1px 0px;
	color: #000000;
	font-size: 17px;
	font-style: normal;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.8em;
}
.calendar_day_label {
	text-align: center;
	background: #E3E3E3;
	padding: 1px 0px;
	color: #000000;
	font-size: 17px;
	font-style: normal;
	border-right: 1px solid #BFBFBF;
	line-height: 1.8em;
}

#events_cal_container
{
	margin: auto;
	padding: 0% 4%;
	width: 92%;
	max-width: 900px;
	border-radius: 5px;
	color: #FFFFFF;
}
#events_list_container
{
	margin: auto;
	padding: 0% 4%;
	width: 92%;
	max-width: 737px;
	border-radius: 5px;
	color: #FFFFFF;
}
A.anchor
{
	display: block;
	position: relative;
	top: -175px;
	visibility: hidden;
}

@media screen and (max-width: 430px) {
	td.calendar_on {
		padding: 0px;
		color: #000000;
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		line-height: 2.5em;
		border: 1px solid #CFCFCF;
		min-width: 30px;
	}
	td.calendar_off {
		padding: 0px;
		color: #000000;
		font-family: Arial, Helvetica;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		line-height: 2.5em;
		border: 1px solid #CFCFCF;
		min-width: 30px;
	}
	td.calendar_filled {
		background: #4669B3;
		padding: 0px;
		color: #FFFFFF;
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		border-right: solid 1px #000000;
		border-left: solid 1px #000000;
		border-top: solid 1px #000000;
		border-bottom: solid 1px #000000;
		line-height: 1.8em;
	}
	td.calendar_active {
		background: #4669B3;
		padding: 0px;
		color: #FFFFFF;
		font-family: Arial, Helvetica;
		font-size: 12px;
		font-style: normal;
		text-decoration: none;
		border-right: solid 1px #000000;
		border-left: solid 1px #000000;
		border-top: solid 1px #000000;
		border-bottom: solid 1px #000000;
		line-height: 1.8em;
	}
	.cal_buttons {
		color: #FFFFFF;
		font-weight: normal;
		border: none;
		font-size: 20px;
		background: rgba(255, 255, 255, 0);
	}
	.cal_buttons_on {
		cursor: pointer;
		color: #FFFFFF;
		font-weight: normal;
		border: none;
		font-size: 20px;
		background: rgba(255, 255, 255, 0);
	}
}
