﻿


/* for HTML5 Player */
#flashPlayer
{
    visibility: hidden;
}

.dispBLOCK
{
    display: block;
}

.dispNONE {
    display: none !important;
}
.playerHtml
{
    width: 100%;
    height: 34px;
    position: absolute; 
    z-index: 9;
    top : 0px;
    opacity : 0.5;
    left: 0px;
    background-color:#fff;
}

.playTimeDisplay
{
    float: right;
    padding: 4px 3px 0 0;
}

#progressBarContainer
{
    display: block;
    float: left;
    width: 200px;
}

.jp-progress
{
    background: none repeat scroll 0 0 #b2c8dc;
    border: 1px solid #fff;
    height: 23px;
    overflow: hidden;
    width: 252px;
    z-index: 100;
}

.jp-seek-bar
{
    /*background: #D8E9FF;*/
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    width: 0;
}

.jp-play-bar
{
    background: #323e4a;
    height: 100%;
    overflow: hidden;
    width: 0;
    position: absolute;
    bottom: 0;
}

.jp-seeking-bg
{
    background: #EFEBEC;
}

body.dragging, body.dragging *
{
    cursor: move !important;
}

.dragged
{
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

table.allowDrag tr.placeholder
{
    position: relative;
    height: 35px;
    width: 100%;
    /** More li styles **/
}

    table.allowDrag tr.placeholder:before
    {
        position: absolute;
        /** Define arrowhead **/
    }

.demoNameReplace
{
    margin-top: 8px;
    width: 290px;
}

/*input
{
    margin: 0;
    padding: 0;
}*/

.icon-move
{
    cursor: move;
    display: block;
    height: 12px;
    margin-right: 3px;
    padding: 0 6px;
}

/* for Showing TimeStamp */
.showtimeStamp
{
    height: 10px;
    margin-top: 0px;
    position: absolute;
    width: 100%;
}

.innerTimeStamp
{
    float: left;
    height: 100%;
    /*width: 39px;*/
    border-right: 1px solid #fff;
}

    .innerTimeStamp span
    {
        color: #000;
        float: right;
        font-family: arial;
        font-size: 8px;
        text-align: right;
    }
.seekBar {
    height: 34px;
    width: 230px;
    position: relative;
}

.playBar {
    height: 32px;
    width: 0px;
    position: absolute;
    top:1px;
}

.scrubBar {
    background-color: #000;
}

.transperentPlayBar {
    background-color: transparent;
    height: 25px;
    width: 100%;
    position: absolute;
    cursor: pointer;
    z-index:99;
}
