﻿#LIST_VideoChannelGroups, #LIST_VideoChannels
{
    padding: 0;
    margin: 0;
    text-align: center;
}
    #LIST_VideoChannelGroups li, #LIST_VideoChannels li
    {
        display: inline;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    #LIST_VideoChannelGroups li a, #LIST_VideoChannels li a
    {
        display: block;
        padding: 10px;
        text-align: center;
        vertical-align: top;
        text-decoration: none;
        background-color: #000000;
        border: 1px solid #333333;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        white-space: normal;
    }
    #LIST_VideoChannelGroups li a:hover, #LIST_VideoChannelGroups li a.Active, #LIST_VideoChannels li a:hover, #LIST_VideoChannels li a.Active
    {
        background-color: #4d207a;
        color: #ffffff;
        border: 1px solid #ffffff;
    }


.BTN_VideoGalleryListAdvance
{
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background-color: #333333;
    color: #ffffff;
    font-size: 20px;
}
.BTN_VideoGalleryListAdvance:hover
{
    background-color: #000000;
}



#LIST_Videos
{
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
}
    #LIST_Videos li
    {
        float: left;
        width: 50%;
        height: 200px;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    #LIST_Videos li a
    {
        display: block;
        height: 170px;
        padding: 10px;
        text-decoration: none;
        color: #000000;
    }
    #LIST_Videos li a:hover, #LIST_Videos li a.Active
    {
        background-color: #dddddd;
    }
    #LIST_Videos .BOX_Video1
    {
        width: 50%;
        height: 270px;
    }
    #LIST_Videos .BOX_Video1 a
    {
        height: 240px;
    }
    #LIST_Videos .BOX_VideoAd
    {
        width: 40%;
        height: 270px;
    }
    #LIST_Videos .BOX_VideoAd a
    {
        height: 240px;
    }
    #LIST_Videos .BOX_Video1 .IMG_VideoGalleryThumb, #LIST_Videos .BOX_Video1 .IMG_VideoGalleryOverlay
    {
        max-height: 200px;
    }


.BOX_VideoGalleryThumb
{
    position: relative;
}
.IMG_VideoGalleryThumb, .IMG_VideoGalleryOverlay
{
    max-height: 120px;
}
.IMG_VideoGalleryThumbOverlay
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}




#BOX_VideoDisplay
{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../Graphics/PageArt/Darker.png);
    text-align: center;
}
    #BTN_VideoDisplayClose
    {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        padding: 20px;
        background-color: #000000;
        color: #aaaaaa;
        font-weight: bold;
        font-size: 32px;
        text-decoration: none;
    }
    #BTN_VideoDisplayClose:hover
    {
        color: #ffffff;
    }
    #BOX_Video
    {
        width: 860px;
        max-height: 100%;
        margin: 0 auto;
        padding: 0 65px;
        background-color: #000000;
        overflow: auto;
        z-index: 9999;
    }
    #BOX_VideoContent
    {
        float: left;
        width: 600px;
        color: #ffffff;
        padding: 50px 0;
        text-align: left;
        vertical-align: top;
        z-index: 9999;
    }

