/*
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
*/

#tablep {
	color: #7F7F7F;
	font: 1.0em/1.2em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse;
}

#tablep, #tablep caption {
	margin: 0px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#tablep caption,#tablep th ,#tablep td {
	border: 0;
	padding: 7px;
	text-align:left;
}

#tablep caption,#tablep thead th{
	background-color: #fff;
	color: #336699;
	font-weight: bold;
	text-transform: uppercase;	
}

#tablep thead th{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
}

#tablep tfoot th,#tablep tfoot td {
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #CCC;
}

#tablep thead th {
	background-color: #f0f0f0;
	color: #3B3B3B;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#tablep tbody th {
	padding: 10px 10px
}

#tablep tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}

#tablep tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 10px dotted #E63C1E
}

#tablep tbody a:active,#tablep tbody a:hover,#tablep tbody a:focus,tbody a:visited {
	color: #666
}

#tablep tbody tr:hover {
	background-color: #EEE;
	color: #333
}

#tablep tbody tr:hover a {
	background-color: #FFF
}

#tablep tbody td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

#tablep tbody td+td a:active,#tablep tbody td+td a:hover,#tablep tbody td+td a:focus,#tablep tbody td+td a:visited {
	color: #E63C1E
}

#tablep tbody a:visited:after {
	font-family: Verdana,sans-serif;
	content: "\00A0\221A  ";
	color: #E63C1E;
}