/* $Id: table.css,v 1.2 2006/12/16 17:06:48 rekimoto Exp $ */

table.rank {
             margin: 0;
             padding: 0;

	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
 	border-collapse: collapse;
}


table.rank,caption {
	margin: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}



caption,th,td {
	border-left: 0;
	padding: 5px 10px 5px 10px;
}

caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}

tbody th {
	padding: 20px 10px
}

tbody tr {
           border-bottom: 1px solid #BBB;
	background-color: #F7F7F7;
}

tbody tr.odd {
	background-color: white;
	color: #666
}

tbody tr.you {
	background-color: #a1dc14;
        font-weight: bold;       
	color: #3b7a05
}


tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}


/*
tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E 
}
*/

/*
tbody tr:hover {
	background-color: #EEE;
	color: #333
}

tbody tr:hover a {
	background-color: #FFF
}
*/

/*
tbody td a[href="http://www.rodcast.com.br/"] {
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	background: transparent url(http://www.rodcast.com.br/csstablegallery/i/logo.gif) no-repeat;
	text-indent: -999em;
	border-bottom: 0
}
*/


