﻿td
{
    text-decoration: none;
    border: none;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-decoration: none;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}
font
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-family: Tahoma;
    font-size: 12px;
    color: #B2ACB3;
    text-decoration: none;
    text-align: left;
}
a
{
    font-family: Tahoma;
    font-size: 10px;
    color: #FEA900;
    text-decoration: underline;
    border: none;
}
.style2
{
    font-family: Arial, Helvetica, sans-serif;
}
.style3
{
    font-size: 9.5pt;
    color: #B2ACB3;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: lighter;
    font-variant: normal;
    text-transform: none;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}
a:active
{
    text-decoration: none;
}
.style5
{
    color: #FFFFFF;
}
body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #645866;
}

/* ****************************** */
/* Movie Content Display Styles   */
/* ****************************** */
.movieContainer
{
		
}
.movieNowPlaying
{
	color: orange;
	padding:3px;
	font-weight:bold;
}

.movieTitle
{
	font-size: 14pt;
	font-weight: bold;
	color: orange;
}

.movieDetails
{
}

/* ****************************** */
/* Site Menu				      */
/* ****************************** */
.menuContainer, 
{
    margin: 15px 0px 15px 0px;
    background-color: #98869C;  
}
.menu
{
    font-weight: bold;
    font-family: Arial;
    font-size: 8pt;
    color: White;         
    font-size: 8pt;
    font-variant: small-caps;            
}

.menuCellStart
{
    border-right: solid 1px #78617E;
    width: 125px;
    background-color: #98869C;   
}

.menuCell
{
    padding: 10px;
    white-space: nowrap;            
    border-left: solid 1px #B7ABB9;
    border-right: solid 1px #78617E;
    background-color: #98869C;   
}

.menuCell a, .menuCell a:visited
{
    color: White;
    text-decoration: none;
    background-color: #98869C;   
    font-size: 10pt;

}

.menuCell a:hover
{
    text-decoration: underline;
    background-color: #98869C;   
}

.menuCellEnd
{
    border-left: solid 1px #B7ABB9;
    background-color: #98869C;   
}
