/* ---- ( iTunes CSS ) ---- */
table { 
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	border-collapse: collapse;
	border: 4px solid #333333;
	border-top: 4px solid #333333;
	background-color: #FFF3CC
}
table a {
	text-decoration: underline;
}
table a:visited {
	text-decoration: none;
}
tr.odd {
	background-color: #ebf3ff;
}
tr a {
	color: #000000;
}
tr:hover a {
	color: #ffffff;
}
tr:hover, tr.odd:hover {
	background-color: #008BCE;
	color: #ffffff;
}
caption {
	height: 25px;
	line-height: 20px;
	color: #FFCC33;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border-left: 10px solid #616161;
	border-right: 2px solid #616161;
	border-color: #999999;
	border: solid 1px;
	vertical-align: center
}
thead th {
	font-size: 10px;
	color: #000;
	background: #FFCC00;
	height: 25px;
	border: solid 1px;
	border-color: #666666
}

tr {
	vertical-align: center;
}
tr,th,td {
	padding: 3px;
}
td {
	border-left: 1px solid #CCCCCC;
}
tfoot tr {
	background: #666666;
}
tfoot td, tfoot th{
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
}
