﻿body
{
    font-family: Arial,Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: url(images/Mesh.jpg);
    font-size: 13;
    color:White;
}
a:link
{
    color:#FFFFCC;
}
a:visited
{
    color: White;
}
a:hover
{
    color: #99CCCC;
}
a:active
{
    text-decoration: none;
    color:#FFFFCC;
}

b
{
    color:#FFFFCC;
    font-size:.13;
    font-weight:bold;
} 

strong
{
    color:#FFFFCC;
    font-size:.13;
}
    
input
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

/* Use headers in the markup for accessibility reasons but control look with styles below*/

h1
{
    font-family:Lucida Sans Unicode;
    color:#FFFFCC;
    font-weight:bold;
    font-size:xx-large;   
}

h2
{
    font-family:Lucida Sans Unicode;
    color:#FFFFCC;
    font-weight:bold;
    font-size: x-large;
    text-align:center;  
}

.navtop
{
    background: url(images/NavBg2.jpg) repeat-x;
    margin-right: auto;
    margin-left: auto;
    height: 64px;
}


.fullwidth h2
{
    font-size: 1.6em;
}

.poster
{
  margin: 0px auto;
  width: 900px;
  height: 191px;
  position: inherit;
  float:none;
  z-index:1;
}

.IE8Fix
 {
   text-align:center;
 }
 
 .Rentals
{
  border: thin solid #C0C0C0;
  text-align: justify;
}

.player
{
   z-index:1;
   float:left;
   position:relative;
}


#footer
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 22px;
    color: #FFFFCC;
}
/************************************************************************
*
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
#body
{
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}



/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}


/* A full width block on the page */

.wrap
{
  background: url( 'images/bg.jpg' ) repeat-y;
  width:980px;
  margin-right: auto;
  margin-left:auto;
}

.fullwidth 
{
    border: 0px solid #FFFFCC;
    width: 800px;
    margin-right: auto;
    margin-left:auto;
    background: #000000 repeat-y;
    margin-bottom: 10px;
    padding-left:0px;
    padding-right:0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;    
}


/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

form
{
    margin: 0px;
}


/* using the #id will specifiy a class for only that element id */
.Menu1
{  
    cursor: hand;
}
.Menu1 a
{
  color: White;
}
.Menu1 a:active
{
  color: White;
}
.Menu1 a:link
{
    color: White;
}
.Menu1 a:visited
{
    color: White;
}
.Menu1 a:hover
{
    color: #FFF5A8;
}
