@charset "utf-8";
div #discography-box {
	position:relative;
	width: 650px;
	float:left;
	left:45px;
	top:15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #000099;
	padding:2px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin-right: 1px;
	margin-left: 1px;
}

td {
	text-align: center;
	font-size: 10pt;
	padding: 5px;
	background-color: #e0e0e0;
	background-image: url(../images/table-bg.png);
	background-repeat: repeat-x;
}

.head {
	font-weight: bold;
	background-image:url(../images/table-head-bg.png);
	height: 40px;
	background-color: #e3e4ff;
	background-repeat: repeat-x;
}

.name {
	width: 20%;	
}

.tracks {
	text-align:left;
	width:55%;
	
}


 .top-row {
	background-image: url(../images/table-top-row-bg.png);
	background-repeat: repeat-x;
}

.notes {

	font-size:8pt;

}