table.list {
	width: 95%;
	vertical-align: top;	
	border: none;
}

table.list thead tr {
	width: 100%;
	font-family: Verdana;
	font-size: 13;
	border: none;
	background-color: #eaeaea;	
	color: #000000;			
	text-align: center;
}

table.list tr.even {	
	width: 100%;
	font-family: Helvetica;
	font-size: 13;
	border: none;
	background-color: #dddddd;	
	color: #000000;
	text-align: center;
}

table.list tr.odd {
	width: 100%;
	font-family: Helvetica;
	font-size: 13;
	border: none;
	background-color: #dddddd;	
	color: #000000;
	text-align: center;
}


table.artistlist {
	width: 95%;
	vertical-align: top;	
	border: none;
}

table.artistlist thead tr {
	width: 100%;
	font-family: Verdana;
	font-size: 13;
	border: none;
	background-color: #eaeaea;	
	color: #000000;			
	text-align: center;
}

table.artistlist tr.even {	
	width: 100%;
	font-family: Helvetica;
	font-size: 13;
	border: none;
	background-color: #eaeaea;	
	color: #000000;
	text-align: center;
}

table.artistlist tr.odd {
	width: 100%;
	font-family: Helvetica;
	font-size: 13;
	border: none;
	background-color: #dddddd;	
	color: #000000;
	text-align: center;
}


td.listButton{
	width: 76px;
}

table.detaillist {
	width: 100%;
	vertical-align: top;	
	border: none;
}

table.detaillist thead tr {
	width: 100%;	
	font-family: Verdana;
	font-size: 13;	
	font-weight: 100;
	border: none;
	background-color: #eaeaea;	
	color: #000000;			
	text-align: left;
}

table.detaillist tr.even {	
	width: 100%;
	font-family: Verdana;
	font-size: 13;
	background-color: #dddddd;	
	color: #000000;
	text-align: left;
}

table.detaillist tr.odd {
	width: 100%;
	font-family: Verdana;
	font-size: 13;
	border: none;
	background-color: #dddddd;	
	color: #000000;
	text-align: left;
}

.track{
	width: 10%;
}

table.detaillist .odd td{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF
}

span.pagebanner {
}

span.pagelinks {
}

#displayFooter{
	border-spacing: 2px;
	border-collapse:collapse;
	padding: 3px;
	border: none;	
	 
	width: 100%;
	font-family: Verdana;
	font-size: 13;

	background-color: #cc66cc;	
	color: #FFFFFF;
	text-align: center;
}

