/*

LaptopJam is created by elfling.nl in 2008
LaptopJam is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Netherlands License.
http://creativecommons.org/licenses/by-nc-nd/3.0/nl/

*/

*
{
  border: 0px;
  margin: 0px;
  padding: 0px;
}

body
{
  background: url(img/bg_body.gif) fixed;
  color: #000000;
  font-family: "Trebuchet MS";
  font-size: 10px;
}

a
{
  color: #FFFFFF;
  text-decoration: none;
}

a.button:hover
{
  color: #ffffff;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

.wrapper
{
  background: url(img/bg_wrapper.jpg) repeat-x;
  width: 100%;
  height: 100%;
}

.rack
{
  background: url(img/bg_rack.gif);
  /* 840 x 75 */
  margin: auto;
  width: 840px;
  height: 100%;
}

.header
{
  height: 75px;
  padding: 0px 20px 0px 20px;
}

h1
{
  display: none;
}

h2, h3
{
  color: #9d6712;
}

.players
{
  background: url(img/bg_players.gif);
  /* 840 x 375 */
  height: 355px;
  padding: 20px 0px 0px 15px;
}

.players a
{
  color: #ff0000;
}

#player1, #player2, #mixer
{
  float: left;
}

.player
{
  background: url(img/bg_player_inactive.gif);
  /* 339 x 259 */
  width: 319px;
  height: 251px;
  padding: 6px 10px 2px 10px;
}

.active
{
  background: url(img/bg_player_active.gif);
}

#loaded1, #loaded2
{
  background: url(img/progress_loaded.gif);
  margin-top: 2px;
  width: 0px;
  height: 4px;
}

#played1, #played2
{
  background: url(img/progress_played.gif);
  width: 0px;
  height: 4px;
}

#mixer
{
  width: 120px;
/*  height: 400px; */
  margin: 0px 6px 0px 6px;
}

#slider1, #slider2
{
  float: left;
}

#slider2
{
  margin-left: 40px;
}

.blankbutton
{
  margin-right: -3px;
  width: 40px;
  height: 25px;
}

.playbutton
{
  background: url(img/button_play_normal.gif);
  margin-right: -3px;
  width: 40px;
  height: 25px;
  text-indent: 1000px;
}
.backbutton
{
  background: url(img/button_back_normal.gif);
  margin-right: -3px;
  width: 40px;
  height: 25px;
  text-indent: 1000px;
}
.cuenextbutton
{
  background: url(img/button_next_normal.gif);
  margin-right: -3px;
  width: 40px;
  height: 25px;
  text-indent: 1000px;
}
.datascreen
{
  float: left;
  
  width: 319px;
  height: 92px;
  padding: 6px 0px 2px 0px;
  overflow: hidden;
}

#search
{
  clear: both;
  background: url(img/bg_search-o-matic.gif);
  height: 75px;
  color: #FFFFFF;
}

#search form
{
  width: 700px;
  float: right;
  margin-top: 14px;
}

#search form h3
{
  display: inline;
  color: #FFFFFF;
  margin-left: 20px;
}

#search select, #search input
{
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: none;
  font-family: "Trebuchet MS";
  font-size: 10px;
  padding: 2px; 
}

#search #search_header
{
  display: inline;
}

#search ul
{
  list-style-type: none;
  padding: 50px 25px 0px 25px;
  height: 25px;
}

#search ul li
{
  float: left;
  height: 18px;
  border: 1px solid #FFFFFF;
  border-bottom: none;
  margin-right: 1px;
  padding: 4px 10px 0px 10px;
}

#search ul li.right
{
  float: right;
}

#search ul li a
{
  text-transform: uppercase;
}

#search ul li a.disabled
{
  color: #333333;
}

.unit
{
  float: left;
  width: 774px;
 
  height: 69px;
  padding: 6px 23px 0px 43px;
  background: url(img/bg_1u.gif);
  overflow: hidden;
}

.halfunit
{
  float: left;
  width: 354px;
 
  height: 69px;
  padding: 6px 23px 0px 43px;
 
  background: url(img/bg_halfunit.gif);
  overflow: hidden;
}

div.scroller
{
  height: 61px;
  overflow: hidden;
}

p.description
{
  color: #000000;
}

span.author
{
  color: #FFFFFF;
}


img.thumb
{
  clear: left;
  float: left;
  width: 80px;
  height: 60px;
  border: 1px solid #999999;
  margin-right: 10px;
}

.footer
{
  clear: both;
  margin: 0px;
  height: 50px;
  background: url(img/bg_footer.gif);
  text-align: center;
  padding: 100px 100px 0px 100px;
  color: #999999;
}

.footer a
{
  color: #b77000;
}

.hidden
{
  display: none;
}

#debug
{
  text-align: left;
  clear: both;
}
