﻿/*
logo dark blue #262373
logo light blue #68b1fe
logo medium blue #4e86c1
logo reflection #c9e3fe
orange #f0a632
red #970008
*/

.eventContainer
{
    width:700px;
    clear:left;
    float:left;
    height:100px;
    background-color:#c9e3fe;
    border:solid 1px #4e86c1;
}


.eventDefaultImage
{
    float:left;
    width:80px;
    padding:10px;
}

.eventTitle
{
    color:#262373;
    font-weight:bold;
    font-size:13px;
 }

.eventDesc
{
    width:350px;
    float:left;
    height:80px;
    overflow:hidden;
    margin:10px 0px 10px 0px;
    padding:0px;

}
.eventDates
{
    float:left;
    width:140px;
    height:80px;
    margin:10px 0px 10px 10px;
}

.eventDateList
{
    padding:0px 0px 0px 10px;
    margin:0px 0px 0px 10px;
}

.eventDateListItem
{
    padding:0px;
    margin:0px;
}

.eventButtons
{
    float:left;
    width:100px;
}

a.eventButton:link,a.eventButton:visited,a.eventButton:active
{
    display:block;
    width:90px;
    height:18px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    text-decoration:none;
    background-color:#f0a632;
    padding:3px 0px 0px 0px;
    margin:35px 0px 0px 0px;
    border:solid 1px #fff;
 }