/* Defines the table attributes */
EventListTable
{

}

.EventListSpeaker
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* Defines the appearance of the event category, when shown */
.EventListCategory
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
	padding-bottom: 15px;
}

/* Defines the appearance of the event title */
.EventListTitle
{
	font-family: Verdana;
	font-size: 12px;
	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;
	color: #000000;
	text-decoration: none;
}

a.EventListLink:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.EventListLink:active
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.EventListLink:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	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;
	color: #000000;
	text-decoration: underline;
}

a.EventListRegisterLink:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.EventListRegisterLink:active
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.EventListRegisterLink:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}



