/*
 * $Id: playerPage.css,v 1.8 2011-04-14 22:00:10 justme Exp $
 *
 * Copyright (c) 2006 by Aparzev GmbH (http://www.aparzev.com/). All rights reserved.
 */


html, body {
  overflow:hidden !important;
}

/********************************************************
 *                 Animation Controls
 ********************************************************/

#controls {
  position:absolute;
  bottom:  20px;
  right:  -290px;
  z-index:100;
  width:572px;
  text-transform:uppercase;
  padding:7px;
}

#vodilanew {
  width:272px;
}

#vodilanew,
#vodilanew div,
#vodilanew span {
  font-size:9px !important;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

#vodilanew div.orangetext, #vodilanew div.text {
  padding-left:11px;
  padding-right:11px;
  margin-bottom: 20px;
}

#vodilanew div.handle, #vodilanew div.orangeSlider {
  background-repeat:no-repeat;
  background-position: 13px 0px;
  margin-bottom: 2px;
}

#vodilanew div.orangetext {
  color:orange;
}

#vodilanew div.handle {
  background-image:url(/images/track.gif);
  background-repeat:no-repeat;
}

#vodilanew div.orangeSlider {
  background-image:url(/images/track_orange.gif);
  background-repeat:no-repeat;
}

#vodilanew img {
  cursor:pointer;
  margin-top:-4px;
}

#bandwidth {
   width:100%;
   margin-top:20px;
}

#bandwidth td {
  width:33.33%;
  text-transform:uppercase;
  font-size:10px;
  text-align:center;
}

#bandwidth td span {
  color: #FC9128;
}

#stop {
    position: absolute;
    right: 123px;
    bottom: 190px;
    background-image: url(/images/stop.gif);
    background-repeat:no-repeat;
    text-align:center;
    width:46px;
    height:32px;
    padding-top:10px;
    font-size:8px;
    text-transform:uppercase;
    cursor:pointer;
    z-index:50;
}

#onlinePlayer {
  position:absolute;
  left:30px;
  bottom:30px;
  width:413px;
  z-index:100;
}


/*
 * $Log: playerPage.css,v $
 * Revision 1.8  2011-04-14 22:00:10  justme
 * Layout tweaks
 *
 * Revision 1.7  2011-04-14 18:58:25  justme
 * Using flash player now
 *
 * Revision 1.6  2007-11-07 18:47:19  justme
 * moved stop to the bottom
 *
 * Revision 1.5  2007/11/07 16:56:20  justme
 * Pre-release tweaks
 *
 * Revision 1.4  2007/11/06 22:18:03  justme
 * Style and creepy tweaks
 *
 * Revision 1.3  2007/11/05 04:56:36  justme
 * Tweaks, bugfixing etc. pre-release
 *
 * Revision 1.2  2007/11/04 21:25:07  justme
 * Made player visible
 *
 * Revision 1.1  2007/11/04 18:17:02  justme
 * Renamed from home.css
 *
 * Revision 1.4  2007/10/18 14:19:23  justme
 * Layout and navigation tweaks - interim state
 *
 * Revision 1.3  2007/09/19 18:01:06  justme
 * Moved values from main.css
 *
 * Revision 1.2  2007/07/19 12:37:07  justme
 * New layout
 *
 * Revision 1.1  2007/04/25 15:48:44  justme
 * Initial revision
 *
 *
 */
