/*
 * iTunes CSS 
 * por John Lawrence 
 * em http://icant.co.uk/csstablegallery/index.php?css=29
 * editado por Hélio Ricardo em http://www.bsconsult.com.br
 */
table { 
	font-size:80%;
	color:#000;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #666;
	border-top:none;
	margin:0 auto;	
	cursor:default;
}
table a {
	text-decoration:underline;
}
table a:visited {
	text-decoration:none;
}
tr {
	background-color:#fff;
}
tr.alt {
	background-color:#ebf3ff;
}
tr a {
	color:#000;
}
tr a:hover {
	color:#3D80DF;
}
tr.hover {
	background-color:#3d80df;
	color:#fff;
}
thead th {
	font-size:105%;
	color:#000;
	background:#fff url(../img/ui/itunes_table/tbar.gif) repeat-x;
	height:33px;
	white-space:nowrap;
	padding-top:0;
	padding-bottom:0;	
}
thead th.hover {
	background:#d3d3d3 url(../img/ui/itunes_table/tbov.gif) repeat-x;	
}
thead th a {
	text-decoration:none;
	display:block;
	line-height:33px;
	padding:0;
}
tr, th {
	vertical-align:middle;
}
tr, th, td {
	padding:.75em;
}
td {
	border-left:1px solid #dadada;
}
td:first-child {
	border-left:1px solid #666;
}
tfoot tr {
	background:#fff url(../img/ui/itunes_table/bbar.gif) repeat-x;
}
tfoot td, tfoot th{
	color:#000;
	border:0px;
	padding:0;
}
/* end: iTunes CSS */
table img {
	border: none;
}
.inactivo {
	color:#aaa;
}