/*gwt specific stuff START */


/* Window CSS for PlayList Widget */

#fwin_content{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#fwin_content_container{
    width: 874px;
    height: 530px;
    top: 25px;
    left: 8px;
    padding-bottom: -75px;
    /*border: 1px solid;*/
    overflow: hidden;
}
/* PLAYLIST WIDGET CSS */
.playlist_label{
    background-color: #006699;
    background: url(/images/layout/top_grad.gif);
    width: 100%;
    height: 21px;
}
.pl_list{
    float: left;
    width: 249px;
    height: 488px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    background-color: #FFFFFF;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}
.pl_right{
    float: left;
    width: 623px;
    height: auto;
    overflow: visible;
    background-color: #FFF;
}
.trackl_container{
    float: left;
    width: 622px;
    height: 211px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
}
.pl_right_split{
    /*background: url(/images/client/playlist/split_bk.png);*/
    background-color: #EFEFEF;
    float: left;
    width: 622px;
    height: 15px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding-top: 5px;
    font-size: 11px;
    ^height: 15px;
}
.pl_left_split{
    background-color: #EFEFEF;
    height: 15px;
    border-bottom: 1px solid #999;
    padding-top: 5px;
    font-size: 11px;
}
.pl_fill{
    background: url('/images/client/playlist/left_pane_fill.png');
    background-repeat: repeat-y;
}
.mix_pane{
    float: left;
    width: 622px;
    height: 219px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFF;
}
.OLDright_fill{
    background: url('/images/client/playlist/right_pane_fill.png');
    background-repeat: repeat-y;
}
#playlist_ul{
	font-size: 11px;
	text-decoration: none;
}
#playlist_ul a:link{
	text-decoration: none;
}
#playlist_ul a:visited{
	text-decoration: none;
}
#playlist_ul a:hover{
	text-decoration: none;
}
#playlist_ul a:active{
	text-decoration: none;
}
.pl_ul_font{
	cursor: hand;
	cursor: pointer;
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
	text-decoration: none;
	height: auto;
}
.pl_ul_font a:link{
	color: #000;
	text-decoration: none;
}
.pl_ul_font a:visited{
	color: #000;
	text-decoration: none;
}
.pl_ul_font a:hover{
	color: #999;
	text-decoration: none;
}
.pl_ul_font a:active{
	color: #000;
	text-decoration: none;
}
.pl_btn {
	cursor: hand;
	cursor: pointer;
	padding-left:5px;
	padding-top:0px;
}
.ft_bmp{
	list-style-image: url(/images/client/playlist/fr_icon.png);
	list-style-type: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.ft_bmp{
	list-style-image: url(/images/client/playlist/f_zpl_icon.png);
	list-style-type: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.ft_bmp a:link{
	color: #000;
	text-decoration: none;
}
.ft_bmp a:visited{
	color: #000;
	text-decoration: none;
}
.ft_bmp a:hover{
	color: #999;
	text-decoration: none;
}
.ft_bmp a:active{
	color: #000;
	text-decoration: none;
}
.col_head{
    background: url(/images/client/playlist/col_head_gradient.png);
    background-repeat: repeat-x;
    color: #000;
    width: 100%;
    height: 14px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #999;
}
.tracks_ul{
    margin-top: 0px;
	cursor: pointer;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	height: auto;
	padding-left: 3px;
	white-space: nowrap;
}






.mixItem{
margin-left: 3px;
}
.tracks_ul_dis_img{
    cursor: default;
}
.tracks_ul_dis {
	cursor: default;
	margin-left: 0px;
	list-style-type: none;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	height: auto;
	padding-left: 3px;
	white-space: nowrap;
	width: 100%;
}
.tracks_ul_dis_panel td {
	padding: 0px;
	margin: 0px;
}
.tracks_ul a:link{
	color: #000;
	text-decoration: none;
}
.tracks_ul a:visited{
	color: #000;
	text-decoration: none;
}
.tracks_ul a:hover{
	color: #999;
	text-decoration: none;
}
.tracks_ul a:active{
	color: #000;
	text-decoration: none;
}



/*-------------------- START: NON-GWT MIXER/PLAYLIST WIDGET CSS----------------------*/

#playlists, .tracks_ul, #added_tracks {
list-style: none;
    margin: 0;
    padding: 0;
}

#playlists li {
	margin-left: 5px;
	height: auto;
    padding: 6px 0 3px 0;
    clear: both;
}

.tracks_ul li, #added_tracks li {
	margin-left: 0;
	height: auto;
	padding-left: 3px;
	white-space: nowrap;
}

.pl_icon {
	cursor: hand;
	cursor: pointer;
    display: inline;
    position: relative;
    float: left;
    top: -5px;
    height: 20px;
    width: 14px;
    background: url(/images/nextfit/layout/pl_icon.png) no-repeat;
}

#song_ul li span, #added_tracks li span {
    padding-left: 54px;
}
#song_ul li span {
    background: url(/images/nextfit/layout/add_song.png) no-repeat;
}

#added_tracks li span {
    background: url(/images/nextfit/layout/remove_song.png) no-repeat;
}
#playlists li span, .tracks_ul li span, #added_tracks li span {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

#playlists li span {
    margin-left: 4px;
	font-size: 12px;
    color: #333333;
}

.tracks_ul li span, #added_tracks li span {
	font-size: 11px;
	color: #000;
}



.tracks_ul li span.drm {
	cursor: default;
    color: #999999;
}

#song_ul li span.drm {
    background: url(/images/nextfit/layout/protected.png) no-repeat;
}


/*-------------------- END: MIXER/PLAYLIST WIDGET CSS----------------------*/


.foot_pane{
    background-color: #F9FAFB;
    border:4px solid #E6E7E9;
    margin-left: auto;
    margin-right: auto;
    top: -25px;
    width: 826px;
    height: auto;
    padding: 20px;
    background: url(/images/layout/footer_bk_didenhoverbox.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.mini_mix{
    padding-top: 5px;
    padding-right: 5px;
}
.mini_mix img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.7;
}
.mini_mix :hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#mini_times{
margin-top: -20px;
padding-left: 10px;
}
.txt_time{
    height: auto;
    font-size: 11px;
    color: #999;

}
#theSpot{
    height: 225px;
}
.music_meter{
    position: relative;
    left: 0px;
    width: 501px;
    height: 21px;
}
.mm_bkg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 706px;
    height: 21px;
    z-index: 1;
}
.mm_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 501px;
    height: 21px;
    background: url(/images/layout/musicmeter.png);
    z-index: 2;
}
/*css for the playlist message div*/
.playlist_msg{
    position: relative;
    z-index: 14099;
    top: 25px;
    left: 150px;
    width: 601px;
    height: 200px;
    background: url(http://testbed.podfitness.com/images/client/faux_window/msgbkg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: left;
}
#plm_head{
    margin-top: 10px;
    font-size: 18px;
    padding: 15px;
}
#plm_msg{
    margin-top: 10px;
    font-size: 12px;
    padding: 15px;
}
.mixButton0{
    margin-top: 0px;
    border: 0px;
}
.mixButton53{
    margin-top: -53px;
    border: 0px;
}
.closeImg{
	height: 36px;
	width: 36px;
	float: right;
}
.deleteFiles{
	float: right;
	margin-top: 4px;
	margin-right: -50px;
}
.linkCursor{
	cursor: pointer;
}
.closewinbutton{
	margin-right: 14px;
	cursor: pointer;
}
/*css for the playlist message div*/
.playlist_msg{
    position: relative;
    z-index: 14099;
    top: 25px;
    left: 150px;
    width: 601px;
    height: 200px;
    background: url(/images/client/faux_window/msgbkg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: left;
}
#plm_head{
    margin-top: 10px;
    font-size: 18px;
    padding: 15px;
}
#plm_msg{
    margin-top: 10px;
    font-size: 12px;
    padding: 15px;
}


.pulsed{
    position: absolute;
    top: 12px;
    left: 228px;
    display: block;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
}
.mixButton0{
    margin-top: 0px;
    border: 0px;
}
.mixButton53{
    margin-top: -53px;
    border: 0px;
}
.closeImg{
	height: 36px;
	width: 36px;
	float: right;
}
.deleteFiles{
	float: right;
	margin-top: 4px;
	margin-right: -50px;
}
.linkCursor{
	cursor: pointer;
}
.closewinbutton{
	margin-right: 14px;
	cursor: pointer;
}


/*gwt specific stuff END */

