﻿body
{
    margin: 0px;
    background-color: #EDEEEB;
    font-family: Verdana;
    font-size: 10pt;
}

a
{
    color: Red;
    text-decoration: none;
}

h1
{
    font-weight: lighter;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}

h2
{
    font-weight: lighter;
    margin: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}

h3
{
    font-weight: lighter;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}

.Subject
{
    background: Black;
    padding: 2px;
    color: White;
    font-weight: bold;
    width: 196px;
}

.SubjectInfo
{
    width: 194px;
    font-size: small;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 2px;
}

.message
{
    background-color: Green;
    font-weight: bold;
    color: White;
}

.GridHead
{
    background-color: Black;
    color: White;
    font-weight: bold;
}

.GridAlt
{
    background-color: #EDEEEB;
}

.GridFoot
{
    background-color: Black;
    color: White;
    font-weight: bold;
}

.Titel
{
    margin-bottom: -20px;
}

.Screenshot
{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid black;
    text-align: center;
}

.Top10_1
{
    height: 30px;
    background-image: url(images/Top10Bg.jpg);
    background-repeat: no-repeat;
}

.Top10_2
{
    height: 25px;
    background-image: url(images/Top10BgSmall.jpg);
    background-repeat: no-repeat;
}

.TDonOver
{
    background-color: #EDEEEB;
    color: Red;
    font-weight: normal;
    cursor: pointer;
    border-top: 1px solid black;
}

.TDonOut
{
    background-color: #FFFFFF;
    color: black;
    font-weight: normal;
}


.ImageCover
{
    float: right;
    border: 1px solid black;
}

.infotable
{
    font-size: 10px;
    color: #666666;
}

.TDrowTwo
{
    background-color: #EEEEEE;
}

.HeaderTD
{
    background-color: Black;
    color: White;
    font-weight: bold;
    padding: 4px;
    width: 100%;
}

.SubHeaderTD
{
    background-color: #EEEEEE;
    border-bottom: 1px solid #666666;
    padding: 4px;
    width: 100%;
    font-size: 9px;
}

.cover
{
    padding-top: 4px;
}

.publishedDate
{
    float:right;
    font-size: 10px;
    color: Gray;
}

.videoPreviewImage
{
    border:1px solid #666666;
}