.events_list {
	display: inline-block;
	width: 400px;
	position: absolute;
	height: 100%;
	margin: 0px;
	margin-top: -5px;
	color: white;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.calendar_details {
	color: white;
}
.calendar_row_month h3 {
	width: 400px;
	font-weight: bold;
	font-size: 17px;
	border-bottom: 4px;
	border-bottom-style: ridge;
	border-bottom-color: #003D80; /*#e6e7e8*/
	margin-top: 35px;
}

.calendar_row:hover {
	cursor: pointer;
	font-weight:bold;
}

.calendar_title h1 {
	font-weight: normal;
	font-size: 26px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-color: white;
	border-bottom-style: dashed;
}
.calendar_title h1:hover {
	color: #00FE3D;
}
.calendar_title h2 {
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 0px;
}
.calendar_title h2:hover {
	color: #00FE3D;
}
#events_detail {
	display: inline-block;
	position: relative;
	margin:0px;
	color: white;
}
#detail {
	display: none;
	position: relative;
	margin:0px;
	color: white;
}
.events_list h1 {
	color: white;
	margin-top: 20px;
	margin-bottom: 0px;
}

.year_list {
	margin-top: 0px;
	display: inline-block;
}
.year_list a {
	margin-left: 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: medium;
	color: white;

}
.year_list a:hover {
	font-weight: bolder;
	cursor: pointer;
	color: #00fe3d;
}

table#prizemoney {
	border: 0px;
	text-align: center;
}

td {
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.prizemoney_header {
	border-right: 1px solid;
	font-size: 10px;
}
.prizemoney_top {
	border-bottom: 1px solid;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;

}

#sponsor_list {
	display: none;
}

.fb-like-box {
	display: none;
}

#maps {
	display: none;
}
