div.aliasList-controller {
    float: right;
    cursor: help;
    color: #999;
    text-decoration: underline;
    margin-top: -24px;
    text-align: right;
	margin-right: 5px;
}

div.aliasList-controller:hover {
    padding-bottom: 5px;
    color: #666;
    background: #F0F0F0;
    text-decoration: none;
}

div.aliasList-controller ul.aliasList {
    display: none;
    cursor: default;
}

div.aliasList-controller:hover ul.aliasList {
    position: absolute;
    display: block;
    margin: 21px 0 0 -110px;
    background: #FFF;
    border: 1px #CCC solid;
    padding: 2px;
    width: 200px;
    list-style: none;
    text-align: left;
    text-decoration: none;
}

ul.aliasList li {
    padding: 2px;
    color: #888;
}
ul.aliasList li:hover {
    background: #F0F0F0;
}

ul.aliasList a {
    display: block;
}

ul.aliasList a:link, ul.aliasList a:visited {
    color: #888;
}
ul.aliasList a:hover, ul.aliasList a:active {
    color: #555;
    text-decoration: none;
}

.aliasList, .artistList {
    color: #999;
    margin-bottom: 0px;
}

.aliasList a:link, .aliasList a:visited,
.artistList a:link, .artistList a:visited {
    text-decoration: none;
    color: #999;
}

.aliasList a:hover, .aliasList a:active,
.artistList a:hover, .artistList a:active {
    color: #999;
    text-decoration: underline;
}


.artist-listItem h3.aliasList {
    font-size: 12px;
}

.artist-listItem {
    background: #F0F0F0;
    border: 1px #E4E4E4 solid;
    margin-bottom: 10px;
    min-height: 80px;
	padding: 3px;
}
.artist-listItem:after {
	content: ".";
    display: block;
    height: 0;
	line-height: 0em;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.artist-listItem h1 {
    font-size: 16px;
    margin-bottom: 4px;
}

.artist-listItem h1 a:link, .artist-listItem h1 a:visited {
    text-decoration: none;
    color: #000;
}

.artist-listItem h1 a:hover, .artist-listItem h1 a:active {
    text-decoration: underline;
    color: #000;
}

img.artist-thumb {
    float: left;
	margin-right: 8px;
	_margin-bottom: -10px;
}

p.artist-intro {
    font-size: 11px;
}

table.artist-aliasList td {
    padding: 2px 8px;
}

td.artist-aliasLink a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
td.artist-aliasLink {
    white-space: nowrap;
}
td.artist-aliasLink a:hover {
    text-decoration: underline;
}

td.artist-aliasRel {
    width: 100%;
}

.artist-listSwitch {
	float: right;
	margin-top: 2px;
}

.artist-listSwitch a {
    color: #999;
    padding: 1px 6px;
    border: 1px #CCC solid;
    padding-left: 20px;
    margin-left: 5px;
    text-decoration: none;
    background: url(/resources/global/default/images/global/next_off.jpg) no-repeat 4px;
}

.artist-listSwitch a:hover {
    background: url(/resources/global/default/images/global/next.jpg) no-repeat 4px;
    border: 1px #0066CC solid;
}

.artist-listSwitch a.selected {
    background: url(/resources/global/default/images/global/next.jpg) no-repeat 4px;
    border: 1px #0066CC solid;
}

.artist-listSwitch a.selected.inactive {
    cursor: default;
}

.artist-listSwitch a.selected.suggested {
    border: 1px #CCC solid;
}

.artist-listSwitch a.selected.suggested:hover {
    border: 1px #0066CC solid;
}

img.artist-profileImage, .imageDialogWidget {
	float: right;
	margin: 0 0 10px 10px;
}


table.artist-aliasList a:link {
	text-decoration: none;
}

td.artist-aliasRel, td.artist-aliasRel a {
	color: #555;
}

h3.aliasList {
	margin-bottom: 10px;
}

div.artist-intro {
	border-left: 2px #666 solid;
	border-right: 2px #666 solid;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}


.dojoDialog {
	border : 1px solid #999;
    -moz-border-radius : 8px;
    padding : 8px;
    background: #FFF;
	text-align: left;
}