/*	-------------------------------------------------------------
	Table setup
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	tr.light {
		background-color: #F2F2F2;
		}
		
	tr.dark {
		background-color: #EAEAEA;
		}
		
	table p {
		padding: 5px !important;
		margin: 0 !important;
		}
		
/*	-------------------------------------------------------------
	Track listings (more info page)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	table#tracks {
		width: 531px;
		margin: 20px 23px;
		}

        table#tracks td {
            padding: 4px;
            border-bottom: solid 1px #999;
        }

        table#tracks td span.artist {
            color: #AE001B;
            font-weight: bold;
        }

        table#tracks td a {
            text-decoration: none;
            color: #AE001B;
        }
        table#tracks td a:hover {
            text-decoration: underline;
        }
		
	table#tracks td.tdSpacer {
		background-color: #FFFFFF !important;
		}
		
	col.pos { width: 25px; }
	col.spacer { width: 1px; }
	col.listen { width: 55px; }
