@charset "UTF-8";
/*/ 
/* Styles for the main window of JsAmp
/* 
/* Version .9
/* 
/* Copyright 2005 Tom W.M.
/*/

#intro {
 display: none;
 position: fixed;
 top: 0; bottom: 0;
 left: 0; right: 0;
 opacity: .9999;
 background: inherit;
 z-index: 99999999;
 cursor: wait;
 }

#loadinganimation {
 position: fixed;
 top: 50%;
 left: 50%;
 margin-top: -50px;
 margin-left: -50px;
 width: 100px;
 height: 100px;
 }

#debugdisplay {
 display: none;
 position: fixed;
 height: 2em;
 line-height: 2em;
 bottom: .5em;
 right: 160px;
 opacity: .8;
 background: inherit;
 padding-left: .5em;
 padding-right: .5em;
 }

html {
 margin: 0;
 padding: 0;
 overflow: hidden;
 }

body {
 margin: 0;
 padding: 0;
 overflow: hidden;
 color: rgb(0,255,0);
 background-color: rgb(0,0,0);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 font-family: "trebuchet ms", sans-serif;
 font-size: 14px;
 cursor: url(skins/Winamp2Classic/normal.cur), auto;
 }

/* basic page styles */
a, a:link, a:hover, a:active {
 text-decoration: none;
 color: inherit;
 background-color: inherit;
 -moz-outline: none !important;
 cursor: inherit;
 }

/* template for positioning
   NOTE: disables :active for all elements under it */
#template {
 display: none;
 background: url(overlay.png) no-repeat top left;
 position: absolute;
 top: 0px; bottom: 0;
 left: 0; right: 0;
 opacity: .5;
 z-index: 100000000000000;
 }

/* Main window layout */

#mainwindow {
 display: block;
 background-image: url(skins/Winamp2Classic/main.png);
 width: 275px;
 height: 116px;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
 background-color: inherit;
 overflow: hidden;
 }

#songticker { 
 cursor: url(skins/Winamp2Classic/songname.cur), default;
 }

#songticker,
#auxdisplay {
 position: absolute;
 left: 109px;
 top: 24px;
 width: 156px;
 height: 12px;
 font-size: 12px;
 line-height: 11px;
 color: green;
 overflow: hidden;
 font-family: sans-serif;
 padding-left: 1px;
 }  

#auxdisplay {
 display: none;
 background-image: url(skins/Winamp2Classic/main.png);
 background-position: -109px -24px;
 position: relative;
 }

#auxdisplayinner {
 position: absolute;
 }

#kbps {
 position: absolute;
 top: 41px;
 left: 106px;/*left: 110px*/
 width: 17px;
 height: 10px;
 padding-left: 1px;
 overflow: hidden;
 }
 
#khz {
 position: absolute;
 top: 41px;
 left: 155px;
 width: 12px;
 height: 10px;
 padding-left: 1px;
 overflow: hidden;
 }

#buttonarray {
 position: absolute;
 width: 114px;
 height: 18px;
 left: 16px;
 top: 88px;
 }
#back {
 position: absolute;
 left: 0px;
 width: 23px;
 height: 18px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat 0px 0px;
 }
#back:active, #back:active {
 background-position: 0px -18px;
 }
#play {
 position: absolute;
 left: 23px;
 width: 23px;
 height: 18px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat -23px 0px;
 }
#play:active, #play:active {
 background-position: -23px -18px;
 }
#pause {
 position: absolute;
 left: 46px;
 width: 23px;
 height: 18px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat -46px 0px;
 }
#pause:active {
 background-position: -46px -18px;
 }
#stop {
 position: absolute;
 left: 69px;
 width: 23px;
 height: 18px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat -69px 0px;
 }
#stop:active {
 background-position: -69px -18px;
 }
#forward {
 position: absolute;
 left: 92px;
 width: 22px;
 height: 18px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat -92px 0px;
 }
#forward:active {
 background-position: -92px -18px;
 }
#buttonarray a, #eject {
 display: block;
 overflow: hidden;
 text-decoration: none;
 color: black;
 }

#eject {
 display: block;
 position: absolute;
 left: 136px;
 top: 89px;
 width: 23px;
 height: 16px;
 background: transparent url(skins/Winamp2Classic/cbuttons.png) no-repeat -115px 0px;
 overflow: hidden;
 }
#eject:active {
 background-position: -115px -16px;
 }
/* #eject tooltip CSS is integrated with that
 * for #buttonarray above */


/* The shuffle button is always on or off, 
 * and has hover states for each.  In the hover
 * all stays the same except the background-position.
 *
 * In IE, hover states don't seem to work, even though 
 * #shufflebutton is an anchor.  Perhaps becauses of
 * the dual ID and CLASS selectors? The problem is only
 * present some of the time.
 */
#shufflebutton {
 position: absolute;
 display: block;
 top: 89px;
 left: 165px;
 width: 46px;
 height: 15px;
 background: url(skins/Winamp2Classic/shufrep.png) -29px 0px repeat; 
 }
#shufflebutton.off {
 background-position: -29px 0px;
 }
#shufflebutton.off:active {
 background-position: -29px -15px;
 }
#shufflebutton.on {
 background-position: -29px -30px;
 }
#shufflebutton.on:active {
 background-position: -29px -45px;
 }

/* The repeat button works like the shuffle
 * button and is styled in the same way.
 */
#repeatbutton {
 position: absolute;
 display: block;
 top: 89px;
 left: 211px;
 width: 28px;
 height: 15px;
 background: url(skins/Winamp2Classic/shufrep.png) 0px 0px no-repeat; 
 }
#repeatbutton.off {
 background-position: 0px 0px;
 }
#repeatbutton.off:active {
 background-position: 0px -15px;
 }
#repeatbutton.track,
#repeatbutton.all {
 background-position: 0px -30px;
 }
#repeatbutton.track:active,
#repeatbutton.all:active {
 background-position: 0px -45px;
 }


/* equalizer and playlist window buttons */
#eqbutton {
 position: absolute;
 display: block;
 top: 58px;
 left: 220px;
 width: 23px;
 height: 12px;
 background: transparent url(skins/Winamp2Classic/shufrep.png) 0px 0px no-repeat;
 overflow: hidden;
 }
#plbutton {
 position: absolute;
 display: block;
 top: 58px;
 left: 243px;
 width: 23px;
 height: 12px;
 background: url(skins/Winamp2Classic/shufrep.png) -100px -100px no-repeat;
 overflow: hidden;
 }
#plbutton.block {
 background-position: -23px -73px;
 }
#plbutton.block:active {
 background-position: -69px -73px;
 }
#plbutton.none {
 background-position: -23px -61px;
 }
#plbutton.none:active {
 background-position: -69px -61px;
 }
#eqbutton.block {
 background-position: -0px -73px;
 }
#eqbutton.block:active {
 background-position: -46px -73px;
 }
#eqbutton.none {
 background-position: -0px -61px;
 }
#eqbutton.none:active {
 background-position: -46px -61px;
 }
 
/* Stereo/mono indicators */
/* this really *should* be done with
 * a class on #channels and inherited
 * styling on the subelements.  Oh well. 
 */
#channels {
 width: 58px;
 height: 12px;
 position: absolute;
 left: 212px;
 top: 41px;
 }
#channels div {
 width: 29px;
 height: 12px;
 float: left;
 background: transparent url(skins/Winamp2Classic/monoster.png) no-repeat -100px -100px;
 margin-right: -1px;
 }
#stereo.off {
 background-position: 0 -12px;
 margin-left: -1px;
 }
#stereo.on {
 background-position: 0 0;
 margin-left: -1px;
 }
#mono.off {
 background-position: -29px -12px;
 }
#mono.on {
 background-position: -29px 0;
 }

/* Text replacement spans */
/* actual base declaration is in text.css */
#kbps span, #khz span {
 margin-top: 2px;
 }
#songticker span,
#auxdisplay span {
 margin-top: 3px;
 }

/* Titlebar and titlebar button styles */
#titlebar {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 275px;
 height: 14px;
 background: transparent url(skins/Winamp2Classic/titlebar.png) no-repeat -27px 0px; /* -27px -15px will appear disabled */
 font-size: 0px;
 cursor: url(skins/Winamp2Classic/titlebar.cur), auto;
 }
body.easteregg #titlebar {
 background-position: -27px -72px;
 }
body:hover #titlebar {
 background-position: -27px 0px;
}
body.easteregg:hover #titlebar {
 background-position: -27px -57px;
 }
body #cornermenu {
 position: absolute;
 left: 6px;
 top: 3px;
 width: 9px;
 height: 9px;
 background: transparent url(skins/Winamp2Classic/titlebar.png) no-repeat 0px 0px;
 cursor: url(skins/Winamp2Classic/mainmenu.cur), pointer;
 }
body #cornermenu:focus,
body #cornermenu:active {
 background-position: 0 -9px;
 }

#modetoggle {
 position: absolute;
 left: 15px;
 top: 0;
 right: 32px;
 bottom: -5px;
 }

body #minimize {
 position: absolute;
 right: 22px;
 top: 3px;
 width: 9px;
 height: 9px;
 background: transparent url(skins/Winamp2Classic/titlebar.png) no-repeat -9px 0;
 cursor: url(skins/Winamp2Classic/min.cur), pointer;
 }
body #minimize:focus,
body #minimize:active {
 background-position: -9px -9px;
 }
body #windowshade {
 position: absolute;
 right: 12px;
 top: 3px;
 width: 9px;
 height: 9px;
 background: transparent url(skins/Winamp2Classic/titlebar.png) no-repeat 0px -18px;
 cursor: url(skins/Winamp2Classic/winbut.cur), pointer;
 }
body #windowshade:focus,
body #windowshade:active {
 background-position: -9px -18px;
 }
body #exit {
 position: absolute;
 right: 2px;
 top: 3px;
 width: 9px;
 height: 9px;
 background: transparent url(skins/Winamp2Classic/titlebar.png) no-repeat;
 background-position: -18px 0;
 cursor: url(skins/Winamp2Classic/close.cur), pointer;
 }
body #exit:focus,
body #exit:active {
 background-position: -18px -9px;
 }

/* box in upper-left corner */
#ulbox {
 position: absolute;
 top: 22px;
 left: 12px;
 height: 43px;
 width: 91px;
 }
 
#cuttlebar {
 position: absolute;
 top: 0px;
 left: -2px;
 width: 8px;
 height: 42px;
 background-image: url(skins/Winamp2Classic/titlebar.png);
 background-position: -304px 0px;
 padding-top: 1px;
 }
#cuttlebar.disabled {
 background-position: -312px 0px;
 }
#cuttlebar.disabled * {
 display: none;
 }
/* cuttlebar buttons */
 #cuttlebar a {
  float: left;
  clear: both;
  left: 0;
  width: 8px;
  height: 8px;
  }
 #cuttlebar a span {
  display: none; 
  position: absolute;
  }
 #cuttlebar a:hover span {
  display: block;
  font-size: 10px;
  left: 50px;
  font-family: tahoma,sans-serif;
  opacity: .9;
  width: 75px;
  z-index: 100;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 1px;
  border: 1px solid;
  -moz-border-radius: 3px;
  color: rgb(0,255,0);
  background-color: rgb(0,0,0);
  }
 #o.on, #o:hover, #o:active {
  background: url(skins/Winamp2Classic/titlebar.png);
  background-position: -304px -45px;
  }
 #a.on, #a:hover, #a:active {
  background: url(skins/Winamp2Classic/titlebar.png);
  background-position: -312px -53px;
  }
 #i.on, #i:hover, #i:active {
  background: url(skins/Winamp2Classic/titlebar.png);
  background-position: -320px -61px;
  }
 #d.on, #d:hover, #d:active {
  background: url(skins/Winamp2Classic/titlebar.png);
  background-position: -328px -69px;
  }
 #v.on, #v:hover, #v:active {
  background: url(skins/Winamp2Classic/titlebar.png);
  background-position: -336px -77px;
  }

/* status indicator */
#status { 
 position: absolute;
 left: 14px;
 top: 6px;
 width: 9px;
 height: 9px;
 background: url(skins/Winamp2Classic/playpaus.png);
 background-position: -27px 0;
 }
#status div {
 display: none;
 }
#status.play {
 background-position: 0 0;
 }
#status.play div {
 display: block;
 }
#status.pause {
 background-position: -9px 0;
 }
#status.pause div+div {
 display: block;
 text-decoration: blink;
 }
#status.stop {
 background-position: -18px 0;
 }
#status.stop div {
 display: block;
 }
#status.stop div+div {
 display: none;
 }
#syncbufferbreak {
 position: absolute;
 left: -2px;
 height: 9px;
 width: 3px;
 background: url(skins/Winamp2Classic/playpaus.png);
 }
#syncbufferbreak.green {
 background-position: -36px 0;
 }
#syncbufferbreak.red {
 background-position: -38px 0;
 }


#volumebar {
 position: absolute;
 left: 107px;
 top: 57px;
 width: 68px;
 height: 13px;
 background: url(skins/Winamp2Classic/volume.png);
 background-repeat: no-repeat;
 background-position: 0 -210px;
 overflow: hidden;
 cursor: url(skins/Winamp2Classic/volbar.cur), e-resize;
 }

#volumeslider {
 display: block;
 position: absolute;
 left: 54px;
 top: 1px;
 width: 14px;
 height: 11px;
 background: url(skins/Winamp2Classic/volume.png) no-repeat;
 background-position: -15px -422px;
 background-repeat: no-repeat;
 }

#volumebar.drag #volumeslider {
 background-position: 0px -422px;
 }

#balancebar {
 position: absolute;
 left: 177px;
 top: 57px;
 height: 13px;
 width: 38px;
 background: url(skins/Winamp2Classic/balance.png);
 background-position: -10px -210px;
 overflow: hidden;
 cursor: url(skins/Winamp2Classic/volbal.cur), e-resize;
 }
 
#balanceslider {
 display: block;
 position: absolute;
 top: 1px;
 left: 38px;
 height: 11px;
 width: 14px;
 background: url(skins/Winamp2Classic/balance.png) no-repeat top left;
 background-position: -15px -422px;
 background-repeat: no-repeat;
 }

#balancebar.drag #balanceslider {
 background-position: -0px -422px;
 }

#minutes, #seconds, #minus {
 position: absolute;
 top: -2px;
 width: 24px;
 height: 13px;
 overflow: hidden;
 }

#minus {
 display: none;
 left: 10px;
 width: 9px;
 background: url(skins/Winamp2Classic/nums_ex.png);
 background-position: -99px 0;
 background-repeat: no-repeat;
 }

#ulbox.countup #minus {
 display: none;
 }

#ulbox.countdown #status.pause #minus,
#ulbox.countdown #status.play #minus  {
 display: block;
 }
 

#minutes {
 left: 22px;
 }

#seconds {
 left: 52px;
 }

#minutes span, #seconds span {
 width: 9px;
 height: 13px;
 margin-right: 3px;
 float: left;
 background: url(skins/Winamp2Classic/numbers.png);
 background-position: -90px 0;
 background-repeat: no-repeat;
 }
 
#progressbartrack {
 position: absolute;
 left: 16px;
 top: 72px;
 height: 9px;
 width: 248px;
 background: url(skins/Winamp2Classic/posbar.png);
 cursor: url(skins/Winamp2Classic/posbar.cur), e-resize;
 }

#progressbardrag {
 position: absolute;
 left: 0;
 top: 0;
 width: 29px;
 height: 10px;
 background: url(skins/Winamp2Classic/posbar.png);
 background-position: -248px 0;
 background-repeat: no-repeat;
 }

#progressbartrack.drag #progressbardrag {
 background-position: -278px 0;
 }




#songticker-controls {
 position: absolute;
 left: 10px;
 top: 40px;
 right: 10px;
 border: 1px solid black;
 background-color: inherit;
 z-index: 99999999;
 -moz-border-radius: 4px;
 padding: 5px;
 padding-top: 8px;
 font-size: 11px;
 opacity: .9;
 }
#songticker-controls p {
 margin: 0; padding: 0;
 line-height: 1.2;
 clear: right;
 }

#songticker-controls p+p {
 padding-top: 7px;
 }

#songticker-controls p+p+p {
 text-align: center;
 }

#songticker-controls p+p+p input[type=button] {
 padding-left: 20px;
 padding-right: 20px;
 }

#songticker-controls p span {
 float: right;
 }

#songticker-controls input {
 border: 1px solid;
 border-color: inherit;
 -moz-border-radius: 3px;
 margin-top: -2px;
 font-size: inherit;
 background-color: inherit;
 color: inherit;
 }

#songticker-controls input[type=button] {
 border-style: outset;
 padding-left: 4px;
 padding-right: 4px;
 }

#songticker-controls input[type=button]:focus,
#songticker-controls input[type=button]:hover {
 color: rgb(0,128,255);
 border-color: rgb(0,128,255);
 }

#songticker-controls input[type=button]:active {
 color: rgb(0,128,255);
 border: 1px inset rgb(0,128,255);
 background-color: rgb(40,40,66);
 }

#songticker-controls input[type=text] {
 border-style: inset;
 text-align: center;
 width: 2em;
 }

#thunderboltlink {
 position: absolute;
 bottom: 5px;
 right: 5px;
 width: 22px;
 height: 22px;
 background: transparent;
}

.textTransition0 {color:rgb(0,255,0);} .textTransition1 {color:rgb(0,242,25);} .textTransition2 {color:rgb(0,229,50);} .textTransition3 {color:rgb(0,216,75);} .textTransition4 {color:rgb(0,203,100);} .textTransition5 {color:rgb(0,190,125);} .textTransition6 {color:rgb(0,177,150);} .textTransition7 {color:rgb(0,164,175);} .textTransition8 {color:rgb(0,151,200);} .textTransition9 {color:rgb(0,128,255);}
