body
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#whatson
{
    background: black;
    color: white;
    clear: both;
    margin-top: 3em;
}


#whatson form
{
    margin: 2em;
}

#whatson label
{
   clear: both;
   float: left;
   width: 100px;
}

#whatson #location
{
    float: right;
    font-size: 60%;
    margin-bottom: -60px;
    color: #aaaaaa;
}

#whatson table
{
    clear: both;
    margin: 20px;
}

#whatson tr
{

}

#whatson .newdate
{
    height: 20px;
}


#whatson td
{
    text-align: top;
    vertical-align: top;
}

#whatson th
{
    text-align: left;
    font-size: 150%;
}

#whatson .month
{
    display: inline;
    width: 250px;
}

#whatson table img
{
    margin-left: 100px;
}

#whatson .title
{
    font-weight: bold;
}

#whatson .date
{
    font-size: 80%;
    width: 75px;
}

#whatson .venue
{
   color: #aaaaaa;
   font-size: 60%;
   width: 75px;
}

#whatson .desc
{
    font-size: 80%;
}

#whatson .link
{
    display: block;
    font-style: italic;
    font-size: 80%;
}
