body {
	background-image: url('/img/polyester_lite.png');
}

.file-hide{
	top: -100px;
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.file-name{
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 264px;
	padding: 6px 8px;
	position: relative;
	top: 2px;
	border-radius: 4px;
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.file-size {
	position: relative;
	top: 3px;
	padding: 6px;
	display: inline-block;
	-top: -7px;
	width: 80px;
	float: right;
}




.tempo0{
	color: gray;
	font-size: 14px;
	font-weight: bold;
}
.tempo1{
	color: red;
	font-size: 14px;
	font-weight: bold;
}
.tempo2{
	color: #FD1;
	font-size: 14px;
	font-weight: bold;
}
.tempo3{
	color: #0C0;
	font-size: 14px;
	font-weight: bold;
}
.hide_important{
	display: none !important;
}

#container_player {
	width: 740px;
	height: 522px;
	position: absolute;	
	border-radius: 10px;
	box-shadow: 0px 0px 20px #ccc;
}
.-hide{
    display: none !important;
}
.-hide_visibility{
    visibility: hidden;
}
#jplayer_play {
	width: 15px;
	display: inline-block;
	-position: relative;
	-top: 1px;
}
#jplayer_mute {
	position: absolute;
	top: 12px;
	left: 54px;
	cursor: pointer;
}
#jplayer_volume {
	display: inline-block;
	overflow:hidden;
	background-color: #ddd;
	width: 100px;
	height: 9px;
	cursor: pointer;
	border-radius: 3px;
}
#jplayer_volume_value {
	background-color: #a1a1a1;
	width: 0px;
	height: 9px;
	border-radius: 3px;
	box-shadow: 0px 0px 8px #ccc;
}
.typeahead {
	z-index: 5000 !important;
}