/*
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.styled {
	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse;
}

table.styled, .styled caption {
	margin: 0 auto;
}

 .styled caption, .styled th,td {
	border-left: 0;
	padding: 10px;
}

 .styled caption, .styled tfoot th, .styled tfoot td {
	background-color: #D1DCEE; /* #CEDEE6; */
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}

 .styled tfoot th a, .styled tfoot th a:visited, .styled tfoot td a, .styled tfoot td a:visited {
 	color:#222;	
	font-weight: normal;
	text-decoration:underline;
}

 .styled thead th {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	background-color: #c41414;
}

 .styled thead th.leftCorner {
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

 .styled thead th.rightCorner {
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

 .styled tfoot td.leftCornerB {
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}

 .styled tfoot td.rightCornerB {
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
}

 .styled tbody th {
	padding: 20px 10px;
}

 .styled tbody tr {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
 .styled tbody tr.odd {
	background-color: #F7F7F7;
	color: #666;
}

/*
 .styled tbody tr:hover, .styled tbody tr:hover div#cover {
	background-color: #EEE;
	color: #333;
}
*/