/*
Theme: Leandro Pessoa
Author: Simple and Clean
URL: http://www.leandropessoa.com.br
Country: Brazil
*/
table {
	table-layout:auto;
	border: 1px solid silver;
	border-collapse: separate;
	border-spacing: 3px;
	empty-cells:show;
	margin: 0 0 20px 180px;
	width: auto;
}
#sidebar table {
	margin: 0 0 20px 0px;
}
table-row {
background-color: #CC0099; 
height: 20px;
}
caption{
	border-bottom:2px solid #666666;
	font-weight:bold;
	background-color: #DDDBCC;
	padding: 2px;
	font-size: .9em;
	color: black;
	margin: 20px 0 0 0;
}

th {
	font-weight: bold;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #FFEAAA;
	padding: 4px 10px 4px 10px;
	text-align: center;
	line-height: 1.1em;
	margin: 0;
	font-size: .8em;
	vertical-align: bottom;
    }   
td {
	vertical-align: top;
	padding: 4px;
	border: 1px solid silver;
	text-align: left;
	font-size: 0.75em;
	margin: 10px 0 0 0;
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    } 

td p {
	color: black;
	margin: 8px 0 0 0;
	font-size: 1.1em;
	line-height: 1.2em;
}

td strong {
	font-size: 1em; 
}
	
#wrapper td li {
	margin: 3px 0 0 -20px;
	list-style-type:circle;
	font-size: 1em;
	text-indent: 0em;
	line-height: 1.4em;
}
td.middle {
	vertical-align: middle;
	background-color:#D6EFFC;
	border: 1px solid silver;
    } 	
	
.center {
text-align: center;
}

/*thead th{
	text-align:center;
	color:#666666;
	border:1px solid #ffffff;
	background-color: #FFEAAA;
}



tbody th{font-weight:bold;}

tbody tr{
	text-align:left;
	background-color: #B3DDFF;
}

tbody tr.odd{background:#ffffff;border-top:1px solid #ffffff;}

tbody th a:link, tbody th a:visited{color:#666666;padding:0;}

tbody th a:hover{color:#009900;}

tbody tr td{
	border:1px solid silver;
	background-color: #F2F2EC;
}

tbody tr.odd td{background:#ffffff;border-top:1px solid #ffffff;}

table td a:link, table td a:visited{
	color:#CC3300;
	text-decoration:none;
	font-weight: bold;
}

table td a:hover{
	color:black;
	font-weight: bold;
	background-color: #EEE9D7;
	border-bottom: 1px solid #996633;
}


tfoot th, tfoot td{
	text-align:center;
	color:#666666;
	border:1px solid #ffffff;
	text-transform:uppercase;
	background-color: #B0DCFF;
}

*/

