div.exportlinks {
    margin: -5px 0 10px 5px;
    padding: 2px 4px 2px 0;
    width: 100%;
}

div.exportlinks span {
    background-repeat: no-repeat;
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 0;
}

span.pagebanner {
    display: block;
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 0;
    color: #333333; 
    Font-Family:Arial, 
    Helvetica, sans-serif; 
    Font-Size: 11px ; 
    Line-height:14px; 
    text-decoration: none; 
    font-weight:normal;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -32px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 100%;
    color: #333333; 
    Font-Family:Arial, 
    Helvetica, sans-serif; 
    Font-Size: 11px ; 
    Line-height:14px; 
    text-decoration: none; 
    font-weight:bold;    
}

th.sorted a, th.sortable a {
    background-position: right;
    display: block;
}

.table th.order1 a {
    background-image: url(../imgs/icn_down.gif) !important;
}

.table th.order2 a {
    background-image: url(../imgs/icn_up.gif) !important;
}

.table th.sorted {
    background-color: #CCCCCC;
    color: #000000;
}

.table th.sorted a{
    background-position: left;
    background-repeat: no-repeat;
	padding-left: 15px;
    display: block;
}

.table th.sortable a {
    background-position: left;
    background-repeat: no-repeat;
	display: block;
}


.table tr.even {
    background: #fff;
    border-top: 1px solid #c0c0c0;
    color: #000000;
    height: 28px;
}

.table tr.odd {
    background: #E9E9E9;
    border-top: 1px solid #c0c0c0;
    color: #000000;
    height: 25px;
}

/* highlight .table row onmouseover */
.table tr.over, .table tr:hover {
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    color: #000000;
    cursor: pointer;
    background: #DFDFDF;
}

.display_tit_tabela {color: #333333; Font-Family:Arial, Helvetica, sans-serif; Font-Size: 11px ; Line-height:16px; text-decoration: none; font-weight:bold; background-color: #CCCCCC; height: 20px; text-align: left;}
.display_corpo_tabela {color: #333333; Font-Family:Arial, Helvetica, sans-serif; Font-Size: 11px ; Line-height:14px; text-decoration: none; font-weight:normal;} 
.display_corpo_tabela_img {width: 24px}

/* PAGINACAO PERSONALIZADA*/
div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #cccccc;
	background-color: #E9E9E9;	
	text-decoration: none; 
	color: #aaa;
	font-family: Verdana;
	font-size: 9px;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
	font-family: Verdana;
	font-size: 9px;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #B6B6B6;
	font-weight: bold;
	background-color: #ffffff;
	color: #666666;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}