﻿#LiveTimingDiv
{
    width: 980px;
    min-width: 980px;
    max-width: 980px;
    height: 360px;
    min-height: 360px;
    max-height: 360px;
    margin: 0 auto;
    background-image: url('http://digbza2f4g9qo.cloudfront.net/public/images/LiveSession/img_div_bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #222222;
}
#LiveTimingHeader
{
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    width: 980px;
    position: relative;
    margin-bottom: 15px;
}
#EventLogo
{
    position: absolute;
    top: 15px;
    left: 15px;
    /*height: 50px;*/
    width: 65px;
}
#SeriesLogo
{
    position: absolute;
    top: 15px;
    right: 15px;
}
#EventInformation
{
    position: absolute;
    top: 7.5px;
    left: 90px;
}
#EventName, #TrackLocationName
{
    font-family: helvetica;
    color: White;
    font-style: italic;
}
#EventName
{
    font-size: 25px;
    font-weight: bold;
}
#TrackLocationName
{
    font-size: 14px;
    color: #797979;
    font-weight: bold;
}
#TopFiveDiv
{
    width: 960px;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    margin: 0 auto;
    background-color: #4d4d4d;
}
#ImageDiv
{
    width: 960px;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    margin: 0 auto;
    position: relative;
}
#ImageLabel
{
    position: absolute;
    top: -5px;
    color: White;
    font-family: helvetica;
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
}
#ImageLink
{
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: White;
    font-family: helvetica;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
}
#SessionImage
{
    position: absolute;
    top: -18px;
    left: -10px;
}
.TopFiveDriver
{
    height: 200px;
    margin: 10px;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    float: left;
    position: relative;
}
.PlaceLabel
{
    color: White;
    font-size: 30px;
    font-weight: bold;
}
.DriverHeadshot, .CarIllustration
{
    width: 140px;
}
.DriverName
{
    color: White;
    font-size: 18px;
}
.DifferenceLabel
{
    position: absolute;
    right: 0;
    top: 11px;
    color: White;
    font-size: 14px;
    font-weight: normal;
}
.CarIllustration
{
    width: 140px;
    max-height: 40px;
    margin-top: 5px;
}
#SessionInformationDiv
{
    padding-left: 10px;
    margin-top: 10px;
    float: left;
}
#SessionNameLabel
{
    color: White;
    font-family: helvetica;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
}
#RemainingTimeorLapsLabel
{
    color: White;
    font-family: helvetica;
    font-size: 12px;
    font-style: italic;
}
#LiveTimingLinkDiv
{
    float: right;
    padding-right: 10px;
    margin-top: 17.5px;
}
#LiveTimingImageLinkDiv
{
    position: absolute;
    right: 5px;
    bottom: -50px;
}
#CountdownTimeLabel
{
    position: absolute;
    left: 5px;
    bottom: -55px;
    color: White;
    font-family: helvetica;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}