﻿#events table, #news table
{
    border-collapse: collapse;
}

#events table thead, #news table thead
{
    color: rgb(204, 0, 51);
    font-weight: bold;
}

#events table td, #news table td
{
    vertical-align: top;
    border: 4px solid white;
    padding: 2px;
}

tr.evenrow
{
    background-color: rgb(234,234,234);
}

tr.oddrow
{
    background-color: Transparent;
}

#events .location 
{
    font-size: 10px;
    line-height: 12px;
    border-top: 1px solid rgb(204,0,51);
}

#events .registerform table
{
    border-collapse: collapse;
}

#events .registerform table td
{
    border: 2px solid white;
    padding: 0px;
}
