/* playlist style */
table {
	width:560px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	border-collapse:collapse;
	background-color:#FFF;
}

caption {
	color: #73879a;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

th {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color: #73879a;
	line-height:18px;
	border:1px solid #333;
	padding:.2em;
}

td {
	color:#333;
	border:1px solid #333;
	padding:.2em;
}

.trodd {
	background-color: #CCC;
}