﻿.events *
{
    font-size: 9px;
    padding: 4px;
}
.events.header *
{
    color: White;
    background-color: #1c52a3;
    text-decoration: underline;
}

.events.rows *
{
    background-color: White;
    font-size: 11px;
}

.events.rows.alternating *
{
    background-color: #ccf0f0;
}

.title, .title a
{
    font-size: 11pt !important;
    padding: 4px 1px !important;
    width: auto !important;
}

.header
{
    font-weight: bold;
    background-color: #eeeeee;
    width: 100px;
}

.row *
{
    padding: 4px 3px;
    font-size: 9pt;
    font-family: Arial, Verdana, Helvetica;
}

.details
{
    width: 490px;
}

.details, .details td
{
    border-style: none;
    border-width: 0;
    border-collapse: collapse;
}

.jpg a, .gif a, .png a
{
    padding-left: 33px;
    background-image: url(../icons/jpg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 33px;
    height: 33px;
    display: block;
}

.pdf a
{
    padding-left: 32px;
    background-image: url(../icons/pdf.gif);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 32px;
    height: 32px;
    display: block;
}

.doc a
{
    padding-left: 32px;
    background-image: url(../icons/doc.gif);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 32px;
    height: 32px;
    display: block;
}
.EventLink
{
    display: block;
    clear: both;
    float: right;
    width: 196px;
}
.TimeLabel
{
}
.EventTitle
{
    text-decoration: underline;
}
