/* Artist Page Styles */
.artistLocation{
	padding: 13px 0px 10px 8px;}
	
.artistUL li{list-style:none; }
.artistUL li a{color:#FFFFFF; font-weight:bold; text-decoration:underline;}

#songList{
	width:310px;
	margin-left: 179px;}

.tableData{
	font-size: 10px;
	background: none;
	margin: 20px 0 10px 0;
	overflow:hidden;}
	
.artistAudioLink a:hover { text-decoration:underline;}

.newsContainer{
margin-left:14px; 
margin-bottom:10px;}
.newsDate{
color:#FFFFFF; 
margin: 10px 0 0 0;}
.newsDivide{
border-bottom:1px dotted #000;}

/* Artist Gig */
.gigRow{border-bottom: 1px dotted #120300; }
.gigRow0{color:#120300; font-weight:bold; padding:0px 0px 8px 0px; margin:0px; margin-bottom:7px;}
.gigRow1{ background: #ab955f; color:#000000; height: 25px; padding:3px 3px 6px 3px;  margin:0px; margin-bottom: 6px;}

/* Artist Form Styles */
/* Artist Signup */
#submit, #publish_gig {
    cursor:pointer;
}

fieldset {
    border:0;
}

#artist_signup input {
    height:1em;
/*    width:200px;*/
}
#artist_links input {
    width:220px;
}

#artist_signup select {
    height:1.75em;
    width:200px;
}

#tbl_artist_signup {
    width:450px;
}

#tbl_artist_signup td {
    padding:5px;
}

#artist_signup select.date {
    width:60px;
}

#tbl_artist_signup legend {
    color:#000;
}

#tbl_artist_signup legend.white {
    color:#FFF;
}

/* Artist Fans */
/*#artist_members, #artist_albums, #artist_recommends, #artist_links {*/
/*    float:left;*/
/*}*/

input {
    height:auto;
}

#tbl_artist_members {
    width:100px;
}

/* SWFUpload */
#filesDisplay {
    padding: 10px;
    margin-top: 20px;
    display: none;
}

#SWFUpload {
    margin-left: 20px;
}

#mmUploadFileListing {
    margin: 0;
    padding: 0;
}

#mmUploadFileListing li {
    margin: 0 0 10px 0;
    display: block;
    float: left;
    width: 150px;
    list-style-type: none;
    font-size: 11px;
}

.uploading { color: #CCC; }
.uploadDone { color: #000; }

span.progressBar {
    width: 100px;
    display: block;
    font-size: 10px;
    height: 4px;
    margin-top: 4px;
}

/* For uploader progress bar */
.info {
    font:18px Arial;
}
.data {
    background-color:#b3b3b3;
    border:1px solid #898989;
    width:40%;
}
.data tr td {
    background-color:#dddddd;
    font:13px Arial;
    width:35%;
}
.bar1 {
    background-color:#b3b3b3;
    position:relative;
    text-align:left;
    height:20px;
    border:1px solid #505050;
}
.bar2 {
    background-color:#E1901B;
    position:relative;
    text-align:left;
    height:20px;
    width:0%;
}
