/*
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: 04/04/2008 10:51 AM
*/

table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-collapse: collapse
}
td, tr {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table,caption {
	margin: 0 auto;

}

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

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

thead th {
	text-align: center
}

tbody th {
	padding: 20px 10px
}

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

tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}
 
tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #000000
}

tbody tr:hover {
	background-color: #EEE;
	color: #333;
	font-size: 10px;
}
tbody p, table, tr, td {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
tbody tr:hover a {
	background-color: #00CC66
}

tbody td+td+td+td a {
	color: #C30;
	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 td a[ {
	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
}

