#header{
	width:100%;
	position:relative;
	display:block;
	min-height:32px;
	
}
#left_header{
	float:left;
	background:transparent url(../images/logo.png) no-repeat scroll center left;
	width:280px;
	height:32px;
}
#left_header #versioninfo{
	float:left;
	width:1px;
	height:32px;
	text-indent: -999em;
	overflow:hidden;
}
#Search_player{
		width: 100px;
		margin: 3px 20px 1em 0;
		float:right;
		border: 1px solid #bebebe;
		background:url('../images/magnifying-glass.gif') no-repeat right center;
		padding-right:20px;

	}
#right_header{
	float:right;
}                            

#menuholder{
	width:100%;      
	position:relative;
	display:block;
	height:0px;
	overflow:hidden;
	display:none;
	visibility:hidden;	
}

.player_item{
	float:left;
}

#player{
	width:100%;	
	height:59px;
	overflow:hidden;
	min-width:900px;
}

#controls_player{
	padding:0 10px 0 10px;
	border-right:1px solid #bebebe;
	min-height:58px;
}
	#back_controls{
		text-indent: -999em;
		overflow:hidden;
		width:31px;
		height:31px;
		padding-top:28px;
	}
	._PREV{
		background:transparent url(../images/controls/previous.png) no-repeat scroll center center;
	}
	._PREVdisabled{
		background:transparent url(../images/controls/previous_disabled.png) no-repeat scroll center center;
	}
	#playpause_controls{
		text-indent: -999em;
		overflow:hidden;
		width:39px;
		height:39px;
		padding:19px 3px 0 3px;
	}
		._Playing{
			background:transparent url(../images/controls/pause.png) no-repeat scroll center center;
		}
		._Paused{
			background:transparent url(../images/controls/play.png) no-repeat scroll center center;
		}
	#forward_controls{
		text-indent: -999em;
		overflow:hidden;
		width:31px;
		height:31px;
		padding-top:28px;
	}
	._FF{
		background:transparent url(../images/controls/fastforward.png) no-repeat scroll center center;
	}
	._FFdisabled{
		background:transparent url(../images/controls/fastforward_disabled.png) no-repeat scroll center center;
	}

#vol_player {
	padding:0 10px 0 10px;
	border-right:1px solid #bebebe;
}
	#background_vol {
		background: url('../images/controls/volbackground.png') no-repeat center left;
		width:82px;
		height:58px;
	}
	#knob_vol {
		background: url('../images/controls/volknob.png') no-repeat center center;
		width:12px;
		height:58px;
	}
#infobox_player{
	padding:0 10px 0 10px;
	border-right:1px solid #bebebe;
	min-height:58px;
	min-width:290px;
}
	#title_infobox{
		font-size:10px;
	}
	#artist_infobox{
		font-size:10px;
	}
	#album_infobox{
		font-size:10px;
	}

	#libraryholder{
		border-top:black 1px solid;
	}
	#menu_options{
		border-right:1px solid #bebebe;
		height:58px;
	}
	#Upload_player{
		cursor:pointer;
		width:69px;
		height:19px;
		margin-left:9px;
		padding-top:36px;
		text-align:center;
		background:transparent url(../images/upload.png) no-repeat scroll top center ;
	}
	#Library_player{
		cursor:pointer;
		width:69px;
		height:19px;
		padding-top:36px;
		text-align:center;
		background:transparent url(../images/library.png) no-repeat scroll top center ;
	}
	#About_player{
		cursor:pointer;
		width:69px;
		height:19px;
		padding-top:36px;
		text-align:center;
		margin-right:9px;
		background:transparent url(../images/about.png) no-repeat scroll top center ;
	}
	
	
#sidebar_library{
	float:left;
	min-width:200px;
	position:absolute;
}
#pwrapper_infobox {
	
	position:relative;
	width:270px;
	height:7px;
	border: 1px solid #bebebe;
}
#progress_pwrapper{
	background: url('../images/progressbar.jpg') repeat-x;
	position:relative;
	width:270px;
	height:7px;
}
	#background_progress{
		height: 7px;
		width: 0px;
		top:0px;
		left:0px;
		position:absolute;
		background: url('../images/totalprogress.jpg') repeat-x;
	}
	#knob_progress {
		background: url('../images/progressbutton.jpg') no-repeat;
		width:7px;
		height:7px; 
	}
	#loadicon{
		width:16px;
		height:16px;
		left:275px;
		top: -4px;
		position:absolute;
	}
	._LoadSong{
		background: url('../images/controls/loadsong.gif') no-repeat center center;
		
	}
	
	.hidepage{
		display:none;
	}
	#menudiv{
		position:absolute;
		left:0;
		top:0;
		border:1px dotted black;
		background-color:white;
		cursor:pointer;
	}
	.divider{
		width:90%;
		height:1px;
		border-top:1px grey solid;
		margin:0 3px 0 3px;
	}
	
	._Searching tbody tr{
		display:none;
	}
	tbody tr._SearchShow  {
		display:table-row;
	}
	
	#edit_playlists{
		position:absolute;
		right:5px;
		top:37px;
		cursor:pointer;
	}
	#playlistMenu{
		position:absolute;
		left:170px;
		top:55px;
		width:124px;
		cursor:pointer;
		background-color:white;
		border:1px dotted black;
	}
	#editSong{
		position:absolute;
		left:40%;
		top:30%;
		min-width:180px;
		min-height:100px;
		cursor:pointer;
		background-color:white;
		border:1px dotted black;
		padding:30px;
	}
	#about{
		position:absolute;
		left:40%;
		top:30%;
		width:180px;
		min-height:50px;
		background-color:white;
		border:1px dotted black;
		padding:30px;
	}
	
	/**
 * FancyUpload Showcase
 *
 * @license		MIT License
 * @author		Harald Kirschner <mail [at] digitarald [dot] de>
 * @copyright	Authors
 */
 
/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}
 
/* .hover simulates the flash interactions */
a:hover, a.hover {
	color: red;
}
 
#upload-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}
 
#upload-status .progress {
	background: url(../images/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}
 
#upload-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}
 
#upload-list {
	list-style: none;
	width: 450px;
	margin: 0;
}
 
#upload-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../images/failed.png) no-repeat 4px 4px;
}
 
#upload-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../images/file.png) no-repeat 4px 4px;
	overflow: auto;
}
#upload-list li.file.file-uploading {
	background-image: url(../images/uploading.png);
	background-color: #D9DDE9;
}
#upload-list li.file.file-success {
	background-image: url(../images/success.png);
}
#upload-list li.file.file-failed {
	background-image: url(../images/failed.png);
}
 
#upload-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#upload-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}
#upload-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}
#upload-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

