.mostraDados {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE/ie-css3.htc);
}

#mostraDados {
	width:100%;
	margin:0 auto;
}

table.display thead th {
	padding:5px 0;
	color:#fff;
	border-bottom: 1px solid none;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

table.tablesorter, table.display {
	width:100%;
	font-family:arial;
	font-size: 8pt;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE/ie-css3.htc);
}

.theader {
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	behavior: url(PIE/ie-css3.htc);
}

.tfooterpag {
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	border-radius:0 0 8px 8px;
	behavior: url(PIE/ie-css3.htc);
}

.tfooter {
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	border-radius:0 0 8px 0;
	behavior: url(PIE/ie-css3.htc);
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 2px solid none;
	font-size: 8pt;
}

.hoverXXXX {
	border:2px solid none;
}

.notFoundMostra {
	font-weight:bold;
	padding:5px 0;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE/ie-css3.htc);
}

.bgbotaomostra {
	font-size:11px;
	font-weight:bold;
	padding:4px 0;
	cursor:pointer;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE/ie-css3.htc);
}

table.tablesorter thead tr .header {
	background-image: url(../imagens/pagination/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../imagens/pagination/asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../imagens/pagination/desc.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.pagination_bg_reload {
	width:16px;
	height:16px;
	background:url(../imagens/pagination/bg_reload.png) no-repeat;
	cursor:pointer;	
}

.pagination_bg_first {
	font-weight:bold;
	background:url(../imagens/pagination/bg_first.png) no-repeat;
	width:90%;
	height:16px;
	cursor:pointer;
	margin-top:4px;
}

.pagination_bg_prev {
	font-weight:bold;
	background:url(../imagens/pagination/bg_prev.png) no-repeat;
	width:90%;
	height:16px;
	cursor:pointer;
	margin-top:4px;
}

.pagination_bg_next {
	font-weight:bold;
	background:url(../imagens/pagination/bg_next.png) no-repeat;
	width:90%;
	height:16px;
	cursor:pointer;
	margin-top:4px;
}

.pagination_bg_last {
	font-weight:bold;
	background:url(../imagens/pagination/bg_last.png) no-repeat;
	width:90%;
	height:16px;
	cursor:pointer;
	margin-top:4px;
}
