﻿body
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
}
.header
{
    width:960px;
    height:100px;
    overflow:hidden;
    margin: 0 auto;
    padding: 0;
}
.header-column
{
    width:320px;
    height:100%;
    float:left;
    vertical-align:text-bottom;
}
.hidden
{
    display: none;
}
.tab-container
{
    font-variant: small-caps;
    font-size: larger;
    overflow:hidden;
    margin: 0 auto;
    padding: 0;
}
.tab-bar
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.tab-bar .normal
{
    float: left;
    margin: 10px 5px 0 5px;
    padding: 10px;
    color: #C4C4C4;
    border-top: solid 1px #C4C4C4;
    border-left: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4;
}
.tab-bar .normal a
{
    display: block;
    color: #C4C4C4;
    height: 30px;
    text-decoration: none;
}
.tab-bar .normal:hover
{
    margin: 0 5px 0 5px;
    color: #8C47D1;
    border-top: solid 1px #8C47D1;
    border-left: solid 1px #8C47D1;
    border-right: solid 1px #8C47D1;
}
.tab-bar .normal:hover a
{
    color: #8C47D1;
    height: 40px;
    text-decoration: none;
}
.tab-bar .selected
{
    float: left;
    margin: 0px 5px 0 5px;
    padding: 10px;
    color: white;
    border-top: solid 1px #8C47D1;
    border-left: solid 1px #8C47D1;
    border-right: solid 1px #8C47D1;
    background-color: #8C47D1;
}
.tab-bar .selected a
{
    display: block;
    color: white;
    height: 40px;
    text-decoration: none;
}
.date-tab-bar
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.date-tab-bar .normal
{
    float: left;
    width: 110px;
    margin: 10px 3px 0 3px;
    padding: 0;
    height: 50px;
    color: #C4C4C4;
    border-top: solid 1px #C4C4C4;
    border-left: solid 1px #C4C4C4;
    border-right: solid 1px #C4C4C4;
}
.date-tab-bar .normal a
{
    color: #C4C4C4;
    text-decoration: none;
}
.date-tab-bar .normal:hover
{
    margin: 0 3px 0 3px;
    width: 110px;
    padding: 0;
    height: 60px;
    color: #8C47D1;
    border-top: solid 1px #8C47D1;
    border-left: solid 1px #8C47D1;
    border-right: solid 1px #8C47D1;
}
.date-tab-bar .normal:hover a
{
    color: #8C47D1;
    text-decoration: none;
}
.date-tab-bar .selected
{
    float: left;
    margin: 0px 3px 0 3px;
    width: 110px;
    padding: 0;
    height: 60px;
    color: white;
    border-top: solid 1px #8C47D1;
    border-left: solid 1px #8C47D1;
    border-right: solid 1px #8C47D1;
    background-color: #8C47D1;
}
.date-tab-bar .selected a
{
    color: white;
    text-decoration: none;
}
.tab-title
{
    display: block;
    margin: 0 5px 0 5px;
    padding: 0 10px 5px 10px;
}
.tab-subtitle
{
    font-size: small;
    display: block;
    margin: 0 5px 0 5px;
    padding: 0 10px 5px 10px;
}
.menu-title
{
    font-size: large;
    display: block;
    margin: 0;
    padding: 0;
}
.menu-subtitle
{
    font-size: x-small;
    display: block;
    margin: 0;
    padding: 0;
}
.menu-container
{
    height: 40px;
}
.menu-bar
{
    padding: 0;
    margin: 0;
    list-style: none;
    background-image: url(/images/bar-background.png);
    background-repeat: repeat-x;
    background-color: #008EBE;
    overflow: hidden;
    color: White;
    width: 100%;
}
.menu-bar .selected
{
    background-image: url(/images/menu-indicator.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
}
.menu-bar li
{
    float: left;
    padding: 5px 5px 19px 5px;
    text-align: center;
    color: White;
}
.menu-bar li a
{
    border: solid 1px #008EBE;
}
.menu-bar li:hover a
{
    background-color: #57B4D4;
    border: solid 1px #9EFFEA;
}
.menu-bar li a
{
    display: block;
    padding: 5px;
    color: White;
    text-decoration: none;
}
.menu-bar li:hover ul
{
    left: auto;
}
.menu-bar li .menu-text
{
    display: block;
    padding: 10px 0 5px 0;
    font-size: small;
    color: White;
}
.months li
{
    width: 70px;
}
.dropdown-menu
{
    padding: 0;
    margin: 18px 0 0 0;
    list-style: none;
    float: none;
    position: absolute;
    width: 16em;
    left: -999em;
    border: solid 2px #118BB8;
    background-color: White;
}
.dropdown-menu li
{
    color: Black;
    padding: 5px;
}
.poster-img
{
    border: solid 1px #C4C4C4;
    padding: 5px;
    margin: 5px;
}

.poster
{
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #C4C4C4;
    float: left;
    height: 150px;
    padding: 4px;
    margin: 5px;
    position: relative;
    text-decoration: none;
    width: 100px;
    cursor: pointer;
}
.poster:hover
{
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #8C47D1;
    float: left;
    height: 150px;
    padding: 4px;
    margin: 5px;
    position: relative;
    text-decoration: none;
    width: 100px;
}
.poster span
{
    background-color: rgb(140, 71, 209);
    background-color: rgba(140, 71, 209, 0.75);
    bottom: 4px;
    color: #FFFFFF;
    display: none;
    position: absolute;
    text-align: center;
    width: 100px;
}
.poster:hover span
{
    font-size: x-small;
    display: block;
}
.poster-container
{
    margin-top: 10px;
}
.item-title
{
    font-size: x-large;
    padding: 3px;
}
.item-subtitle
{
    font-size: x-small;
}
.center
{
    text-align: center;
}
.carousel-container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.scrollable
{
    position: relative;
    overflow: hidden;
    width: 810px;
    height: 195px;
    border: 2px solid #118BB8;
}
.scrollable .items
{
    width: 20000em;
    position: absolute;
    clear: both;
}
.scrollable .poster
{
    margin: 20px 5px 20px 21px;
    padding: 2px;
}
.scrollable .active
{
    border: 2px solid #000;
    z-index: 9999;
    position: relative;
}
.scrollable
{
    float: left;
}
a.browse
{
    background: url(/images/carousel-buttons.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 80px 10px;
    float: left;
    cursor: pointer;
    font-size: 1px;
}
a.right
{
    background-position: 0 -30px;
    clear: right;
    margin-right: 0px;
}
a.right:hover
{
    background-position: -30px -30px;
}
a.right:active
{
    background-position: -60px -30px;
}
a.left
{
    margin-left: 0px;
}
a.left:hover
{
    background-position: -30px 0;
}
a.left:active
{
    background-position: -60px 0;
}
a.disabled
{
    visibility: hidden !important;
}
.schedule
{
    margin-top: 0;
    padding-top: 0;
    border-collapse: collapse;
}
.schedule th
{
    padding-top: 10px;
}
.schedule tr.alt
{
    background-color: #D7EBF3;
}
.showtime
{
    position: relative;
    border: solid 1px #118BB8;
    background-color: #41BCEA;
    font-size: small;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.showtime a
{
    text-decoration: none;
    color: blue;
}
.large-map
{
    width: 940px;
    height: 480px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.small-map
{
    width: 250px;
    height: 250px;
    padding: 5px;
    margin: 5px;
    border: solid 1px #C4C4C4;
    float: left;
}
.horizontal-panel
{
    padding: 5px;
    margin: 5px;
    width: 625px;
    float: left;
}
.vertical-panel
{
    padding: 5px;
    margin: 5px;
    width: 290px;
    float: right;
}
.title
{
    padding: 5px 10px 5px 10px; /*margin: 10px 0px 10px 0px;*/
    border: solid 1px #0098C4; /*background-color: #009FC6;*/
    background-image: url(/images/bar-background.png);
    color: White;
    float: left;
}
.title a
{
    color: White;
    text-decoration: none;
}
.panel
{
    clear: left;
    overflow: hidden;
}

.legal
{
    width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.legal .panel
{
    padding: 5px;
}
.legal .title
{
    width: 930px;
}
.horizontal-panel .panel
{
    /*height: 160px;*/
}
.horizontal-panel .title
{
    width: 615px;
}
.vertical-panel .title
{
    width: 280px;
}
.vertical-panel .panel
{
    height: 400px;
}
.review
{
}

.review-left
{
    float: left;
}
.review-score
{
    font-size: 4em;
}
.review-summary
{
    height: 4em;
    overflow: hidden;
}

.movie-details h1
{
    font-variant: small-caps;
    font-size: larger;
    padding: 10px 0px 5px 5px;
    margin: 0;
}

.movie-details p
{
    padding: 0 0 0 15px;
    margin: 0;
}
.trailer-player
{
    width: 640px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.footer
{
    margin-top: 10px;
    padding: 5px;
    font-size: smaller;
    background-color: Gray;
    color: White;
    overflow: auto;
}
.footer .column
{
    float: left;
    width: 235px;
    overflow: visible;
}
.footer .column ul
{
    margin-top: 0;
}
.footer .description
{
    clear: both;
    text-align: center;
}
.menu-bar li form div
{
    float: left;
    padding: 5px;
}
.menu-bar li form input
{
    padding: 2px;
}
.cinema
{
    width: 140px;
    margin: 10px 4px 10px 5px;
    height: 165px;
    float: left;
    position: relative;
    font-size: 1em;
    text-align: center;
    border: solid 1px #C4C4C4;
    padding: 5px;
    text-decoration: none;
}

.cinema:hover
{
    width: 140px;
    margin: 10px 4px 10px 5px;
    height: 165px;
    float: left;
    position: relative;
    font-size: 1em;
    text-align: center;
    border: solid 1px #8C47D1;
    color: #8C47D1;
    padding: 5px;
    text-decoration: none;
}
.cinema-name
{
    font-size: 1.2em;
    clear: both;
    display: block;
    height: 135px;
    margin-bottom: 5px;
}
.cinema-info
{
    margin: 0;
    display: block;
    text-align: left;
    height: 25px;
    font-size: 0.8em;
}
.panel table tr td
{
    margin:3px 6px;
    padding:3px;
}
