@charset "utf-8";^p
/* CSS Document */

//*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/
table {
border-spacing:1px;
background:#E7E7E7;
color:#666666;
width: auto;
}


caption{
	border:#666666;
	border-bottom:2px solid #666666;
	font-weight:bold;
	background-color: #CAD0DC;
	padding: 2px;
	margin-top: 20px;
	width: auto;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: .8em;
	text-align: left;
	padding: 0 3px 0 3px;
	overflow: auto;
	border: 1px solid silver;
	background-color: #F2F2EC;
}
th{
	font-size: 1em;
	color: #3E4E72;
	background-color:#ADB8BE;
	text-align: left;
	padding: 5px;
	}

thead th{
	text-align:center;
	color:#666666;
	border:1px solid #ffffff;
	text-transform:uppercase;
	background-color: #CAD0DC;
}

tbody th{font-weight:bold;}

tbody tr{
	text-align:left;
	background-color: #E0DEE3;
}

