.calendar_view table {
	float: left;
	border-spacing: 0px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 10pt;
}
.calendar_view td {
	border-spacing: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: white;
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	color: #aaaaaa;
}
.calendar_view td.no_day {
	background-color: #eff2f2;
}
.calendar_view .weekday_names td {
	color: black;
}
.calendar_view .table_header {
	position: relative;
	text-align: center;
}
.calendar_view .table_header a {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0px;
	display: block;
}
.calendar_view .table_header .next {
	right: 0px;
}
.calendar_view .table_header .prev {
	left: 0px;
}
.calendar_view .event_day {
	font-weight: bold;
	font-size: 14pt;
	color: #666666;
}
.calendar_view .today {
	background-color: #f2eee0;
}
.calendar_view .selected {
	background-color: #eb5009;
	color: white;
}
.calendar_view .selected a {
	color: white;
}
.calendar_view .calendar_header_cell {
	width: auto;
}
.calendar_view .calendar_top_section {
	clear: both;
}
.calendar_view .calendar_top_section a {
	text-decoration: none;
}
.calendar_view .calendar_top_section .calendar_info {
	float: left;
	padding-left: 20px;
	width: 190px;
}
.calendar_view .calendar_info {
	
}
.calendar_view .calendar_info .event_preview {
	background-color: white;
	-webkit-border-radius: 10px;
	padding: 10px 10px;
	margin-bottom: 10px;
}
.calendar_view .calendar_info .event_preview h4, .calendar_view .calendar_info .event_preview p {
	margin: 0px;
}
.calendar_view .calendar_items .day_listing {
	position: relative;
}
.calendar_view .calendar_items .day_listing .day_label {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12pt;
	font-family: TitilliumBold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.calendar_view .calendar_items .day_listing .items {
	padding-left: 60px;
}
.calendar_view .calendar_items .day_listing .items h4 {
	margin-bottom: 0px;
}
.calendar_view .calendar_items .day_listing .items p.meta {
	margin: 4px 0px;
	font-size: 8pt;
	color: #aaaaaa;
}
.calendar_view .calendar_items .day_listing .items p {
	margin-top: 0px;
}