html,body               { width: 100%; height: 100%; margin: 0; padding: 0; color: #000; background-color: #000; overflow: hidden; cursor: default; }
*:focus                 { outline: none; }

.disabled               { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; z-index: 10000000; color: #CCC; background-color: #000; font-size: 22pt; padding-top: 10px; }
#loading                { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #CCC; background-color: #000; text-align: center; font-size: 22pt; cursor: default; z-index: 10000000; padding-top: 10px; }

#logframe               { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 799997; overflow: hidden; display: none; }
    #log                    { position: absolute; left: 0; bottom: 0; padding: 4px; background-image: url('../img/background.png'); background-repeat: repeat; }

#help_container         { width: 255px; height: 100%; position: absolute; top: 0; left: 100%; margin-left: -255px; z-index: 799998; padding: 4px; overflow: hidden; text-align: left; background-image: url('../img/background.png'); background-repeat: repeat; }

#music_title_prev       { width: 100%; position: absolute; top: 0; left: 0; z-index: 800000; overflow: hidden; text-align: center; font-size: 33pt; font-family: Georgia, serif; }

#track_bar              { position: absolute; bottom: 25px; left: 25%; width: 50%; height: 10px; line-height: 0px; font-size: 0pt; background-color: transparent; z-index: 799999; padding: 2px 2px 2px 2px; border: 2px solid #FFF; }
    #inner_track_bar        { position: relative; top: 0; left: 0; width: 50%; height: 100%; line-height: 0px; font-size: 0pt; background-color: #FFF; z-index: 2; }
    #inner_track_bar_buffer { position: relative; top: -10px; left: 0; width: 100%; height: 100%; line-height: 0px; font-size: 0pt; background-color: #FFF; z-index: 1; filter: alpha(opacity=25); -khtml-opacity: 0.25; -moz-opacity: 0.25; opacity: 0.25; }

#volume_bar             { position: absolute; left: 25px; top: 25%; height: 50%; width: 10px; line-height: 0px; font-size: 0pt; background-color: transparent; z-index: 799998; padding: 2px 2px 2px 2px; border: 2px solid #FFF; display: none; }
    #inner_volume_bar       { position: relative; left: 0; bottom: 0; width: 10px; height: 0%; line-height: 0px; font-size: 0pt; background-color: #FFF; z-index: 2; }

#background-container   { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: 0; padding: 0; overflow: hidden; z-index: 100; }

#overlay                { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000001; background-color: transparent; cursor: default; }

#playlist_container     { position: absolute; display: none; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000009; background-color: #000;  cursor: default; color: #EEE; border-bottom: 2px solid #666; overflow: auto; }
    #playlist_container td  { padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; line-height: 20px; height: 20px; border-bottom: 1px solid #111; }
    .td_snd                 { text-align: right; }
    
#sound                  { width: 0; height: 0; position: absolute; top: -1px; left: -1px; overflow: hidden; visibility: hidden; background-color: transparent; z-index: 0; }
