﻿div#EventListing {
    width: 490px;
    height: auto;
    overflow: hidden;
    margin: 0 0 100px 0;
}

div#EventListing h1.Header {
    width: 470px;
    height: 19px;
    background-image: url(../images/platta_665/header_bg_490.jpg);
    padding: 5px 10px;
    font-size: 18px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    margin-bottom: 5px;
    color:White;
}

div#EventListing div.Event {
    width: 490px;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px 0;
    border-bottom:1px solid #fbcd21;
    padding:0 0 10px 0;
}

div#EventListing div.EventNoBorder {
    border-bottom-style:none;
}

div#EventListing div.Event div.Content {
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    width: 315px;
    height: 170px;
    overflow: hidden;
    float:left;
    display:inline;
}

div#EventListing div.Event div.Content p.Date {
    font-weight: bold;
    margin: 0;
}

div#EventListing div.Event div.Content h1 {
    font-size: 18px;
    font-weight: bold;
    font-family: Tahoma, Arial, Sans-Serif;
    margin: 0;
}

div#EventListing div.Event div.Content p {
    margin:0 0 12px 0;
}

div#EventListing div.Event div.ImageBlock {
    width: 170px;
    height: 170px;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    background-color: #fbcd21;
}

div#EventListing div.Event div.ImageBlock img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 15px 0 0 15px;
}

