/* BROWSE MUSIC */
div.profile_music {
	width:230px;
	background-color:#596F7A;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; 
	text-decoration:none;
	padding:4px;
	margin:0 30px 0 30px;
}
div.profile_music_box {
	width:230px;
	display:inline-block;
	background-color:#F8F8F8;
	-moz-border-radius:3px;
 	-webkit-border-radius:3px;
	border-radius:3px;
	padding:0px;
	margin-bottom:5px;
}
.Shadow {
	border: solid 2px #F8F8F8;
	border-collapse: collapse;
	background-color: White;
	margin-bottom: 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#141414",Direction=135, Strength=8);
}



div.music_browse_item {
	border: 1px solid #CCCCCC; 
	padding: 10px; 
	margin-right: 10px;
}

div.music_browse_date {
	font-size: 7pt; 
	color: #777777;
}


/* USER MUSIC LIST */

div.seMusicHeader {
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-bottom: none;	
}

ul.userMusicList {
	margin: 0px;
	border-bottom: none;
}

ul.userMusicList, ul.seMusicHeader {
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.userMusicList li {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

ul.seMusicHeader li, ul.userMusicList li {
	padding: 0px;
	vertical-align: middle;
	text-align:left;
}

table.seMusicRowInnerTable {
	width: 100%;
}

table.seMusicRowInnerTable td {
  	padding: 5px;
}

table.seMusicRowInnerTable td.seMusicMove {
  	width: 18px;
  	padding: 3px;
  	padding-top: 5px;
  	padding-left: 8px;
  	padding-right: 3px;
}

table.seMusicRowInnerTable td.seMusicDeleteCheckbox {
  	width: 18px;
  	padding: 3px;
  	padding-top: 5px;
}

table.seMusicRowInnerTable td.seMusicRowButton {
  	width: 18px;
  	padding: 3px;
  	padding-top: 3px;
}

table.seMusicRowInnerTable td.seMusicRowTitle {
  
}

table.seMusicRowInnerTable td.seMusicRowFilesize {
  	width: 50px;
}

table.seMusicRowInnerTable td.seMusicRowActions {
  	width: 40px;
}

img.seMusicMoveHandle {
  	cursor: move;
}

/* ???? */
div#musicedit {
	margin:0 auto;
	width:500px;
	border:1px solid #000;
}
div.musiceditheader {
	border-bottom:1px solid #000;
}
div.column1 {
	float:left;
	width:30px;
}
div.column2 {
	margin-left:10px;
	float:left;
	width:300px;
	text-align:center;
}
div.column3 {
	width:50px;
	float:left;
}
div.column4 {
	width:50px;
	float:left;
	text-align:center;
}
div.column5 {
	width:50px;
	float:right;
}
div.musicfooter {
	clear:both;
}

table.music_edit_table {
	width:100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
td.music_header {
	padding: 4px 5px 5px 6px;
	border: none;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}
td.music_list {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
	text-align:left;
}
td.music_list_track {
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
	text-align:center;
}
td#music_title {
	text-align:left;
}
td#music_track {
	text-align:center;
}
td#music_order {
	text-align:center;
}
td#music_options {
	text-align:left;
}
div.music_button {
	float:left;
}
div.music_title {
	margin-left:10px;
	margin-top:1px;
	float:left;
}

#status
{
	background-color:		#ffffff;
	padding:				10px 15px;
	width:					430px;
	border: 1px solid #CCCCCC;
}

#status .progress
{
	background:				white url(../images/music_progress.gif) no-repeat;
	background-position:	+50% 0;
	margin-right:			0.5em;
}

#status .progress-text
{
	font-size:				0.9em;
	font-weight:			bold;
}

#list
{
	list-style:				none;
	width:					420px;
	margin:					0;
	padding:0;
}

#list li.file
{
	border-bottom:			1px solid #eee;
	background:				url(../images/music_file.png) no-repeat 4px 4px;
}
#list li.file.file-uploading
{
	background-image:		url(../images/music_uploading.png);
	background-color:		#D9DDE9;
}
#list li.file.file-success
{
	background-image:		url(../images/music_success.png);
}
#list li.file.file-failed
{
	background-image:		url(../images/music_failed.png);
}

#list li.file .file-name
{
	font-size:				1.2em;
	margin-left:	     	44px;
	display:				block;
	clear:					left;
	line-height:			40px;
	height:					40px;
	font-weight:			bold;
}
#list li.file .file-size
{
	font-size:				0.9em;
	line-height:			18px;
	float:					right;
	margin-top:				2px;
	margin-right:			6px;
}
#list li.file .file-info
{
	display:				block;
	margin-left:	  10px;
	font-size:				0.9em;
	line-height:			20px;
	clear
}
#list li.file .file-remove
{
	clear:					right;
	float:					right;
	line-height:			18px;
	margin-right:			6px;
}

/* browse_albums */

select.album_small
{
	font-size: 8pt;
	border: 1px solid #AAAAAA;
}

select.album_select
{
	border: 1px solid #AAAAAA;
}

div.album_pages_top
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-top: 1px solid #CCCCCC;
}

div.album_pages_bottom
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-bottom: 1px solid #CCCCCC;
}

input.album_search
{
	border: 1px solid #AAAAAA;
}
div.album_pages_top
{
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-top: 1px solid #CCCCCC;
}
.music-rows
{
	padding-left:5px;padding-top:5px;font-weight:bold;color:#fff;
 border-radius:3px;
 -webkit-border-radius:3px;
 -moz-border-radius:3px;
color:#FFFFFF;background-color:#333333;font-size:9pt;vertical-align:middle;
}
.background_um1{
	background-color:#F3F6FB;
}
.background_um2{
	background-color:#FFFFFF;
}
table.user_musictbl{
	/*border:thin #CCCCCC;
	border-collapse: separate;	*/
	/*border:thin #CCCCCC; border-collapse: collapse;*/
	border:thin #CCCCCC;
	border-collapse:collapse;
}
table.user_musictbl tbody tr th,table.user_musictbl tbody tr td{
	padding-left:4px;
	/*border-left:thick #CCCCCC 1px ;
	border-right:#CCCCCC thin 1px;*/
	border-bottom:0px;
	border-top:0px;
}