﻿body
{
    background-color: #eee;
}

.dataContainer
{
    position: absolute;
    left: 1px;
    top: 10px;
    width: 100%;
    color: red;
    text-indent: 4px;
    font-weight: bold;
}

.links
{
    text-decoration: none;
    color: Red;
}

.dataItemNews
{
    font-family: Verdana;
    text-align: left;
    color: Red;
    font-size: 9px;
    text-decoration: none;
    line-height: 12px;
    width:155px;
}
.dataItemEvents
{
    font-family: Verdana;
    text-align: left;
    color: Red;
    font-size: 9px;
    text-decoration: none;
    line-height: 12px;
    width:135px;
}
.dataItem2
{
    font-family: Verdana;
    text-align: left;
    color: Black;
    font-size: 9px;
    text-decoration: none;
    line-height: 12px;
    padding:0 0 0 5px;
}

.title
{
    width:140px;
    float:left;
}

.image
{
    position: relative;
    float: left;
}

.event
{
    padding-bottom: 5px;
}

.clear
{
    clear: left;
}