﻿.EventList
{
	font-family: Arial;	
	background-color:AppWorkspace;
}

.EventList_Header
{
	background-color:AppWorkspace;
}

.EventList_HeaderText
{
	font-size:18px;
	color:Blue;
	font-weight:bold;
}

.EventList_Body
{
	background-color:AppWorkspace;
}

.EventList_Event
{	
	clear:both;
}

.EventList_Name
{
	font-size: 15px;	
	font-weight: bold;
	float:None;
}

.EventList_Name a
{
	font-size: 15px;
}

.EventList_Date
{
	font-size:12px;
	float:left;
}

.EventList_Time
{
	font-size:12px;
	padding-left:3px;
	float:left;
}

.EventList_Footer
{
	text-align:right;
	width: 100%;
	background-color:AppWorkspace;
	clear:both;
	float:right;
}

.EventList_Footer a
{

}
