/* CSS Document */

/*    ..........................................................     table  ............................................. */
table {
	background:#FFF;
	color: #7F7F7F;
	font: 12px Arial, Helvetica, sans-serif;
    border-collapse: collapse
}

table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

caption,th,td {
	border-left: 0;
	padding: 10px;
}

caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

thead th {
	background-color: #BD3938;
	color: #FFFFFF;
	text-align: center;
}

tbody th {
	padding: 20px 10px;
}

tbody td.icon {
	text-align: center;
}


tbody tr.odd {
	background-color: #F7F7F7;
	color: #666;
}


tbody a:link  {
    color: red;
	text-decoration: none;
}

tbody a:visited  {
    color: #666;
	text-decoration: none;
}

tbody a:active,tbody a:hover,tbody a:focus {
	color: black;
}
	


/* quando qualcuno va su una riga... */

tbody tr:hover {
	background-color: #EEE;
	color: #333;
}

tbody tr:hover a {
	/*background-color: #FFF;*/
	color: red;
}

tbody td a {
	font-weight: bold;
	border-bottom: 0;
}


tbody td a:active,tbody td a:hover,tbody td a:focus,tbody td a:visited {
	color: #E63C1E;
	
}



/*tbody td a[href="http://www.rodcast.com.br/"] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url('data:image/gif;base64,R0lGODlhDwAPAIAAACEpMf///yH5BAAAAAAALAAAAAAPAA8AAAIjjA8Qer0JmYvULUOlxXEjaEndliUeA56c97TqSD5pfJnhNxYAOw%3D%3D') no-repeat;
	text-indent: -999em;
	border-bottom: 0
}*/

/*tbody a:visited:after {
	font-family: Verdana,sans-serif;
	content: "\00A0\221A"
}*/

