﻿.cs-MP3Player-updating
{
	width:100px;
	padding-left:28px;
	height:28px;
	line-height:28px;
	background-position:left center;
	background-image:url(images/ajax-loader.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	float:left;
}

.cs-MP3Player .imageStyle
{
	border:none;
	max-width: 50px;
	width: expression((this.width/this.height >= 50/50) && (this.width > 50) ? 50: true);
	max-height: 50px;
	height: expression((this.width/this.height < 50/50) && (this.height > 50)? 50: true);
}

.cs-MP3Player
{
	background-color: White;
	padding: 5px;
	overflow:visible;
	height:1%;
	text-align:left;
}

.cs-MP3Player .editplayeritem
{
	text-align: left;
	margin: 5px;
	padding: 5px;
	padding-left:25px;
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-MP3Player .newplayeritem
{
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	width: auto;
	clear: both;
}

.cs-MP3Player .new-item-area
{
	float: left;
	padding:0px;
	width: 380px;
	overflow: hidden;
}

.cs-MP3Player .new-item-link
{
	text-align: right;
	float: right;
	overflow: hidden;
}
.cs-MP3Player .new-item-margin
{
	float: left;
	height:30px;
	width:140px;
}
.cs-MP3Player .separator
{
	height: 1px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
	border-bottom: solid 1px #dedddd;
}

.cs-MP3Player .cs-MP3Player-editform
{
	float: left;
	overflow: hidden;
	width: 400px;
}

.cs-MP3Player .player_item_picture
{
	width: 120px;
	float: left;
}

.cs-MP3Player-actionsarea
{
	width: 100px;
	float: right;
}

.cs-MP3Player .DNN_File_Selector
{
	width: 400px;
	overflow: hidden;
}
.cs-MP3Player .DNN_File_Selector .DNN_File_Selector
{
	width: 300px;
	overflow: hidden;
}
.cs-MP3Player .DNN_File_Selector .input-field span
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:14px;
}
.cs-MP3Player .DNN_File_Selector .SubHead
{
	width: 70px;
	float: left;
	text-align: left;
	overflow: hidden;
	color: #0476a1;
}

.cs-MP3Player .DNN_File_Selector .input-field
{
	width: 200px;
	float: left;
}

.cs-MP3Player .DNN_File_Selector .upload-new-file-link
{
	text-align: center;
	color: #0476a1;
}

.cs-MP3Player .DNN_File_Selector .CommandButton
{
	color: #0476a1;
}

.cs-MP3Player .DNN_File_Selector .input-field input, 
.cs-MP3Player .DNN_File_Selector .input-field select
{
	width: 100%;
}

.cs-MP3Player .DNN_File_Selector .input-field a
{
	text-decoration:underline;
	font-family:Tahoma,Arial,Helvetica;
	font-size:14px;
}

.cs-MP3Player .DNN_File_Selector .file_selector_row
{
	overflow: hidden;
	margin: 0px;
	margin-bottom:5px;
	padding-bottom:1px;
	clear: both;
}

.cs-MP3Player .DNN_File_Selector .cs-file-input
{
	float: left;
}

.cs-MP3Player .DNN_File_Selector .cs-file-upload-row
{
	margin-top: 5px;
}

.cs-MP3Player .add-button
{
	text-align: left;
	margin-left: 100px;
}

.cs-MP3Player .DNN_File_Selector .cs-file-upload-row input, 
.cs-MP3Player .add-button input
{
	font-family: Arial;
	font-size: 11px;
	color: #898989;
}

.cs-MP3Player .add-button input, 
.cs-MP3Player .DNN_File_Selector .cs-file-upload-row input.cs-upload-button, 
.cs-MP3Player-button
{
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	font-weight: bold;
	height: 22px;
	width: 64px;
	display: block;
	font-family: Arial;
	text-align:center !important;
	font-size: 11px;
	color: #898989 !important;
}
.cs-MP3Player-button-add-margin
{
	float:left;
	width:200px;
}

.cs-MP3Player-button-generate-margin
{
	float:left;
	width:130px;
}

.cs-MP3Player-button-add
{
	margin-right: 10px;
	text-decoration: none;
	line-height: 22px;
	float:left;
	text-align: center;
}

.cs-MP3Player-button-cancel
{
	text-decoration: none;
	line-height: 22px;
	float:left;
	text-align: center;
}

a.cs-MP3Player-button-cancel:hover, 
a.cs-MP3Player-button-cancel:visited, 
a.cs-MP3Player-button-cancel:link,
a.cs-MP3Player-button-add:hover, 
a.cs-MP3Player-button-add:visited, 
a.cs-MP3Player-button-add:link
{
	text-decoration: none !important;
	line-height: 22px;
	float:left;
	text-align: center;
}

.cs-MP3Player-moveup, .cs-MP3Player-moveup-disabled
{
	float: right;
	background: transparent url(images/move-up.gif) no-repeat;
	height: 16px;
	width: 18px;
}

.cs-MP3Player-moveup-disabled
{
	background-image: url(images/move-up-disabled.gif);
}

.cs-MP3Player-movedown, .cs-MP3Player-movedown-disabled
{
	float: right;
	background: transparent url(images/move-down.gif) no-repeat;
	height: 16px;
	width: 18px;
}

.cs-MP3Player-movedown-disabled
{
	background-image: url(images/move-down-disabled.gif);
}

.cs-MP3Player-deleteitem
{
	background: transparent url(images/delete.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important;
}

.cs-MP3Player-edititem
{
	background: transparent url(images/edit.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important;
}

.cs-MP3Player-editform .external-url
{
	margin:0;
	padding:0;
}

.cs-MP3Player-editform .external-url label
{
	
}

.cs-MP3Player-generate
{
	background: transparent url(images/folder.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important;
	float:right;
	margin-right: 10px;
}

.cs-MP3Player-addafter
{
	background: transparent url(images/add.gif) no-repeat;
	height: 20px;
	line-height: 20px;
	padding-left: 19px;
	font-family: Arial;
	font-size: 13px !important;
	font-weight: normal;
	color: #5d5d5e !important; /*position:relative;*/
	top: 20px;
}
