﻿.EventDate
{
	font-weight: bold !important;
	display: block;
	width: 190px;
	float: left;
	clear:left;
	text-align: left;
	margin-bottom: 5px;
}

.EventLink
{
	display: block;
	float: left;
	color: #23A0B4 !important;
	font-weight: bold;
}

.EventLink:hover
{
	text-decoration: underline;	
}

.PreviousYear_Link,
.NextYear_Link
{
	color: #A7A7A9 !important;
}

.PreviousYearSection
{
	text-align: left;
	float: left;
	width: 40px;
	border-right: 1px #BCBBC0 solid;
	margin-bottom: 20px;
}

.CurrentYearSection
{
	float: left;
	width: 60px;
	
	border-left: 1px #E8E8E8 solid;
	border-right: 1px #BCBBC0 solid;
	
	color: #26A0B5;
	font-weight: bold;
}

.NextYearSection
{
	text-align: right;
	float: left;
	width: 40px;
}

.NoEventsText
{
	float: left;
	clear: both;
}
