.mini_piece_player {
	display: block;
	float:left;
	height: 30px;
	width: 36px;
	text-decoration:none;
}

div.miniplaylistcontainer {
	display:block;
	float:left;
	width:36px;
	height:30px;
	border: 1px solid #1f5f73;
	margin-right:3px;
}


.piece_player {
  display: block;
  height: 30px;
  width: 100%;
  border: 1px solid;
  border-color: #1F5F73;
  text-decoration: none;
}

div.playlist {
	position:relative;
	overflow:auto;
	height:220px !important;
}

div.playlistcontainer {
	display:block;
	background: #1F5F73;
	border: 1px solid #1f5F73;
	padding:4px;
}

div.playlist div.clips {
	position:absolute;
/*	height:20000em; */
}

div.clips div {
	display:block;
	background: #5f8f9c url('/swf/flowplayer/images/playlist-entry-play.png') no-repeat 8px 3px;
/*	height:20px; */
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5%;
	width:95.1%;
	border-bottom:1px solid #1F5F73;
	border-left: 1px solid #1F5F73;
	border-right: 1px solid #1F5F73;
	text-decoration:none;
	text-align:middle;
	color:#fff;
	font-size:12px;
	font-family: Open Sans, sans-serif;
	font-weight:normal;
	-moz-outline: none;
}

div.clips div:hover {
	background:#BBCED5 url('/swf/flowplayer/images/playlist-entry-play-hover.png') no-repeat 8px 3px;
	color: #1F5F73;
}

div.clips div.popup {
	display:block;
	background:#FBFBFB url('/swf/flowplayer/images/playlist-entry-play.png') no-repeat 1px 3px;
	padding-left:22px;
	padding-top:4px;
	padding-bottom:5px;
	padding-right:2px;
/*	width:182px; */
	font-size:11px;
	font-family: Open Sans, sans-serif;
	border-bottom: none;
	border-left: none;
	border-right: none;
	text-decoration:none;
	color:#000000;
}

div.clips div.popup:hover {
	background:#A5C2C9 url('/swf/flowplayer/images/popup-entry-play.png') no-repeat 1px 3px;
	color: white;
}

div.clips div.popup.playing, div.clips div.popup.paused {
	background:#A5C2C9 url('/swf/flowplayer/images/popup-entry-playing.png') no-repeat 1px 1px;
	color: white;
}

div.clips div.popup.progress {
	background: #FBFBFB url('/swf/flowplayer/images/spinner_16.gif') no-repeat 3px 4px;
}

div.clips div.popup.progress:hover {
	background: #FBFBFB url('/swf/flowplayer/images/spinner_16.gif') no-repeat 3px 4px;
	color:#000000;
}

div.clips div.piece_level {
	background-image:none;
  border-top: 1px solid #A4A4A4;
	font-weight: bold;
	padding-left:2px;
	padding-bottom:0px;
	color:#1F5F73;
	padding-right:2px;
	width:100%;
}

div.clips div.piece_level:hover {
	background-color: #FBFBFB;
	color:#1F5F73;
	background-image: none;
}

div.clips div.piece_level.first {
	border-top:none;
}

div.clips div.piece_level.progress, div.clips div.popup.piece_level.progress {
	background-image: none;
}

div.clips div.playing, div.clips div.paused {
	background: #f5f5f5 url('/swf/flowplayer/images/playlist-entry-playing.png') no-repeat 8px 2px;
	color: black;
}

div.clips div.progress {
	background: #f5f5f5 url('/swf/flowplayer/images/spinner_16.gif') no-repeat 9px 4px;
	color: black;
}

div.logo-bar {
	display:block;
	background: url('/swf/flowplayer/images/popup-logobar.jpg') no-repeat;
	height:24px;
	width:420px;
	border-top: 1px solid #a4a4a4;
}

div.playlist-title {
	display:block;
	width: 100%;
	text-align:center;
	font-size:9pt;
	font-family: Open Sans, sans-serif;
	color: #000000;
	padding-top: 3px;
}

div.playlist-title a {
	font-size:11pt;
	font-weight:bold;
	color: #000000;
}

div.logo-bar-text, div.logo-bar-text a {
	display:inline;
	width:100%;
/*	text-align:center;*/
	font-size:9pt;
	font-family: Open Sans, sans-serif;
	color: #000000;
	padding-top: 6px;
	padding-left: 5px;
}

div.now-playing {
	display:block;
	height:35px;
	width:455px;
	background: url('/swf/flowplayer/images/popup-nowplaying.jpg') no-repeat;
	font-family: Open Sans, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	overflow: hidden;
	padding-left:65px;
	padding-top:4px;
}

div.now-playing a {
	color:#ffffff;
}

.popup_player {
  display: block;
  height: 30px;
  width: 420px;
  border-bottom: 1px solid #a4a4a4;
}

div.scroll-pane {
	background:transparent none repeat scroll 0 0;
	float:left;
	height:200px;
	overflow:auto;
	width:220px;
}

div.floatingplaylist {
	height:295px;
	width:420px;
	border: 1px solid black;
}

div.imageholder {
	height: 190px;
	width: 190px;
	padding: 5px;
	background-color: #EFEFEF;
	text-align: center;
}

div.pieceinfoholder {
	width: 200px;
	background-color: #EFEFEF;
	text-align: left;
	line-height: 1em;
	float:left;
}

div.widepieceinfoholder {
	width: 420px;
	background-color: #EFEFEF;
	text-align: left;
	line-height: 1em;
	float:left;
}

div.pieceinfoholder img, div.widepieceinfoholder img {
	margin-right: 3px;
	margin-bottom: 0px;
}

div.floatingpiecedescription {
	font-size:12px;
	font-family: Open Sans, sans-serif;
	font-weight:normal;
	text-align:left;
	margin-left:3px;
	margin-top:3px;
	margin-bottom:3px;
	-moz-outline: none;
}

div.imageholder div.wrapper {
	display:table;
}

div.imageholder div.wrapper div.cell {
	display:table-cell;
	vertical-align: middle;
}
