﻿.MenuBackground
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/top_back.gif');
    height: 57px;
}

.MenuLogo
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/onfilm_logo.gif');
    width: 316px;
    height: 72px;
}

.MenuButtonDvdActive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/dvd_on.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonDvdPassive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/dvd_off.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #666666;
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonBiografActive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/biograf_on.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonBiografPassive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/biograf_off.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #666666;
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonKonkurrencerActive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/konkurrencer_on.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonKonkurrencerPassive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/konkurrencer_off.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #666666;
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonMitActive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/mitonfilm_on.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonMitPassive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/mitonfilm_off.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #666666;
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonDanskeFilmActive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/danskefilm_on.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuButtonDanskeFilmPassive
{
    background-image: url('/App_Themes/OnFilmStandard/Menu/danskefilm_off.gif');
    text-align: center;
    width: 130px;
    height: 25px;
    color: #666666;
    cursor: default;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

.MenuSogTextBox
{
    font-family: Verdana;
    font-size: 10px;
}

.MenuSogTextBoxHighlight
{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    background-color: #0000FF;
}
.MenuSogCompletionList
{
    text-align: left;
    font-size: 11px;
    color: #000000;
    padding: 0px 0px;
    border: 1px solid;
    background: #ffffff;
    width: 300px;
    z-index: 2;
    position: absolute;
    padding: 3px 5px;
}

.MenuSogButton
{
    font-family: Verdana;
    font-size: 10px;
    width: 50px;
}

A.MenuSmallText
{
    color: #000000;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: underline;
}


