
/*
the mustard color is a little light for plain text,
so I'm darkening it up a bit just for the imbedded links
*/

a:link, a:visited, a:hover{
	color: #9F9000;
}

td.contentpanel a:link,
td.contentpanel a:visited{
	border-bottom: 1px solid white;
}

td.contentpanel a:hover{
/*	border-top: 1px solid #B2A300; */
	border-bottom: 1px solid #9F9000;
}

p.menubuttoncolor{
	background-image: url(../images/MenuButtons/MustardBar.gif); 
}

#DiscographyImage{
	border-bottom: 1px solid #B2A300;	
}

td.toppanel{
	background-image: url(../images/headerbackgrounds/background01.jpg);
}

div.recordinglist{
	margin: 30px 30px 30px 0;
	border-bottom: 1px solid #B2A300;
	padding-bottom: 20px;
}

.coverimageRIGHT{
	float: right;
	margin: 10px 0 15px 15px;
	width: 144px;
}


div.labelinfo p,
div.performerinfo p{
	line-height: normal;
	margin: 0;
}

div.albumname{
	line-height: 20px;
}

div.reviewdiv{
	margin-bottom: 25px;
}
td.contentpanel div.reviewdiv p{
	margin: 0 0 10px 0;
}
td.contentpanel div.reviewdiv p.reviewsourceinfo1{
	margin: 0;
	font-style: italic;
	line-height: normal;
}

td.contentpanel p.workinfo{
	margin: 0 0 5px 0;
	line-height: normal;
}
