.vertical-list {
    list-style: none;
    margin: 0;
}
.vertical-list li {
    display: block; 
    padding: 15px;
}

.vertical-list li.odd {}
.vertical-list li.even {
    background-color: #f6f9fe;
}
.vertical-list h3, .vertical-list p, .vertical-list a {
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.vertical-list h3 {
    margin-top: 0px;
    height: 16px;
    font-weight: bold;
}

.vertical-list a {
    font-weight: bold;
}

li.category {
    display: block;
    float: left;
    width: 115px;
}

td.tab-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url(../images/tabs/tabcontent-top-left-bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

.small {
    font-size: 0.9em;
}

ul.events {
    list-style: none;
    margin: 0;
}

p#event-locations { color: #BBBBBB; }