﻿.eventslist
{
    overflow: auto;
    width: 750px;
    height: 430px;
    top:0px;
    vertical-align:text-top;
    background-color: #000000;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
}

.events
{
    top: 0px;
    margin: 5px 3px 5px;
    width: 230px;
    vertical-align: text-top;
    font-size: small;
    font-family: arial;
    color: #ffffff;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    clear: none;
}

.events a
{
    color: #ffffcc;
}

.eventtitle
{
    top:0px;
    vertical-align: text-top;
    font-weight: bold;
    font-size: medium;
    text-align: center;
    color: #ffffff;
}

.eventdetails
{
    top: 0px;
    margin: 10px 10px 10px;
    width: 350px;
    vertical-align: text-top;
    font-size: small;
    font-family: arial;
    color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    clear: none;
}

.eventdetails a
{
    color: #ffffcc;
}

.eventseperator
{
    border-top: #ffffcc 1px dashed;
    width: 170px;
    height: 4px;
    padding-bottom: 7px;
}