﻿.MediaPanel
{
    border-width: 0px 0px 1px 0px;
    display: block;
    clear: both;
    border-color: #ededed;
    border-style: solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.MediaTitlePanel
{
    display: block;
    clear: both;
    height: 23px;
}
.MediaTitle
{
    display: block;
    float: left;
    width: 489px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 10pt;
    color: #ac0000;
    font-weight: bold;
    text-decoration: none;
    background-color: #e5e5e5;
    padding: 5px 5px 0px 5px;
    height: 18px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ffffff;
    margin: 0px;
}
.MediaDate
{
    display: block;
    float: left;
    width: 90px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 10px;
    color: #666666;
    padding-top: 7px;
    text-align: center;
    background-color: #ededed;
    height: 16px;
}
.MediaDescription
{
    display: block;
    clear: both;
    font-family: Tahoma, Arial, Verdana;
    font-size: 0.7em;
    color: #333333;
    text-align: justify;
    text-decoration: none;
    padding: 5px 5px 2px 5px;
}
.MediaLink
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0066cc;
    text-decoration: none;
    padding-left: 5px;
}