

/* BEGIN FLASH CHECK STUFF */
body, html.noflash body { background:#fff;  margin:0;  padding:0;  font-size: 12px;  font-family: Verdana, Arial, Helvetica, sans-serif; } 
body { color:#231f20; }
html.flash body { background:#fff url(../../images/body-bg.jpg) repeat-x center center;  margin:0;  padding:0;  font-size: 12px;  font-family: Verdana, Arial, Helvetica, sans-serif; }

/* CENTERING */
html.flash, html.flash body { height: 100%;  margin:0;  padding:0;   }
html.flash body #flashcontent { background:#fff url(../../images/body-bg.jpg) repeat-x center center;  margin:0;  padding:0;  height:100%;  width:100%;  overflow:visible;  position:relative; }
html.flash body #flashcontent[id] { margin:0;  padding:0;  display:table;  position:static; }
html.flash body #outer { background:transparent url(../../images/moviecontainer-bg.jpg) no-repeat center center;  margin:0;  padding:0;  height:100%;  width:100%;  overflow:visible;  position:relative; }
html.flash body #outer[id] { margin:0;  padding:0;  display:table;  position:static; }
html.flash body #middle { margin:0;  padding:0;  width:100%;  position:absolute;  top:50%; } /* for explorer only*/
html.flash body #middle[id] { margin:0;  padding:0;  display:table-cell;  vertical-align:middle;  position:static; }
html.flash body #moviecontainer { margin:0;  padding:0;  width:100%;  text-align:center;  position:relative;  top:-50%; } /* for explorer only */
html.flash body #moviecontainer[id] { margin:0;  padding:0;  position: static; }
/* CENTERING */


html.flash div#flashcontent div#moviecontainer {  }
html.flash div#flashcontent #movie      { width:760px;  height:420px;  background-color:#fff; }
html.flash div#flashcontent #submovie   { width:300px;  height:150px; }
div#flashcontent #printfrm { width:310px;  height:160px;  overflow:hidden;  position:absolute; top: -2000px; left: 0px;  background:#fff; }
div#flashcontent #navigation { width:310px;  height:160px;  overflow:visible;  position:absolute; top: -700px; left:0; }
div#flashcontent #testnavigation { width:310px;  height:160px;  overflow:hidden;  position:absolute; top: 700px; left: 0px; }

html.flash div#altcontent { display:none; }
html.flash div#flashcontent { display:block; }

html.noflash div#altcontent { display:block !important; }
html.noflash div#flashcontent { display:none !important; }

/* END FLASH CHECK STUFF */