

.dates
{
margin:5px 0 5px 0;
padding:0;
width:100%;
border:1px solid #efefef;
float:left;
}

.dates li
{
float:left;
list-style:none;
clear:both;
border-bottom:1px solid #efefef;
width:100%;
}

.dates li.odd
{
background:#fff;
}

.dates li.even
{
background:#f8f8f8;
}

.dates li.th
{
font-weight:bold;
color:white;
background:#696969;
}

.dates li span
{
display:block;
float:left;
padding:0 3px 0 3px;
}

.dates li span.date
{
width:110px;
}

.dates li span.day
{
width:70px;
}

.dates li span.event
{
width:140px;
}

.dates li span.site
{
width:120px;
}

.dates li span.time
{
width:80px;
}

.dates li span.type
{
width:50px;
}
