﻿div.event {
    width:100%;
    height:500px;
    overflow:scroll;
    border-style:solid;
    border-top-style:none;
    border-width:2px;
    border-color:#88d;
    background-color:#eee;
}

div.event h5.event_name{
    background-color:#fff;
    border-bottom-style:solid;
    border-top-style:solid;
    border-color:#88d;
    margin:2px 0px;    
}

div.event table.event_table td{

    border-style:inset;
    border-width:2px;
    background-color:#eee;
    font-size:small;
}

.event_title{
    margin-bottom:0px;
    background-color:#eee;
    border-top:solid 2px #88d;    
    border-left:solid 2px #88d;    
    border-right:solid 2px #88d;
}

img.event_image{
    height:80px;
    float:left;
}