#playlistTable .text {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: WindowText;
}

.scroll-pane {
    overflow: auto;
    float: left;
    padding: 0;
}

a.jScrollArrowUp, .jspArrowUp {
    background: url( /images/basic_arrow_up.gif?2521641030 ) repeat-x 0 0;
}
a.jScrollArrowUp:hover, .jspArrowUp:hover  {
    background-position: 0 -15px;
}
a.jScrollArrowDown, .jspArrowDown  {
    background: url( /images/basic_arrow_down.gif?1447833187 ) repeat-x 0 0;
}
a.jScrollArrowDown:hover, .jspArrowDown:hover {
    background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    background-position: 0 -30px;
}

.jScrollPaneTrack {
    background: #F5F5F5;
}

.playlist {
    background: #F5F5F5;
    color: #006699;
    /*font:normal 12px Arial, Tahoma, sans-serif;*/
}

.playlist td {
    height:20px;
    line-height:20px;
}

.playlist tr:hover {
    border:1px solid #006699;
}

tr.selectedItem td{
    background-color: #e7e7e7;
}

tr.playingItem td {
   font-weight:bold;
    color:#1b7daf;
}

tr.stoppedItem td {
}

tr.currentItem td {
}

.header {
    color:#006699;

    height:20px;

    background: #D9D9D9; /* old browsers */

    background: -moz-linear-gradient(top, #D9D9D9 0%, #F7F7F7 100%); /* firefox */
    background: -o-linear-gradient(top, #D9D9D9 0%, #F7F7F7 100%); /* firefox */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D9D9D9), color-stop(100%,#F7F7F7)); /* webkit */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9D9D9', endColorstr='#F7F7F7',GradientType=0 ); /* ie */
    border-bottom:1px solid #9d9d9d;
    font-weight:bold;
    padding:2px 4px 2px 2px
}

.absmid {vertical-align:middle}

.player-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url( /imageview/img/loader.white.gif?4112765399 );
    background-repeat: no-repeat;
    background-position: 3px 1px;
    vertical-align: middle;
    margin:0 auto;
}

.playlist-pager {
    width:100%;
    height:20px;
}

.playlist-pager tr {
    background-color: #D9D9D9;
}

.playlist-pager td {
    border-top:1px solid #000000;
}

.playlist-pager td.page-number {
    width:15px;
    /*font:normal 12px Arial, Tahoma, sans-serif;*/
}
.playlistrow {height:22px;}
.nodrag {display:none;}

.plgrad {background: #ffffff; /* old browsers */

background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* opera */}

.plgrad td {padding:5px;}