﻿/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}

/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #F1F1F1;
    font-size: 14px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    text-transform: none;
    margin-bottom: 0px;
}

h1, #MainContent_FilterExplination, #MainContent_TitleLabel {
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

#MainContent_MainContent a {
    color: #424242;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

/* HEADER 
----------------------------------------------------------*/

.header {
    background-color: White;
    border-top: 2px solid #000000;
    height: 90px;
    margin: 0px auto;
    padding: 15px 20px 10px 20px;
    width: 1080px;
}

#logo {
    float: left;
}

.loginDisplay {
    font-size: 12px;
    height: 35px;
    float: right;
}

.SearchDiv {
    clear: right;
    float: right;
    height: 20px;
    padding-top: 10px;
    width: 245px;
}

    .SearchDiv input {
        background-color: #FFFFFF;
        border: 1px solid #D1D1D1;
        border-radius: 3px 3px 3px 3px;
        float: left;
        height: 25px;
        margin-right: 10px;
        width: 200px;
    }

/* HOMEPAgE*/

.MainNewsItem {
    border-bottom: 1px solid #cac7c7;
    /*outline: 1px solid black;*/
    float: left;
    font-size: 12px;
    height: 140px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px;
    width: 270px;
}

    .MainNewsItem a {
        font-size: 12px;
        text-decoration: none;
    }

        .MainNewsItem a:hover {
            font-size: 12px;
            text-decoration: underline;
        }

.BetweenMainNewsItem {
    display: none;
}

.MainNewsItemImage {
    border: 1px solid #ccc;
    float: left;
    height: 70px;
    margin-right: 15px;
    width: 70px;
}

.MainNewsItemTitle {
    color: #ff8383;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0px;
    width: 180px;
}

.MainNewsItemType {
    color: black;
    font-size: 14px;
    font-weight: bold;
}

.MainNewsItemDesc {
    color: Black;
    float: left;
    font-size: 11px;
    margin-top: 5px;
    text-decoration: none;
    width: 170px;
}


.RightHomeColumn {
    background-color: black;
    float: right;
    list-style-type: none;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 300px;
}

    .RightHomeColumn ul {
        list-style-type: none;
    }



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.Banner {
    background-color: White;
    border-bottom: 10px solid black;
    clear: both;
    height: 250px;
    margin: 0px auto;
    width: 1120px;
}

/*.page
{
    width: 80%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 100%;
}
 
    .header h1
    {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }
       */


.outer-main {
    margin: 0px auto;
    width: 1120px;
}

.main {
    background-color: #ffffff;
    float: left;
    margin: 0px auto;
    padding: 20px;
    width: 1080px;
}

.leftCol {
    outline: 1px solid black;
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.adverts {
    float: right;
    width: 360px;
}


.home-page-mpu {
    float: left;
    min-height: 270px;
    margin-bottom: 20px;
    width: 300px;
}

.inside-page-ads {
    float: left;
    margin-bottom: 20px;
    width: 360px;
}

.social-networks {
    height: 50px;
    width: 300px;
}

    .social-networks img {
        float: left;
    }

.sn {
    margin-right: 10px;
}

.content {
    /*outline: 1px solid black;*/
    float: left;
    width: 600px;
}

.film-synopsis-content {
    float: left;
    width: 600px;
}

/*.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
*/

.footer {
    background-color: #000000;
    border-top: 2px solid #ff8383;
    clear: both;
    height: 50px;
    margin: 0px auto;
    width: 1120px;
}

.footerText {
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* TAB MENU   
----------------------------------------------------------*/

.main-menu {
    background-color: #000000;
    border-bottom: 1px solid white;
    border-top: 3px solid #ff8383;
    height: 32px;
    margin: 0px auto;
    padding: 0px;
    width: 1120px;
}

.menu {
    color: White;
    float: left;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    width: 1080px;
}

    .menu li {
        display: inline;
        list-style-type: none;
    }

        .menu li a {
            background-color: #000;
            border-right: 1px solid #949393;
            color: White;
            float: left;
            font-size: 12px;
            padding: 8px 11px;
            text-decoration: none;
        }


            .menu li a:hover {
                background-color: #ff8383;
                color: #fff;
            }


div.hideSkiplink {
    background-color: #FFFFFF;
    width: 100%;
    height: 0px;
}
/*
div.menu
{
    padding: 4px 4px 0px 8px;
}

    div.menu ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited
        {
            background-color: #97C2E8;
            border: 1px #4298E3 solid;
            color: #062642;
            display: block;
            margin-right: 5px;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover
            {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

.menuHR
{
    border: none;
    border-top: 1px solid #ccc;
    background-color: #ddd;
    color: #ddd;
    padding: 0px;
    margin: 0px;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/

/* COMPETITIONS ETC */

#pnlCompetitionsPanel, #pnlFilmsAdded, #pnlReviews, #pnlTopLists, #pnlFrightBlogs {
    padding: 20px;
}

    #pnlCompetitionsPanel a, #pnlFrightBlogs a {
        color: White;
        font-size: 12px;
        text-decoration: none;
    }

    #pnlFilmsAdded a {
        color: White;
        font-size: 12px;
        text-decoration: none;
    }

    #pnlFilmsAdded img {
        border: 1px solid white;
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 60px;
    }

    #pnlFilmsAdded li {
        border-bottom: 1px dotted white;
        height: 60px;
        padding: 15px 0px;
    }

    #pnlReviews a {
        color: White;
        font-size: 12px;
        text-decoration: none;
    }

    #pnlReviews img {
        border: 1px solid white;
        float: left;
        height: 60px;
        margin-right: 10px;
        width: 60px;
    }

    #pnlReviews li {
        border-bottom: 1px dotted white;
        height: 60px;
        padding: 15px 0px;
    }

h4 {
    border-bottom: 1px dotted white;
    color: White;
    margin-bottom: 2px;
    padding-bottom: 7px;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

/*.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #D10000;
    text-decoration: none;
}

    .loginDisplay a:link
    {
        color: #D10000;
        text-decoration: none;
    }

    .loginDisplay a:visited
    {
        color: #D10000;
    }

    .loginDisplay a:hover
    {
        color: #C10000;
    }
    */
.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

/*--------------------- User Made Styles --------------------------*/
.Table {
    width: 100%;
}

.Lines {
    background-color: #F6F6F5;
    border-bottom: 1px solid #F1F1F1;
    vertical-align: top;
}

/*.FilmImage
{
    float: left;
    border: 1px solid #EFEFEF;
    padding: 5px;
}

.FilmSynopsis
{
    float: right;
    width: 80%;
    border: 1px solid #EFEFEF;
}
*/
/*.FilmTable
{
    width: 90%;
    clear: both;
    background-color: #F6F6F5;
}
*/

.infoHeaders {
    background-color: #ADD9AD;
}

.Icons {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.main-home-block {
    margin: 0px auto;
    width: 1120px;
}

.HomepageBackground {
    background-color: White;
    border-bottom: 3px solid #ff8383;
    float: left;
    margin: 0px auto;
    padding: 20px;
    width: 1080px;
}

/*.HomepageBackground
{
    background-color: #FFFFFF;
    height: 100%;
}
*/
/*.Banner
{
    padding: 10px;
}
*/
/*.MainNews
{
    height: 100%;
    width: 50%;
    float: left;
    border: 1px solid #B88B6A;
}

.MainNewsItem
{
    clear: both;
    border: 1px solid #B88B6A;
    max-height: 1000px;
}

.BetweenMainNewsItem
{
    line-height: 10px;
}

.MainNewsItemImage
{
    height: 100px;
    width: auto;
    float: right;
}
*/
.tableImage {
    height: 100px;
    width: auto;
}

.PageTitle {
    font-size: 31px;
    color: #424242;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
}

/*.ReviewPanel
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: Black;
    font-weight: bold;
}

    .ReviewPanel a
    {
        font-weight: normal;
    }

.ListTableContentCol
{
    width: 100%;
    border-left: 1px solid #C0C0C0;
}
    */
.tableLable {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}



.searchButton {
    width: 30px;
    height: 30px;
    border-width: 0px;
    vertical-align: middle;
}

/*.RightHomeColumn
{
    clear: right;
    float: right;
}
    */

/* Blog */

.BlogContainer {
    padding: 5px;
    margin: 10px;
    padding-bottom: 50px;
    border-bottom: 1px dotted #696969;
}

    .BlogContainer ul {
        margin-left: 40px;
    }

    .BlogContainer li {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

.BlogLastUpdated {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

.ReadMore {
    color: #3b7793;
    font-weight: bold;
    text-decoration: none;
    float: right;
    padding-right: 10px;
}

.BlogHeadline {
    color: #3b7793 !important;
    line-height: 32px;
    font-size: 23px;
    text-decoration: none;
}

.BlogShortTitle {
    display: block;
    font-weight: bold;
    font-size: 17px;
}

.BlogImage {
    border: solid, 1px, #696969;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.BlogSeperator {
    border-top: 1px dotted #696969;
    color: #fff;
    background-color: #fff;
    margin: 20px 0px;
    width: 100%;
}

.RaterItemOn {
    width: 15px !important;
    height: 15px !important;
    margin: 0px !important;
}

.RaterItemOff {
    width: 15px !important;
    height: 15px !important;
    margin: 0px !important;
}

.RaterItemOver {
    width: 15px !important;
    height: 15px !important;
    margin: 0px !important;
}

.RSSIcon {
    height: 35px;
}

.ButtonLinks img {
    padding-right: 5px;
}

.ButtonLinks .yt img {
    float: right;
    padding-right: 0px;
    margin-top: 3px;
}


/*
.ButtonLinks
{
    float:right;
    text-align: right;
    padding-right: 10px;
    border: none;
    display:inline-block;

}

    .ButtonLinks a
    {
        text-decoration: none;
        border: 0px;
        vertical-align: middle;
    }

    .ButtonLinks img
    {
        border: 0px solid;
        vertical-align: middle;
    }
.twitter-follow-button
{
    vertical-align:middle;
}
*/


/* Film LIst */

#MainContent_Filters {
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    list-style-type: none;
    margin: 10px 0px 10px 0px;
    padding: 15px 0px 10px 0px;
    width: 100%;
}

.FilterList li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
    margin-bottom: 8px;
}

    .FilterList li a {
        color: #000;
        font-size: 12px;
    }

        .FilterList li a:hover {
            text-decoration: none;
        }


#MainContent_gvFilms, #MainContent_gvNews, #MainContent_gvArticles, #MainContent_gvActors, #MainContent_gvArticles, #MainContent_gvPodcasts {
    clear: both;
    margin-bottom: 10px;
}

    #MainContent_gvFilms th, #MainContent_gvNews th, #MainContent_gvArticles th, #MainContent_gvActors th, #MainContent_gvArticles th, #MainContent_gvPodcasts th {
        background-color: Black;
        border: none;
        color: White;
        font-size: 14px;
        height: 35px;
        text-align: left;
        padding-left: 20px;
        width: 600px;
    }

    #MainContent_gvFilms td, #MainContent_gvNews td, #MainContent_gvActors td, #MainContent_gvPodcasts td {
        background-color: #fef7f7;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        padding: 10px;
        vertical-align: top;
        height: 100px;
    }

    #MainContent_gvArticles td {
        background-color: #fef7f7;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        padding: 10px;
        vertical-align: top;
    }

        #MainContent_gvFilms td a, #MainContent_gvNews td a, #MainContent_gvArticles td a, #MainContent_gvActors td a, #MainContent_gvPodcasts td a {
            color: Black;
            font-size: 14px;
            font-weight: bold;
            text-decoration: none;
        }

            #MainContent_gvFilms td a:hover, #MainContent_gvNews td a:hover, #MainContent_gvArticles td a:hover, #MainContent_gvActors td a:hover, #MainContent_gvPodcasts td a:hover {
                color: Black;
                 font-size: 14px;
                text-decoration: underline;
            }

        #MainContent_gvFilms td img, #MainContent_gvNews td img, #MainContent_gvActors td img, #MainContent_gvArticles td img, #MainContent_gvPodcasts td img {
            border: 1px solid #c0c0c0;
            float: left;
            height: 100px;
            margin-right: 15px;
            width: 100px;
        }

/*  Film Page  */




.film-tit {
    height: 40px;
}

.film-image {
    float: left;
    width: 160px;
    padding-right: 5px;
}

.film-review {
    float: left;
    height: 60px;
    padding-left: 30px;
    padding-top: 5px;
    width: 360px;
}

.film-content-outer {
    background: #F1F1F1;
    border: 1px dotted #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 20px;
}

.film-content-stars {
    background: #F1F1F1;
    border: 1px dotted #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 20px;
    padding: 20px;
}

.film-content {
    /*float: left;*/
}

.our-review {
    float: left;
    margin-right: 10px;
}

.rating {
    float: left;
    margin-right: 10px;
}

.review {
    clear: both;
}

.release {
    display: block;
    margin-top: 4px;
}

.rdate {
    display: block;
    margin-top: 4px;
}

#MainContent_lblDVDReleaseDate br {
    display: none;
}

#MainContent_CertificateImage {
    float: left;
    height: 60px;
    margin: 0px 20px 20px 0px;
    width: 60px;
}

#MainContent_pnlInformation {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 570px;
}

span#MainContent_lblGenre {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

span#MainContent_lblSynopsis {
}

/*.FilmTable td
{
    border-bottom: 1px dotted black;
    font-size: 14px;
    padding: 10px;
    vertical-align: top
}
*/

.FilmTable {
    padding-bottom: 10px;
    width: 570px;
}

    .FilmTable img {
        height: 100px;
        padding: 2px;
        width: 100px;
    }

.credits {
    border-bottom: 1px dotted black;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 570px;
}

/* ---- actors -- */

.actor-page {
    float: left;
    margin-bottom: 20px;
    width: 570px;
    background: #F1F1F1;
    border: 1px dotted #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 20px;
}




    .actor-page .actor-image {
        float: left;
        height: 200px;
        margin-right: 20px;
        width: 200px;
    }

        .actor-page .actor-image img {
            height: 100%;
            width: 100%;
        }

    .actor-page .FilmTable {
        border-bottom: 1px dotted black;
        border-top: 1px dotted black;
        float: left;
        height: 50px;
        margin-top: 20px;
        padding-top: 10px;
    }

        .actor-page .FilmTable td {
            vertical-align: top;
        }

.actorname {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.actorbio #MainContent_lblBio {
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
}

.actorbio {
    float: left;
    width: 300px;
    padding-left: 0px;
}


table.FilmTable {
    clear: both;
    margin-top: 20px;
}
/* ---- actors -- */

/* News Page */

#MainContent_gvNewsList, #MainContent_RelatedPages {
    width: 610px;
}


#MainContent_gvNewsList, #MainContent_gvFilms, #MainContent_RelatedPages {
    border: none;
    font-size: 12px;
}

    #MainContent_gvNewsList th, #MainContent_RelatedPages th {
        background-color: #F1F1F1;
        border: none;
        border-bottom: 1px solid #cccccc;
        color: #424242;
        font-size: 14px;
        height: 35px;
        text-align: left;
        padding-left: 20px;
    }

span#MainContent_lblRelatedLabel {
    background-color: #F1F1F1;
    border: none;
    border-bottom: 1px solid #cccccc;
    color: #424242;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 10px;
    margin-bottom: -1px;
    text-align: left;
    padding: 12px 10px 15px 20px;
    width: 545px;
}

#MainContent_RelatedPages .FilmTable {
    margin: 0px;
    padding: 0px;
    width: 576px;
}

#MainContent_gvNewsList td, #MainContent_RelatedPages td {
    background-color: #fef7f7;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    padding: 10px;
    vertical-align: top;
    height: 100px;
}


    #MainContent_gvNewsList td a, #MainContent_RelatedPages td a {
        color: Black;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
    }

        #MainContent_gvNewsList td a:hover, MainContent_RelatedPages td a:hover {
            color: Black;
            font-size: 14px;
            text-decoration: underline;
        }

    #MainContent_gvNewsList td img, #MainContent_RelatedPages td img {
        border: 1px solid #c0c0c0;
        height: 100px;
        width: 100px;
    }

span#MainContent_NewsTitle /*span#MainContent_NameLabel*/ {
    border-bottom: 1px dotted black;
    color: black;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 570px;
}

#MainContent_NewsPanel {
    clear: both;
    padding-top: 20px;
}

.newsbox {
    /*border: 1px solid black;*/
    float: left;
    padding-top: 20px;
    width: 570px;
}

    .newsbox .newstitle {
        font-size: 18px;
        font-weight: bold;
    }



    .newsbox .newsdesc {
        font-size: 14px;
        line-height: 1.4;
    }

    .newsbox .newsimage-box {
        float: left;
        height: 200px;
        margin-right: 20px;
        width: 200px;
    }

    .newsbox .Date {
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }



    .newsbox ul {
        font-size: 12px;
        padding-left: 20px;
    }

        .newsbox ul li {
            font-size: 12px;
        }

/* News Page */

#MainContent_CreditsPanel {
    background: #F1F1F1;
    border: 1px dotted #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    padding: 20px;
    margin-top: 20px;
    width: 570px;
}

.HeaderLabel {
    display: block;
    font-size: 18px;
}

.CreditLabel {
    font-size: 12px;
}

.ListTableContentCol {
    vertical-align: top;
    padding: 10px;
    width: 75%;
}

#MainContent_DirectorInfo {
    border-top: 1px dotted black;
    float: left;
    vertical-align: top;
    padding-top: 10px;
    width: 100%;
}

#MainContent_lblDirector .HeaderLabel, #MainContent_lblDirector2 .HeaderLabel  {
    display: block;
    float: left;
    height: 30px;
    margin-bottom: 20px;
}

#MainContent_DirectorInfo .tableImage,#MainContent_DirectorInfo2 .tableImage,  #MainContent_DirectorInfo .CreditLabel, #MainContent_DirectorInfo2 .CreditLabel {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

a#MainContent_hlFullReview {
    color: #3b7793;
}

#MainContent_pnlCalender {
}

a#MainContent_lbUP {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF8383;
    color: White;
    clear: both;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    width: 50px;
}

span#MainContent_lblTitle {
    display: block;
    font-size: 22px;
    height: 35px;
    width: 100%;
}

.EventPanel {
    float: left;
    background-color: #FF8383;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    margin: 5px;
    width: 100px;
    height: 100px;
    text-decoration: none;
}

    .EventPanel span {
        color: #FFFFFF;
        text-decoration: none;
    }

    .EventPanel ul {
        color: #FFFFFF;
        list-style-type: square;
        padding-left: 20px;
    }

.InnerText {
    color: #FFFFFF;
    margin-top: 10px;
    padding-top: 10px;
}

#MainContent_gvFilms .Lines td {
    border-bottom: 1px solid #CAC7C7;
}

.links {
    padding-bottom: 20px;
}

    .links a {
        font-weight: bold;
        margin-bottom: 15px;
    }

/* --- Reviews --- */

#MainContent_lblDate {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

#MainContent_lblRating {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

#MainContent_lblAuthor {
    font-weight: bold;
}

.PublicComments {
    border-top: 1px dotted black;
    padding-top: 20px;
}

span.PublicCommentsHeader {
    font-size: 16px;
    height: 25px;
    padding-bottom: 5px;
}

.PublicComments .PublicComments {
    border: none;
}

#MainContent_ReviewUP td {
    height: 50px;
    width: 350px;
}


    #MainContent_ReviewUP td input {
        background-color: #FFFFFF;
        border: 1px solid #D1D1D1;
        border-radius: 3px 3px 3px 3px;
        float: left;
        height: 25px;
        margin-right: 10px;
        width: 200px;
    }

    #MainContent_ReviewUP td .RaterContainer {
        float: right;
        margin-right: 20px;
    }

a#MainContent_SubmitReview {
    background-color: black;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
}

a#MainContent_hlBack {
    background-color: black;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-left: 2px;
    margin-top: 10px;
    text-decoration: none;
}

.back-to-film {
    display: block;
    margin-top: 20px;
}

/* edit film */

input#MainContent_TitleBox, input#MainContent_tbFilmImageUrl {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

textarea#MainContent_tbSynopsis {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 60px;
    margin-bottom: 10px;
    width: 500px;
}

select#MainContent_ddlCertificate, select#MainContent_ddlGenre {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    height: 30px;
    margin-bottom: 10px;
    padding: 5px;
    width: 300px;
}

.file-edit-titles {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

select#MainContent_ddlDays, select#MainContent_ddlMonths {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 160px;
}




input#MainContent_tbYear {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

input#MainContent_tbDVDDate {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

#MainContent_CalDVD {
    clear: both;
    margin: 20px 0px;
    width: 300px;
}

    #MainContent_CalDVD td {
        padding: 5px;
    }

a#MainContent_btnClear {
    background-color: #000000;
    color: White;
    font-size: 12px;
    height: 30px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    width: 100px;
}


#MainContent_gvActors {
    margin: 20px 0px;
    padding: 5px;
}

table#MainContent_gvActors td, table#MainContent_gvActors, table#MainContent_gvActors th {
    border: none;
}

    table#MainContent_gvActors td {
        border-bottom: 1px dotted black;
        font-size: 12px;
        height: 50px;
        padding: 10px 20px 10px 0px;
    }

        table#MainContent_gvActors td img {
            border: 1px solid black;
            float: left;
            height: 50px;
            width: 50px;
        }

#MainContent_pnlAddActor input {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

#MainContent_pnlDate input {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    width: 160px;
}



textarea#MainContent_tbCredits {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    width: 500px;
}

.approved {
    font-size: 14px;
    font-weight: bold;
}

.add-actor {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
}

.save-changes {
    font-size: 12px;
    height: 80px;
    padding-top: 20px;
}

    .save-changes img {
        float: left;
    }

    .save-changes p {
        float: left;
    }

.edit-film-tb textarea#MainContent_tbSynopsis {
    height: 100px;
    margin: 20px 0px;
    width: 400px;
}

.edit-film-iu {
    margin-top: 20px;
}

    .edit-film-iu a {
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF8383;
        font-size: 12px;
        margin-bottom: 15px;
        padding: 5px;
        text-decoration: none;
        width: 20px;
    }

.release-dates {
    float: left;
    width: 570px;
}

.save-changes img {
    height: 35px;
    width: 110px;
}

.ft .infoHeaders {
    background-color: white;
    display: block;
    padding: 5px 0px 0px 5px;
    width: 100%;
}

.ft .infoHolders {
    display: block;
    margin-right: 20px;
    width: 100%;
}

    .ft .infoHolders img#MainContent_imgDirector {
        float: left;
    }

    .ft .infoHolders input#MainContent_tbDirector {
        border: 1px dotted #ccc;
        -moz-border-radius: 4px;
        border-radius: 4px;
        float: left;
        padding: 5px;
        margin-left: 20px;
        margin-top: 74px;
        width: 250px;
    }

/*  Edit reviews */

input#MainContent_tbRating {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 200px;
}

textarea#MainContent_tbContent {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 225px;
    margin-bottom: 20px;
    padding: 10px;
    width: 200px;
}

/* Edit Actors */

input#MainContent_NameBox {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 200px;
}

input#MainContent_tbBio {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 200px;
}

input#MainContent_tbDetails {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 200px;
}

.edit-actor-iu {
    margin-top: 20px;
}

    .edit-actor-iu a {
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF8383;
        font-size: 12px;
        margin-bottom: 15px;
        padding: 5px;
        text-decoration: none;
        width: 20px;
    }

/* Edit News */

.edit-news-iu {
    margin-top: 20px;
}

    .edit-news-iu a {
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF8383;
        font-size: 12px;
        margin-bottom: 15px;
        padding: 5px;
        text-decoration: none;
        width: 20px;
    }

input#MainContent_tbTitle {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

textarea#MainContent_tbContent {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 205px;
    margin-bottom: 20px;
    padding: 10px;
    width: 400px;
}

input#MainContent_tbShortContent {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 300px;
}

#MainContent_lblRelatedLabel {
    font-size: 16px;
    margin-bottom: 10px;
}

#MainContent_gvRelatedFilms td, #MainContent_gvRelatedActors td {
    border: none;
    border-bottom: 1px solid #D1D1D1;
    height: 20px;
    padding: 5px;
    width: 300px;
}

#MainContent_gvRelatedFilms th, #MainContent_gvRelatedActors th, #MainContent_gvRelatedFilms, #MainContent_gvRelatedActors {
    border: none;
}

#MainContent_gvRelatedFilms, #MainContent_gvRelatedActors {
    border: none;
    margin-bottom: 20px;
}

select#MainContent_ddlAddFilm, select#MainContent_ddlAddActor {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 160px;
}


/* edit blog */



select#MainContent_ddlType {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 160px;
}

/* edit event */

input#MainContent_tbLocation {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

#MainContent_CalDate {
    clear: both;
    margin: 20px 0px;
    width: 300px;
}

    #MainContent_CalDate td {
        padding: 5px;
    }

/* edit links */


input#MainContent_tbName, input#MainContent_tbURL, input#MainContent_tbCategory {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: left;
    height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 200px;
}

textarea#MainContent_tbDescription, textarea#MainContent_tbBannerCode {
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    height: 225px;
    margin-bottom: 20px;
    padding: 10px;
    width: 400px;
}

a#MainContent_lbAddLink {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: White;
    font-size: 12px;
    height: 30px;
    padding: 5px 10px;
    text-decoration: none;
    width: 100px;
}

#MainContent_gvCurrentLinks td {
    padding: 5px;
}

#MainContent_gvCurrentLinks th {
    text-align: left;
    padding: 5px;
}

/* picture gallery */

.pg img {
    height: 200px;
    width: 200px;
}

.pg table {
    border-bottom: 1px dotted black;
    margin-bottom: 20px;
    padding: 20px 0px;
    width: 500px;
}

.pg input {
    border: 1px solid #D1D1D1;
    border-radius: 3px 3px 3px 3px;
    float: right;
    height: 40px;
    margin-bottom: 10px;
    width: 300px;
}

.pg-iu {
    margin-top: 20px;
}

    .pg-iu a {
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #FF8383;
        color: white;
        font-size: 12px;
        margin-bottom: 15px;
        padding: 5px;
        text-decoration: none;
        width: 20px;
    }

.SelectedPage {
    background-color: red !important;
}

#MainContent_FilmlistLink, #MainContent_ActorlistLink, #MainContent_DirectorlistLink, #MainContent_NewsEditList,
#MainContent_BlogEditList, #MainContent_LinksEditList, #MainContent_EditPublicReviews, #MainContent_EditPublicComments, #MainContent_EditPublicNewsComments,
#MainContent_PictureGallery, #MainContent_EventEditList, #MainContent_EditBanners,
#MainContent_lbNewFilm, #MainContent_lbNewNews, #MainContent_lbNewBlog, #MainContent_lbNewEvent, #MainContent_EditAuthors {
    clear: both;
    display: inline-block;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FF8383;
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    width: 200px;
}

/* ---- Public Reviews ---- */

.PublicCommentAuthor {
    font-size: 11px;
    color: #3b5998;
    font-weight: bold;
}

.PublicCommentContents {
    color: #333333;
    font-size: 10px;
}

.PublicCommentContainer {
    padding: 10px;
    background-color: rgb(241,241,241);
    border: 1px solid #ccc;
    margin-bottom: 1px;
}

.AboutUsImage {
    margin: 10px;
    width: 150px;
}
/*  -----   Latest Films ---*/


/* ---- Amazon Widget ---- */
.amzn_wdgt {
    float: right;
}

    .amzn_wdgt img {
        width: 40px;
    }

.wdgt_t1 {
    width: 100%;
}

.asin_h1 {
    width: 200px;
}

.topListPic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

    .topListPic a {
        text-decoration: none;
    }

.pagerbuttons td {
    height: auto !important;
    border: none;
}

.mobMenu {
    display: none;
}

/*Mobile only css*/
@media only screen and (max-device-width: 1000px) {
    .content {
        width: 97%;
    }

    .adverts {
        width: 97%;
        float: initial;
    }

    .HomepageBackground {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .MainNewsItem {
        border-bottom: 1px solid #cac7c7;
        float: left;
        font-size: 18px;
        height: 100px;
        margin-bottom: 20px;
        margin-right: 20px;
        padding: 5px;
        width: 95%;
    }

        .MainNewsItem a {
            font-size: 20px;
            text-decoration: none;
        }

            .MainNewsItem a:hover {
                font-size: 20px;
                text-decoration: underline;
            }

    .MainNewsItemTitle {
        width: 70%;
    }

    .MainNewsItemDesc {
        width: 70%;
    }

    .MainNewsItemType {
    }

    .MainNewsItemImage {
    }


    .RightHomeColumn {
        width: 100%;
    }

    .topListPic {
        width: 80%;
    }

    #pnlFilmsAdded img, #pnlReviews img {
        width: 120px;
        height: 120px;
    }

    #pnlFilmsAdded li, #pnlReviews li {
        height: 120px;
    }

    #pnlCompetitionsPanel a, #pnlFrightBlogs a, #pnlFilmsAdded a, #pnlReviews a {
        font-size: 20px;
    }

    h4 {
        font-size: 28px;
    }

    .main-menu {
        max-width: 100%;
    }

    .loginDisplay {
        display: none;
    }

    #logo p {
        display: none !important;
    }

    .SearchDiv {
        display: none;
    }

    .header {
        width: 100%;
        padding: 0px;
        padding-top: 3px;
    }

    .main-home-block {
        width: 100%;
    }

    .Banner {
        width: 100%;
        height: 100px;
    }

    div.Banner ul li {
        height: 100px !important;
    }

        div.Banner ul li img {
            height: 100px !important;
        }

    .mainPageAd {
        display: none;
    }

    .footer {
        width: 100%;
    }

    .mobMenu {
        display: block;
    }

    .menu {
        display: none;
    }

    .mobMenuList {
        background: black;
        background-image: url(/Images/dropdown.png);
        background-repeat: no-repeat;
        background-position: 240px center;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        line-height: 1;
        border: 0;
        border-radius: 0;
        height: 31px;
        -webkit-appearance: none;
        color: white;
    }

    .BlogContainer {
        display: block;
        width: 97%;
    }

    .hideSkiplink a {
        display: none;
    }

    .outer-main {
        max-width: 100%;
    }

    .main {
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    #MainContent_gvNewsList, #MainContent_RelatedPages {
        max-width: 100%;
        margin: 0px;
        width: 100%;
    }

    span#MainContent_lblRelatedLabel {
        max-width: 90%;
    }

    #MainContent_RelatedPages .FilmTable {
        width: 100%;
    }

    span#MainContent_NewsTitle {
        max-width: 100%;
    }

    .ad_image {
        max-width: 100%;
    }

    iframe {
        max-width: 100%;
    }

    .adsbygoogle {
        display: none !important;
    }

    .inside-page-ads {
        width: 90%;
    }

    #MainContent_gvFilms td, #MainContent_gvNews td, #MainContent_gvActors td {
        padding: 7px;
    }

    #MainContent_CreditsPanel {
        max-width: 95%;
        padding: 5px;
    }

    .film-content-outer {
        max-width: 95%;
        padding: 5px;
    }

    #MainContent_lblSynopsis {
        max-width: 100%;
    }

    #MainContent_pnlInformation {
        max-width: 100%;
    }

    .actor-page {
        padding: 5px;
        width: 95%;
    }

    .FilmTable {
        padding: 5px;
        width: 95%;
    }

    #MainContent_gvNewsList img, #MainContent_gvFilms img {
        width: 100px;
        max-width: 100px;
    }

    .vod-review {
        display: none;
    }

    #MainContent_MainContent {
        margin-top: 15px;
    }
}

.frightfestHome {
    padding-top: 10px;
}
