.calendar_list {
	display: inline-block;
	width: 400px;
	position: absolute;
	height: 100%;
	margin: 0px;
	margin-top: -25px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.calendar_row_month h2 {
	width: 400px;
	font-weight: normal;
	font-size: 25px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAB0B0; /*#e6e7e8*/
	margin-top: 35px;
}

#calendar_detail {
	display: inline-block;
	width: 650px;
	position: relative;
	height: 100%;
	margin:0px;
	margin-top: -25px;
	margin-left: 460px;
}
.calendar_list h1 {
	margin-top: 25px;
	margin-bottom: 0px;
}
.calendar_row {
	width:400px;
	margin-top: 25px;
	margin-left: 20px;
}
.calendar_title a {
	text-decoration:none;
	color: black;
}
.calendar_title h1:hover {
	font-weight: bold;
}
.calendar_title h1 {
	font-size:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
.calendar_title:hover {
	cursor: pointer;
	font-weight: bold;
}
.calendar_date {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #7e7e7e;
}
.calendar_cup h3 {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #7e7e7e;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom:0px;
}

.calendar_details {
	width: 610px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	margin-top: 35px;
	position: relative;
	margin-top: 10px;
}
.calendar_details h1 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 5px;
}
.calendar_details h2 {
	font-weight: normal;
	font-size: 12px;
	color: #7e7e7e;
	margin-top: 5px;
	margin-bottom: 0px;
}
.calendar_details h3 {
	font-weight: normal;
	font-size: 20px;
	color: #7e7e7e;
	margin-bottom: 0px;
	margin-top: 5px;
}
.calendar_details a {
	text-decoration: none;
	color: black;
}
.calendar_details p {
	font-weight: normal;
	font-size: 14px;
	color: black;
}
.year_list {
	margin-top:20px;
}
.year_list a {
	margin-left: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: black;

}
.year_list a:hover {
	font-weight: bolder;
	cursor: pointer;
}
