/* 
    Document   : style_audio_player_nc_new
    Created on : Jul 14, 2014, 10:46:57 AM
    Author     : snatch-pc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


root { 
    display: block;
}



/* @group reset */

/** {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
}

body {
	overflow-y: scroll;
}*/

/* @end */

/* @group player */

.player_ncs_ft {
    display: block;
    height: 48px;
    width: 100%;
}
    
#player_ncs {
    
    z-index:1000;
    
	display: block;
	height: 48px;
	width: 100%;
        position: fixed;
/*	position: absolute;*/
	bottom: 0px;
	left: 0px;
/*        bottom: -48px;*/
/*	-webkit-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
	-moz-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
	-o-box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);
	box-shadow: 0 -1px 0 rgba(20, 30, 40, .75);*/
	border-top: 1px solid #c2cbd4;
	border-bottom: 1px solid #283541;
        
	background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(174, 185, 196, .9)), to(rgba(110, 124, 140, .9)), color-stop(.5, rgba(152, 164, 176, .9)),color-stop(.501, rgba(132, 145, 159, .9)));
	background: -moz-linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));
	background: linear-gradient(top, rgba(174, 185, 196, .9), rgba(152, 164, 176, .9) 50%, rgba(132, 145, 159, .9) 50.1%, rgba(110, 124, 140, .9));
	
        
/*        background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(174, 185, 196, 1)), to(rgba(110, 124, 140, 1)), color-stop(.5, rgba(152, 164, 176, 1)),color-stop(.501, rgba(132, 145, 159, 1)));
	background: -moz-linear-gradient(top, rgba(174, 185, 196, 1), rgba(152, 164, 176, 1) 50%, rgba(132, 145, 159, 1) 50.1%, rgba(110, 124, 140, 1));
	background: linear-gradient(top, rgba(174, 185, 196, 1), rgba(152, 164, 176, 1) 50%, rgba(132, 145, 159, 1) 50.1%, rgba(110, 124, 140, 1));*/
	
/*        background: url(../images/bgPlayer.png) repeat 0px 0;*/
        
/*        background-color: #111;
	background-image: linear-gradient(#ccc, #222 50%, #444 10%, #fff);*/
/*        background-image: linear-gradient(#ccc, #222 50%, #000 10%, #444);*/
        
        cursor: default;
}

#playtoggle {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/player.png) no-repeat -30px 0;
	cursor: pointer;
}

#playtoggle.playing {
	background-position: 0 0;
}

#playtoggle:active {
	top: 10px;
}

#timeleft_ncs {
	line-height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #546374;
}

#track_ncs{
    line-height: 18px;
    position: absolute;
    top: 0px;
/*    left: 50px;*/
    left: 10%;
/*    width: 100%;*/

    width: 250px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    text-shadow: 0 1px 0 #546374;
    
    white-space:nowrap; 
/*    width:auto; */
    overflow:hidden; 
/*    border:0px solid #000000;*/
    text-overflow:ellipsis;
}

#track_image_ncs{
/*    line-height: 50px;*/
    position: absolute;
    top: 3px;
/*    left: 50px;*/
    left: 5%;
/*    text-align: center;*/
/*    vertical-align: middle;*/
}

#track_image_ncs:hover{
    top: -30px;
    transform: scale(2.5, 2.5);
    -ms-transform: scale(2.5, 2.5);
    -webkit-transform: scale(2.5, 2.5);
}
/*#wrapper #timeleft {
	right: 40px;
}*/

#gutter .ui-slider-range {
/*    background: #f00;*/
/*    background: #00ff00;*/
/*    background: #0000ff;*/
    
/*    background-color:#ff0000;*/
/*    position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #F00;
	outline: none;
	top: -50px;
        background: #00ff00;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0000), to(#0000ff));
	background: -moz-linear-gradient(top, #ff0000, #0000ff);
	background: linear-gradient(top, #ff0000, #0000ff);
	margin-left: -12px;*/
}

/*#gutter, .ui-slider {
    border: none;
    width: 50px;
    height: 50px;
    background: transparent url(./images/bg_line.bmp) repeat-y 0 0;
}*/

#gutter {
	position: absolute;
	top: 29px;
/*	left: 50px;
	right: 50px;*/
        
        left: 10%;
	right: 50px;
        
	height: 6px;
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #546374;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#242f3b), to(#516070));
	background: -moz-linear-gradient(top, #242f3b, #516070);
	background: linear-gradient(top, #242f3b, #516070);
	-webkit-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-moz-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	-o-box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
	box-shadow: 0 1px 4px rgba(20, 30, 40, .75) inset, 0 1px 0 rgba(176, 187, 198, .5);
}

/*#wrapper #gutter {
	right: 90px;
}*/

#loading_ncs {
	background: #fff;
	background: #939eaa;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeef1), to(#c7cfd8));
	background: -moz-linear-gradient(top, #eaeef1, #c7cfd8);
	background: linear-gradient(top, #eaeef1, #c7cfd8);
	-webkit-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-o-box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	box-shadow: 0 1px 0 #fff inset, 0 1px 0 #141e28;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: left;
	min-width: 6px;
	height: 6px;
}

#handle_ncs {
	position: absolute;
	top: -10px;
	left: 0;
	width: 25px;
	height: 25px;
/*	margin-left: -10px;*/
/*	background: url(./images/player.png) no-repeat -65px -5px;*/
        background: url(../images/handle.png) no-repeat 0px 0px;
	cursor: pointer;
        
        border: 0;
        
}

#table_playlist_winamp tr:hover{
    background-color: #c7cfd8;
}
#table_playlist_winamp tr:active{
    background-color: #009CFE;
}


/* @end */
