/*
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
*/

table.casablanca {
	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

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

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

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

.casablanca thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}

.casablanca tbody th {
	padding: 20px 10px
}

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

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

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

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

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

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

.casablanca tbody td+td+td+td a:active, .casablanca tbody td+td+td+td a:hover, .casablanca tbody td+td+td+td a:focus, .casablanca tbody td+td+td+td a:visited {
	color: #E63C1E
}
/*
.casablanca 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
}
*/
.casablanca tbody a:visited:after {
	font-family: Verdana,sans-serif;
	content: "\00A0\221A"
}