/* band manager */
.band_editor_header { border-bottom: 1px solid #ddd; }
#band_editor_button_div { border-bottom: 1px solid #ddd; }
#edit_band_div .profile-outer-wrapper { padding-top: 0px; }
#additional_stats_buttons_div { padding-top: 10px; border-bottom: 1px solid #ccc;  }
/*rob remove clear:left from .edit-button ..*/
.edit-button { float: left; margin-top: 5px; margin-right: 8px; background: url(/assets/images/ui/edit.png) no-repeat 2px 2px; border: 1px solid #eee;  padding-left: 20px; line-height: 20px; width: 80px; font-size: 11px; color: #999; cursor: pointer; }
.edit-button:hover { background-color: #eee; }
.cancelMusicList { clear: left; float: left; margin-top: 5px; margin-right: 8px; border: 1px solid #eee; padding: 5px; font-size: 11px; color: #999; cursor: pointer; }


#edit_band_div .profile-table .editable, 
#edit_band_div .profile-table .editable-select, 
#edit_band_div .profile-table #new_location, #edit_band_div .editable-wysiwyg { border: 1px solid #f9f9f9; background: url(/assets//images/ui/edit.png) no-repeat right top;  }
#edit_band_div .profile-table .editable:hover, 
#edit_band_div .profile-table .editable-select:hover, 
#edit_band_div .profile-table #new_location:hover,
#edit_band_div .editable-wysiwyg:hover { border: 1px solid #ddd; background-color: #f6f6f6; }
#edit_band_div .profile-table #new_location, #edit_band_div .profile-table .editable-form { background: #f6f6f6; padding: 5px;}
#edit_band_div .editable-wysiwyg p { padding: 5px; }
#edit_band_div .profile-table .editable-form select { width: 250px; }
.profile-album .edit-button { float: right; margin-top: 0px; }

#albumList { padding-bottom: 10px; }
#albumVariables { background: #f6f6f6; padding: 5px; margin-bottom: 10px; }
#editSongInfoDiv { background: #f6f6f6; padding: 5px; margin-bottom: 10px; }

#deleteThisBandButton, #deleteAlbumButton { font-size: .9em; cursor: pointer; margin-top: 20px; border: 1px solid #eee;  line-height: 20px; width: 100px; display: block; background-position: left center; }
#deleteThisBandButton { position: relative; right: 10px; bottom: 10px; }
#deleteThisBandButton:hover, #deleteAlbumButton:hover { background-color: #eee; }

.band-social-stats { width: 150px;}
.profileMemberRoles { color: grey; }
#bandManagerWorkDiv { height: auto; padding-top: 10px; }
.graphdiv { width: 605px; /* min-height: 300px; */ }
.graphdiv .tab-header { margin-bottom: 10px; }
.chartdiv { width: 595px; }
#chartdiv1 .jqplot-point-label { border: 1.5px solid #aaaaaa; padding: 1px 3px; background-color: #eeccdd; }
#chartdiv2 .jqplot-point-label { display: none; }

.songTotalHead {position: relative; background: #888; color: #fff; padding: 5px; font-weight: bold;  margin: 20px; }
.songDataSongTitleoddRow {background-color: #fff; border-top: 1px solid white;  border-left: 1px solid #eee;  border-bottom: 1px solid #eee;}
.songDataSongTitleevenRow {background-color: #eee; border-top: 1px solid white;  border-left: 1px solid #eee;}
.songDataPlaysoddRow {background-color: #fff; border-top: 1px solid white;  border-right: 1px solid #eee;  border-bottom: 1px solid #eee; text-align:right}
.songDataPlaysevenRow {background-color: #eee; border-top: 1px solid white;  border-right: 1px solid #eee; text-align:right}

