﻿body
{
    font-family: Arial;
    font-size: 11px;
    margin: 0;
    padding: 0;
    background-color: #4C4C4C;
    background-image: url(/Gfx/top_tile.png);
    background-repeat: repeat-x;
    background-position: top left;
}

h1
{
    text-transform: uppercase;
    color: White;
    font-size: 22px;
    font-weight: normal;
}

/* Movie Splash Small Start */
div.movie_splash_container
{
     float: left;
     padding-top: 10px;
     padding-left: 6px;
}

div.movie_splash_link
{
    text-align: center;
    height: 20px;
    padding-top: 7px;
    text-transform: uppercase;
    padding: 0px 5px;
}

div.movie_splash_link_left
{
    float: left;
}

div.movie_splash_link_right
{
    float: right;
}

div.movie_splash_link
{
    text-align: center;
    height: 20px;
    padding-top: 7px;
}

a.movie_splash_link
{
    color: White;
    text-decoration: none;
}

div.tab_item
{
    background-repeat: no-repeat;
    text-transform: uppercase;
    width: 110px;
    height: 23px;
    float: left;
    text-align: center;
    color: White;
}

div.tab_item
{
    background-repeat: no-repeat;
    text-transform: uppercase;
    width: 110px;
    height: 23px;
    float: left;
    text-align: center;
    color: White;
}

div.tab_item_on
{
    background-image: url(/Gfx/tab_on.png);
}

div.tab_item_off
{
    background-image: url(/Gfx/tab_off.png);
}

div.tab_link
{
    margin: 6px auto;
    font-size: 10px;
}

a.tab_link
{
    text-decoration: none;
    color: White;
}

/* Movie Splash Small End */

div.movie_menu_title, a.movie_menu_title
{
    font-size: 16px;
    color: White;
    padding: 5px;
    text-decoration: none;
}

div.movie_menu_title_on
{
    background-color: #282828;
}

#topmenu div
{
    padding-right: 10px;
    float: left;
    color: #4C4C4C;
}

#topmenu a
{
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #999999;
}

#topmenu a:hover
{
    color: #A32D80;
}

#topmenu a.selected
{
    color: #A32D80;
}

