﻿.LightBox
{
    z-index: 100;
}
.LightBox, .LightBox .Overlay, .LightBox, .LightBox .FrameBackground
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.LightBoxHidden
{
    display: none;
}
.LightBox .Overlay
{
    background: #201204;
    z-index: 100;
    opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60);
    zoom: 1;
}
.LightBox .Container
{
    position: absolute;
    left: 50%;
    top: 75px;
    z-index: 200;
    height: 480px;
}
.LightBox600 .Container
{
    margin-left: -300px;
    width: 600px;
}
.LightBox700 .Container
{
    margin-left: -350px;
    width: 700px;
}
.Lightbox .Container .FrameBackground
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 210;
}
.LightBox600 .Container .FrameBackground700, .LightBox700 .Container .FrameBackground600
{
    display: none;
}
.LightBox600 .Container .FrameBackground600, .LightBox700 .Container .FrameBackground700
{
    display: block;
}

.LightBox .Container .Content
{
    position: absolute;
    left: 0;
    top: 0;
    height: 345px;
    padding: 66px 0px 69px 70px;
    z-index: 220;
}
.LightBox .Container .Content .Header
{
    height: 40px;
}
.LightBox600 .Container .Content
{
    width: 470px;
}
.LightBox700 .Container .Content
{
    width: 563px;
}
/* Frame stuff */
.LightBox .Content .Frame
{
    height: 305px;
}
.LightBox600 .Content .Frame
{
    width: 470px;
}
.LightBox700 .Content .Frame
{
    width: 563px;
}
/* Header */
.LightBox .Title
{
    font-size: 1.5em;
    color: #79181f;
    font-weight: normal;
}
.LightBox .CloseButton
{
    position: absolute;
    top: 51px;
    z-index: 230;
    cursor: pointer;
}
.LightBox700 .CloseButton
{
    right: 56px;
}
.LightBox600 .CloseButton
{
    right: 49px;
}
/* Lightbox content pages : Contact us */
.Contact, .Contact .ContactLeft, .Contact .ContactRight
{
    height: 305px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.Contact
{
    width: 470px;
}
.Contact .ContactLeft
{
    width: 180px;
    float: left;
}
.Contact .ContactRight
{
    float: right;
    width: 280px;
    background: transparent;
}
.Contact .ContactRight iframe
{
    border: 0;
    margin: 0;
    padding: 0;
    width: 280px;
    height: 305px;
    background: transparent;
}
/* Lightbox content pages : Videos */
.Video .Links a
{
    font-weight: bold;
}
/* Lightbox content pages : News */
.News, .News .NewsLeft, .News .NewsRight
{
    min-height: 305px;
    height: auto !important;
    height: 305px;
    margin: 0;
    padding: 0;
}
.News
{
    width: 570px;
}
.News .NewsLeft
{
    width: 190px;
    float: left;
    border-right: 1px solid #bea87d;
}
.News .NewsLeft .Items
{
    position: relative;
    height: 275px;
    width: 190px;
    overflow: hidden;
}
.News .NewsLeft .Items .Strip /* this is the bit that movies */
{
    position: absolute;
    top: 0;
    height: 275px;
}
.News .NewsLeft .Items .Strip .Links
{
    float: left;
    width: 190px;
    height: 275px;
}
.News .NewsLeft .Nav
{
    width: 175px;
    height: 30px;
    padding-right: 15px;
}
.News .NewsLeft .Nav .Older
{
    float: left;
    cursor: pointer;
}
.News .NewsLeft .Nav .Newer
{
    float: right;
    cursor: pointer;
}
.News .NewsLeft .Nav a.Disabled
{
    color: black;
    cursor: default;
}
.News .NewsLeft .Nav a.Disabled:hover
{
    text-decoration: none;
}
.News .NewsRight
{
    float: right;
    width: 370px;
}
.News .Links a
{
    font-weight: bold;
}
.News .Sep
{
    height: 17px;
}
