/*Inicio da formatacao do css usado nas displaytags*/ table.Tabeladisplay { width: 100%; border: 0px solid #666; margin: 5px 0 5px 0 !important; font-family: Verdana; font-size: 11px; } th { font: normal 11px verdana; padding: 2px 4px 2px 4px !important; text-align: center; vertical-align: center; } /*Cabecalho*/ thead tr { background-color: #e1ecfb; color: #545454; } th.sorted { background-color: #DBDBE3; } th a,th a:visited { color: black; } th a:hover { text-decoration: underline; color: black; } th.sorted a,th.sortable a { background-position: right; display: block; width: 100%; } th.sortable a { /*background-image: url(/ouvidorsusstruts/resources/web/imagens/arrow_off.png);*/ } th.order1 a { /*background-image: url(/ouvidorsusstruts/resources/web/imagens/arrow_down.png);*/ } th.order2 a { /*background-image: url(/ouvidorsusstruts/resources/web/imagens/arrow_up.png);*/ } /*Linha com fundo claro*/ tr.odd { background-color: #f0f5f9; /*#fff*/ } /*Linha com fundo escuro*/ tr.tableRowEven,tr.even { background-color: #fbfdfe; } div.exportlinks { background-color: #eee; border: 1px solid #999; padding: 2px 4px 2px 4px; margin: 2px 0 10px 0; width: 100%; } span.export { padding: 0 4px 1px 20px; display: inline; cursor: pointer; } span.excel { background-image: url(/ouvidorsusstruts/resources/web/imagens/ico_file_excel.png); background-repeat: no-repeat; } span.csv { background-image: url(/ouvidorsusstruts/resources/web/imagens/ico_file_csv.png); background-repeat: no-repeat; } span.xml { background-image: url(/ouvidorsusstruts/resources/web/imagens/ico_file_xml.png); background-repeat: no-repeat; } span.pdf { background-image: url(/ouvidorsusstruts/resources/web/imagens/ico_file_pdf.png); background-repeat: no-repeat; } span.rtf { background-image: url(/ouvidorsusstruts/resources/web/imagens/ico_file_rtf.png); background-repeat: no-repeat; } span.pagebanner { background-color: #ffffff; border: 0px solid; padding: 2px 4px 2px 4px; width: 99%; margin-top: 5px; display: block; border-bottom: none; font: bold 10px verdana; color: #629cc4; } span.pagelinks { background-color: #ffffff; border: 0px solid; padding: 2px 4px 2px 4px; width: 99%; display: block; border-top: none; margin-bottom: 5px; font: 10px verdana; color: #629cc4; } span.pagelinks a:link, span.pagelinks a:visited { color: #629cc4; text-decoration:none; } span.pagelinks a:active, span.pagelinks a:hover { color:#F80; text-decoration:underline; } td.pagelinks { color: #629cc4; text-decoration:none; } td.pagelinks { color:#F80; text-decoration:underline; } /*fim da formatacao das displaytags*/