html {
    height: 100%;
    overflow-y: scroll;
}
body {
    font: 8pt Tahoma, sans-serif;
    background: #222 url("/_asset/_image/background_2.png") repeat-y;
    color: white;
    margin: 0;
    height: 100%;
}
a {
    color: #fcc;
}
._Button {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 3px 6px;
    text-decoration: none;
    color: white;
    border: 1px solid #400000;
    background: #900 url("/_asset/_image/button_2.gif");
}
._Button:hover {
    background-image: url("/_asset/_image/button_2_hot.gif");
}
#RootTable {
    width: 900px;
    height: 100%;
    border-collapse: collapse;
}
#RootCell {
    padding: 0;
    text-align: center;
    height: 100%;
    vertical-align: top;
}
#InnerTable {
    width: 800px;
    border-collapse: collapse;
    margin: 0 auto;
}
#InnerCell {
    padding: 0;
    text-align: left;
}
#Applet {
    width: 800px;
    height: 600px;
    border: 1px solid #111111;
}
#HeaderCell {
    padding: 0;
}
#Header {
    position: relative;
}
#HeaderImage {
    display: block;
}
#VersionInfo {
    position: absolute;
    right: 40px;
    bottom: 4px;
    font-style: italic;
    font-size: 7pt;
    color: #f99;
}
#ToolbarCell {
    padding: 0;
}
#Toolbar {
    zoom: 1;
    margin: 0 34px;
    padding: 2px;
    background: #555 url("../_image/toolbar.gif");
    border-bottom: 1px solid #111;
}
.RightJust {
    float: right;
}
/** Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/** End Clearfix */
.no-close .ui-dialog-titlebar-close {
    display: none;
}
#AppletLoading {
    width: 800px;
    height: 600px;
    background: #222;
    border: 1px solid #111;
    text-align: center;
}
#AppletLoading table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    text-align: center;
}
.movie {
    background: #222;
    border: 1px solid #111;
    padding: 4px;
    margin-bottom: 4px;
}
.movie table {
    width: 100%;
    border-collapse: collapse;
}
.movie td {
    padding: 0;
}
.movie .movie-poster-cell {
    width: 1px;
    padding-right: 4px;
}
.movie-poster-cell img {
    display: block;
    height: 64px;
}
.movie-name-cell {
    font-weight: bold;
}
.movie-cta-cell {
    width: 1px;
    text-align: right;
}
.NoBr {
    white-space: nowrap;
}
#MoviesLoading {
    text-align: center;
    background: #222;
    border: 1px solid #111;
    padding: 32px;
}
#ProgressCell {
    padding: 0;
}
#Progress {
    background: #222;
    border-bottom: 1px solid #111;
    height: 6px;
    margin: 0 34px;
    white-space: nowrap;
    overflow: hidden;
}
#ProgressInner {
    background: #900 url("/_asset/_image/progress.gif");
    width: 0%;
    height: 6px;
    border-right: 1px solid #111;
    margin-left: -1px;
}
