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

#itsthetable table {
	color: #333333;
	font: .9em/1.2em "Trebuchet MS", Verdana, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin: 15px auto 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#itsthetable caption,th,td {
	border-left: 1 solid #CCCCCC;
	padding: 6px 6px 3px;
	border-right: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	border-top: 1px solid #CCCCCC;
}


#itsthetable caption,thead th,tfoot th,tfoot td {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: #43777F;
}
.tabletitle {
	background: #0369A0;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
.bottomtext {
	background: #E4E4E4;
	border-top: 1px solid #CCCCCC;
	color: #333333;
}

#itsthetable thead th {
	background-color: #C30;
	color: #FFFFCC;
	text-align: center;
}

#itsthetable tbody th {
	padding: 5px}

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

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

#itsthetable tbody tr:hover {
	background: #FFFF99;
	color: #000000;
}

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