a:link, a:visited, a:hover, a:active
{
    color: #ffffff;
}

#AdvertisementContainer
{
    background: url(../Images/Splash_Background.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    text-align: center;
    overflow: hidden;
    font-family: "Handwriting";
}

    #AdvertisementScroller
    {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

        #Advertisement
        {
            margin-top: 15%;
            margin-left: auto;
            margin-right: auto;
            width: 1024px;
        }

            #AdvertisementHeaderText, #AdvertisementFooterText
            {
                text-align: center;
                height: 28px;
                text-indent: 5px;
                background: url(../Images/Splash_Header_Background.png);
            }

            #AdvertisementHeaderClose, #AdvertisementFooterClose
            {
                text-align: right;
                position: relative;
                float: right;
            }

            #AdvertisementContent
            {
                background: url(../Images/Splash_Background.png);
                cursor: pointer;
            }

#UpperContent
{
    height: 225px;
    overflow: hidden;
}

#WeekNumber
{
    top: -110px;
    left: 750px;
    font-size: 18px;
    color: #e6e6e6;
    width: 80px;
    line-height: 30px;
}

#CurrentCity
{
    top: -230px;
    left: 415px;
    font-size: 18px;
    color: #e6e6e6;
    text-align: center;
    width: 590px;
    line-height: 65px;
}

table
{
    margin: auto;
    table-layout: fixed;
    width: 1024px;
    position: relative;
    font-size: 75%;
}

#CurrentWeek
{
    color: #dead2e;
    top: -123px;
}

#FacebookPlugin
{
    width: 224px;
    top: -255px;
    left: -400px;
}

#MenuTable, #AdvertisementContent table
{
    background-image: url("../Images/WeeklyListing_TableBackground.png");
    color: #fff;
}

tr.MenuRow
{
    line-height: 18px;
}

td.RestaurantInfoBox
{
    text-align: left;
    font-family: 'Times New Roman',Times,serif;
}

b.Name
{
    text-transform: uppercase;
}

td
{
    vertical-align: top;
    text-align: center;
    word-wrap: break-word;
    font-family: 'Handwriting';
    font-size: 99%;
}

td.Today
{
    background-image: url('../Images/WeeklyListing_Today.png');
}