#event /*used for individual event*/
{
margin:20px;
}
ul
{
margin-left:0;
padding-left:0;
}

.eventContent
{
text-align:center;
clear:both;
}

.eventImage
{
margin:0;
border:0;
}

.eventTitle
{
font-size:0.9em;
font-weight:bold;
color:#eeeeee;
}

#today, #thisWeek, #future
{
clear:both;
}


#future ul
{
list-style:none;
height:200px;
overflow:auto;
font-size:0.8em;
}

#future li
{
border-bottom:1px dotted #eeeeee;
padding-top:3px;
padding-bottom:3px;
margin:0;
text-align:left;
}

#future a
{
display:block;
padding:2px;
color:white;
background-color:maroon;
}

#future a:hover
{
background-color:#eeeeee;
color:black;
}


#thisWeek ul li
{
background-color:maroon;
float:left;
}

#today ul li
{
background-color:maroon;
float:left;
}


#thisWeek ul li, #today ul li
{
	list-style:none;
	text-align:center;
	padding:10px;
	margin:10px;
	margin-left:0;
}


.listDate
{
padding:5px 10px;
font-size:14pt;
color:maroon;
clear:both;
}