@CHARSET "ISO-8859-1";


.tableHeader {
	background-color:#E9E9E9;
	text-align: left;
}
.tableBody {
	background-color:transparent;
}
.tableBodyBorderNone {
	background-color:transparent;
	border: none;
}
.tableBodyCenter {
	background-color:transparent;
	text-align: center;
}
.tableBodyColumnRight {
	text-align: right;
}
.tableBodyColumnLeft {
	text-align: left;
}
.tableBodyColumnCenter {
	text-align: center;
}

.estiloTabelas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 97%;
}

.divTabela{	
	overflow-x: auto;
	overflow-y: hidden;
	width: 985px;
	margin-bottom: 5px;
/*	overflow-x: auto;*/
/*	width: expression(document.body.clientWidth - 20);*/
}

.divTabelaScrollVertical{	
	overflow-x: auto;
	overflow-y: hidden;
	width: 985px;
	margin-bottom: 5px;
/*	overflow-x: auto;*/
/*	width: expression(document.body.clientWidth - 20);*/
}

