/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {
	
	border-collapse: collapse;
	font: 100% "Verdana", Arial, Helvetica, sans-serif;
	background: transparent;
}
	
	td, th {
			
		padding: .2em;
	}
	
	caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;}

	/* =links
	----------------------------------------------- */
	
	table a {
		padding: 1px;
		text-decoration: none;
	/*	font-weight: bold;  */
		background: transparent;
		color: #4f82cb;
		}
	
	table a:link {
	/*	border-bottom: 1px dashed #ddd; */
		color: #0000CC;
	}
	table a:visited {
	/*	border-bottom: 1px dashed #ccc;  
		text-decoration: line-through;*/
		color: #0000CC;   
		}
	/*	
	table a:hover {
		border-bottom: 1px dashed #4f82cb ;
		color: #4f82cb;   

		}  */

/* =head =foot = cabeçalho
----------------------------------------------- */

thead th, tfoot th {
	border: 2px solid #000;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	background: transparent;
}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

	
.destaque{background:#FFFF99;color:#FF0000;}	
