
    /* FEATURE MOVIES */
    .featured_movie_class
    {
         /*background: #DDEEFF; */
         /*border: solid 1px  #007799;           */
         height: 314px;
         width: 261px;
         /*padding-bottom: 10px; */
         /*z-index: 1;*/
         /*background-color: #FFFFFF;*/
         background-image: url(/movies/images/featuredframe.gif);
         background-repeat: no-repeat;
         float: left; 
         text-align: center;          
         margin-left: 0; 
         margin-right: 0;
         /*margin-top: 10px;*/
         padding-top: 10px;
         padding-bottom: 0;
         margin-bottom: 0;
         color: #223377 !important;      
    }
    
    #columnmiddle .featured_movie_class
    {
        /*display: none;*/ /* SWITCHED TO USING MOVIES/INDEX-DEV.PHP TO APPLY CHANGES WITH NO BAD SIDE EFFECTS */
    }
    
    #columnright .featured_movie_class
    {
        float: right;
    }
    
    #columnright .featured_movie_class h2
    {
        margin: 4px;
    }
        
    
    .featured_movie_class h2
    {
        color: #223377 !important;
        font-size: 14pt !important;
		width:200px;
    }
    
    .featured_movie_class a:link
    {
        color: #223377;
        text-decoration: underline;
    }


    .featured_movie_class a:visited
    {
        color: #223377;
        text-decoration: underline;
    }    
    
    .featured_movie_class img
    {
         width: 100px; 
         height: 150px;
    }
    
    #columnleft .featured_movie_class img
    {
         width: 165px; 
         height: 245px;
    }
    
    /* THIS IS NEW CALE - YOU SHOULD BE ABLE TO GET BACKROUND-IMAGE HERE FOR THE FEATURED MOVIE */
    #featured_movie_inner
    {
        padding: 6px;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;        
        /*border: solid 4px #223377;*/
        /*background-color: #EEEEEE;*/
        /*background-image: url(/movies/images/featuredframe.jpg);*/
        /*height: 275px;*/
        /*width: 220px;*/
        height: auto;
        width: 200px;
    }
    
    #featured_movie_inner h2
    {
        height: 25px;
    }

    /* LOCAL THEATERS */
    
     .local_theater_movie_table
    {
        /* nothing here */
    }
        /* FEATURED LOCAL THEATERS */
        .local_theater_featured
        {
            border: solid 1px #668800;
            background-color: #E2F7B1;
            margin-bottom: 8px;     
                 
        }    
        
        .local_theater_featured #movie_showtime_header td
        {
            background-color: #668800;
            color: #FFF;
        }   
        
        .local_theater_featured .movie_showtime_row
        {
            background-image: url(../images/filmgray.png);
                        background-repeat: no-repeat;
        }   
        
        .local_theater_featured .movie_showtime_row td
        {
            /*border-bottom: solid 1px #668800;*/
        }    
        
        .local_theater_featured .theater_row td
        {
            background-color: #223377;
            color: #FFFFFF;
        }   
    
        /* NORMAL LOCAL THEATERS */
        .local_theater .movie_showtime_row td
        {
            /*border-bottom: solid 1px #CCC;*/
        }    
        
        .local_theater .movie_showtime_row
        {
            background-image: url(../images/filmgray.png);
            background-repeat: no-repeat;
        }   
        
        .movie_item .movie_showtime_row
        {
            background-image: url(../images/filmgray.png);
            background-repeat: no-repeat;
        }                   
        
        .local_theater #movie_showtime_header td
        {
            background-color: #CCC;
        }      
        
        .local_theater .theater_row td
        {
            background-color: #223377;
            color: #FFFFFF !important;
            border-bottom: solid 2px #415296;
        }           

        .local_theater
        {
            border: solid 1px #999;
            background-color: #EEE;
            margin-bottom: 6px;     
        }
    
    
    /* COMMENTS */
    .comment
    {
        background-color: #FFF6B8;
        border: solid 1px #FFAD2C;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    #posted
    {
        border: solid 1px #223377;
        background-color: #EDF4FC;
        color: #223377;
        text-align: center;
        padding: 10px;
    }

    .comment_input
    {
        border: solid 1px #ccc;
    }        

    
    /* MOVIES STUFF */
    .movie_item
    {
        /*border: solid 1px #CCC; */
        padding-right: 15px; 
        margin-bottom: 5px;         
        background-color: #EEE;
        border: solid 1px #ccc;
    }
    
    #theater_title 
    {
        color:#111144 !important;
        font-size:14pt !important;
        margin:0 !important;
        padding:0 !important;
    }
    
    #movie_title 
    {
        color:#111144 !important;
        font-size:14pt !important;
        margin:0 !important;
        padding:0 !important;
    }    

    #tagline
    {
        color: #007799 !important;
    }

    .show_times
    {
        border-bottom: solid 1px #000 !important;
        color: #000 !important;
        margin: 0 !important;        
    }
    
    /* RANDOM PAGE STUFF */
    .floaty
    {
        float: right; 
        margin-top: 5px;    
    }    
    
    /* SEARCH BAR ON LEFT */ 
    .movie_search_title_row td
    {
        border-top: solid 1px #AACCEE;
        border-bottom: solid 1px #AACCEE;
        border-bottom: 0;
        background-color: #EDF4FC;
        cursor: pointer;
    }
    
    .movie_search_table
    {
        border: solid 1px #AACCEE;
    }
        
    span.money
    {
        color: green !important; font-weight: bold;
    }
