.whitespace {
    display: none;
}

table.event-list {
    border-collapse: collapse;
    border: none;
}

table.event-list a, table.event-list table.info a {
    font-weight: normal;
}

.event-list tr.title {
    background-color: #CCCC99;
}

.event-list tr.title th {
    text-align: left;
    padding: 3px 0 2px 5px;
    font-size: 105%;
    border: none;
}

.event-list td {
    vertical-align: top;
    padding: 5px 0 20px 5px;
    border: none;
}

.event-list td.desc {
    padding-right: 10px;
}
.event-list td.desc p {
    text-align: justify;
}
.event-list td.desc p.nojustify {
    text-align: left;
}

.event-list td.info {
    width: 300px;
}

.event-list .logo {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

.event-list .info th {
    padding: 0;
    vertical-align: top;
    text-align: left;
    width: 65px;
    padding-left: 15px;
    font-weight: normal;
    font-style: normal;
}

.event-list .info td {
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
}
.event-list .info td.times {
    padding-bottom: 0.5em;
}

.event-list .info th.times {
    background: url(../graphics/icon-clock.gif) 0 2px no-repeat;
}
.event-list .info th.email {
    background: url(../graphics/icon-email.gif) 0 2px no-repeat;
}
.event-list .info th.phone {
    background: url(../graphics/icon-phone.gif) 0 2px no-repeat;
}
.event-list .info th.website {
    background: url(../graphics/icon-link.gif) 0 2px no-repeat;
}
.event-list .info th.fax {
    background: url(../graphics/icon-fax.gif) 0 2px no-repeat;
}

.event-list .info th.desc {
    display: none;
}
.event-list .info td.desc {
    white-space: normal;
}

.event-list .info .fees {
    padding-top: 0.5em;
}
.event-list .info td.fees {
    white-space: normal;
}
