@CHARSET "UTF-8";

#ArtistsPage {
	width: 935px;
	margin: 0px;
	padding: 16px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
}

#ArtistsPage .error {
	border: #F00 1px solid;
	background-color: #FFEBE8;
	padding: 16px;
	font-weight: normal;
	text-align: center;
	margin-right: 16px;
}

#ArtistsPage .success {
	border: #090 1px solid;
	background-color: #E8FFD2;
	padding: 16px;
	font-weight: normal;
	text-align: center;
	margin-right: 16px;
}

#ArtistsPage .clear {
	clear: left;
	margin: 16px;
	margin-right: 32px;
	padding-top: 16px;
	border-bottom: 1px dotted #464646;
}

#ArtistsPage .form_column_div {
	float: left;
	width: 200px;
}

#ArtistsPage h1 {
	font-size: 1.4em;
	color: #8E0202;
	margin: 0;
}

#ArtistsPage .heading {
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#ArtistsPage .details {
	margin: 0;
	padding: 0;
}

#ArtistsPage .details a {
	font-weight: normal;
}

#ArtistsPage .details p {
	margin: 6px 1em 6px 1em;
	padding: 0;
}

#ArtistsPage .details ul {
	list-style: square;
	margin: 6px 0 6px 2em;
	padding: 0;
}

#ArtistsPage .heading span,
#ArtistsPage .details span {
	color: #8E0202;
	font-weight: bold;
}

#ArtistsPage .artist_photo_div {
	float: left;
	width: 200px;
	height: 200px;
}

#ArtistsPage .artist_photo_div img {
	border: none;
}

#ArtistsPage .search-for-artist-button {
	background-color: #8E0202;
	color: #FFFFFF;
	font-weight: bold;
}

#ArtistsPage .search-for-artist-text-field {
	width: 200px;
}

#ArtistsPage .search-or-jump-separator {
	color: #8E0202;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 6px 0 6px;
}

#ArtistsPage .artist-statistics-div {
	margin: 3em auto 0 auto;
	width: 70%;
}

#ArtistsPage .statistics-div {
	float: left;
	width: 45%;
	margin-right: 1em;
}

#ArtistsPage .statistics-div h1 {
	font-size: 1.2em;
	margin: 0 0 6px 0;
	padding: 0;
}

#ArtistsPage .statistics-div ul {
	margin: 0 0 1em 2em;
	list-style: square;
	padding: 0;
}

#ArtistsPage .top-viewed-artists-div ul {
	list-style: none;
	margin-left: 0;
}

#ArtistsPage .top-viewed-artists-div img {
	vertical-align: middle;
}

#ArtistsPage .top-viewed-artists-div span.number-of-views {
	margin-left: 1em;
	color: #999;
	font-style: italic;
}

.top-viewed-artists-front-page-div {
	margin: 0 0 1em 0;
}

.top-viewed-artists-front-page-div .top-viewed-artists-div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-viewed-artists-front-page-div .top-viewed-artists-div img {
	vertical-align: middle;
}

.top-viewed-artists-front-page-div .top-viewed-artists-div span.number-of-views {
	margin-left: 1em;
	color: #999;
	font-style: italic;
}

#ArtistsPage .statistics-div a {
	font-weight: normal;
}

#ArtistsPage .artists-div,
#ArtistsPage .search-results-div {
	margin: 2em auto 0 auto;
	width: 90%;}

#ArtistsPage .artists-div .alphabet-section-div {
	width: 30%;
	float: left;
	margin-right: 2em;
}

#ArtistsPage .artists-div .alphabet-section-div h1 {
	border-bottom: solid 1px #000000;
	margin: 0 0 6px 0;
	padding: 0;
}

#ArtistsPage .artists-div .alphabet-section-div ul {
	margin: 0 0 0 2em;
	list-style: square;
	padding: 0;
}

#ArtistsPage .artists-div .alphabet-section-div a {
	font-weight: normal;
}

#ArtistsPage .search-results-div h1 {
	margin: 0 0 1em 0;
	padding: 0;
}

#ArtistsPage .search-results-div .search-result {
	margin: 0 1em 0 1em;
}

#ArtistsPage .search-results-div .search-result div {
	margin: 6px 1em 1em 1em;
}

a.artist-page-link {
	font-weight: normal;
	font-size: .8em;
}
