body
{
	font-family: Helvetica;
}

tr
{
	font-size: 12px;
}
	
td.band
{
	font-size: 14px;
	font-weight: bold;
}

td.boot
{
	left: 10px;
	background: #fff;
}


#tracks
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 2;
	border: 1px solid black;
}

.trackListOdd
{
	background-color: #999999;
}

.trackListEven
{
	background-color: #cccccc;
}

#debug
{
	position: absolute;
	border: 1px solid black;
	top: 0px;
	left: 300px;
}

