<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.listbox_cinza tr:hover{
	background-color: #CDD;
}



.listbox_cinza tfoot{
	color: #999;
	font-weight: bold;
}

.listbox_cinza tfoot a{
	color: blue;
}

.listbox_cinza td{
	
}

.listbox_cinza{
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #AAA;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : #AAA;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	background-color : #F5F5F5;
	font-size: 14px;
}

.listbox_cinza th{
	font-weight: bold;

	background-color: #9E9FA1;
	top:0px;	
	right:0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.listbox_cinza th{
	padding-right: 4px;
}

.listbox_cinza td, .listbox_cinza th{
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : #CCC;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCC;
	cursor: pointer;
}

.listbox_cinza td{
	padding: 0px 5px 0px 5px;
}

.listbox_cinza td &gt; a{
	text-decoration: none;
	color: #3D3DD9;
}

.listbox_cinza td &gt; a:hover{
	text-decoration: underline;
}</pre></body></html>