@charset "utf-8";
/*
 * Portal de Singulares
 *
 * Desenvolvido pela Unicred Central-RS
 * Autor...: Eduardo Nunes Cardozo
 * Contato.: eduardo@unicred-rs.com.br
 * Todos os direitos reservados 2007 a Unicred Central-RS
 *
 * Descricao
 * Arquivo de estilo com as formatações da sessão Taxas e Indicadores
 *
 */

table {
	width:300px;
	}
	
table th {
	background:url(/layout/taxa-th.gif) repeat-x;
	height:24px;
	}
	
table td {
	border-bottom:1px solid #EDEDED;
	height:18px;
	text-align:center;
	}
	
table tr:hover {
	background-color:#F8F8F8;
	cursor:pointer;
	}

#indicadores p {
	margin-bottom:5px;
	}

#indicadores ul li {
	background:url(/layout/bullet-dourado.gif) no-repeat;
	list-style:none;
	margin:0 15px 2px 0;
	padding-left:10px;
	}

#indicadores ul li a {
	color:#B6AD81;
	}

#indicadores ul li a:hover {
	color:#877c3d;
	text-decoration:underline;
	}
