
/* Artist CSS */

.artist_about_list { margin: 5px; border-bottom:1px solid #ddd; background:#fff; padding: 3px 3px!important; padding: 3px 0; clear:both; width:100%; overflow: auto;}
.artist_about_list_title { float:left;  width:140px; height:100%; }
.artist_about_list_value { float:right;  width:300px;  height:100%; }

.artist_title {	margin: 0 0 5px 0; font-size: 28px; font-weight: normal; color: #5A5B5D; border-bottom: 4px solid #7A797E; text-align: left; display: block; padding: 3px 0 0 0 !important; padding: 3px 0 0 8px; height: 40px; background:#f1f1f1; width:100%; overflow:hidden; z-index:10;  }

/*
.artist_func { font-size: 12px; text-decoration:none; background: #fff; color:#508A00; border:1px solid #e1e1e1; margin:3px; text-align:center; }
.artist_func:hover { text-decoration:none; color: #508A00; background: #e1e1e1; }
*/

.artist_func { font-size: 12px; text-decoration:none; background: #508A00; color:#fff; border:1px solid #508A00; margin:3px; text-align:center; }
.artist_func:hover { text-decoration:none; color: #508A00; background: #fff; border:1px solid #508A00; }


/* Editable */

.editable { padding-right: 20px; background-image:none; cursor:pointer;}
.editable:hover, .editable_selected{  background-image:url('../../images/editable.png'); background-repeat:no-repeat; background-position:top right;}

/* Global */

.panel_title { color: #000; border-bottom:1px solid #ccc; background-image:url(images/gray_down.jpg); background-repeat:repeat-x; font-size:14px; font-weight:bold; padding:2px 0 !important; padding:2px 5px; width:100%; height:18px; margin:0 0 5px 0; position:relative;}

/* FIX */
.clearme:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}


.edit_class option { padding:0 5px; font-size: 12px; font-weight:bold;}
.edit_class button {margin:0 4px; border: 1px solid #333;}
.edit_class button:hover {margin:0 4px; border: 1px solid #300;}

.community_nav_i {	padding:0; padding-top:3px; text-align:center; border: 1px solid White; border-top: none; background-color: #D0DECE; color: Black; text-decoration: none; width: 200px; font-size: 12px; display: inline-block;}
.community_nav_i:hover { background-color: #777; color: #FFFFFF; }

/* S ADMIN*/
.sadmin_block { background:  #ff9102;  font-size:10px;border-bottom:1px solid #000;padding:2px 5px; }

