/* Defines the table attributes */
EventListTable
{

}

/* Defines the appearance of the event title */
.EventListTitle
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Defines the appearance of the event prices on the event list page */
.EventListPrice
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Defines the appearance of the event location on the event list page */
.EventListLocation
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Defines the appearance of links on the event list page */
a.EventListLink:link
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.EventListLink:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.EventListLink:active
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.EventListLink:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* Defines the appearance of the registration link on the event list page */
a.EventListRegisterLink:link
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.EventListRegisterLink:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.EventListRegisterLink:active
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.EventListRegisterLink:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}



