/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 03/23/2006 11:15 PM
*/

.feature table {
	color: #7F7F7F;
	font: 1.0em/1.8em "Trebuchet MS",Verdana,sans-serif;
	 border-collapse: collapse;
	
}

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

.feature caption,th,td {
	border-left: 0;
	}

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

.feature thead th {
	background-color:#0000A0;
	
	text-align: center;
}

.feature tbody th {
	
	}

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

.feature tbody a {
	/* padding: 1px 2px;*/
	color: #333;
	text-decoration: none;
	/* border-bottom: 1px dotted #E63C1E;*/
}

.feature tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

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

.feature tbody tr:hover a {
	background-color: #FFF
}

.feature tbody td+td+td+td a {
	color: #C30; 
	font-weight: bold;
	border-bottom: 0
}

.feature 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:#00FF00 /*#E63C1E*/
}

/*
.feature 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
}
*/

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

.feature tbody td{
   text-align: center;
   padding: 0px 0px 0px 0px;
   }
   
