/* tables */

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #eee;
}
table.tablesorter thead tr .header {
	background-image: url(imagens/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(imagens/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(imagens/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #ddd;
}


#txtNomeInst, #txtRazaoSocial {
    width:100%;
}

#txtSiglaInst {
    width:50%;
}

