/* CSS Document */

/* Artist Table Rules */


/* Tables */

table {
	width: 100%;
	margin: .5em 0;
	padding:0;
	border-collapse: collapse;
	border: thin dotted #6666CC;
}

tr	{
	border-top: thin dotted #6666CC;
	border-bottom: thin dotted #6666CC;
}

td	{
	padding: 5px;
}

.artist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

th {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.artistname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6666CC;
	text-align: right;
	width: 125px;	
}

.artiststyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	text-align: left;
	width: 265px;
}

/* Artist Pictures Rules alternative column */
#column_artists {
			float:left;
			width:600px;
			margin: 1em 0 0 10px;
			border-top: thin solid #9999CC; }

#column_artists_pics_full_width
			{ width: 100%;
			clear: both; }

.artist_pics	{ padding:1em 7px 0 0;
			float:left;
			text-align: center;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 110%;
			font-style: italic; }
	
.artist_pics img { 
			padding: 3px;
			border: thin solid #6666CC;
			}




