/* ---- ( iTunes CSS ) ---- */
table { 
	color:White;
	text-align:center;
	border-collapse: collapse;
	border: 0px solid #ccc;
	width:530px;
}
table a {
	text-decoration: none;
	display:block;
}
table a:hover {
	text-decoration:underline;
}
table a.selected {
	font-weight:bold;
}
table a:visited {
	text-decoration:underline;
}
tr.odd {
	background-color:#13add7;
}
tr.even {
	background-color:#3b4446;
}
tr a {
	color: #000000;
}
/*tr:hover a {
	color: #ffffff;
}
tr:hover, tr.odd:hover {
	background-color: #0768A9;
	color: #ffffff;
}*/
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
}
td {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align:center;
}
