/* COTAÇÕES */
#tb_quotes table{
	width:206px;
	height:96px;
}

#tb_quotes table td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#tb_quotes thead{
	font-weight:bold;
}

#tb_quotes .ativos{
	text-align:left;
	color:#6FBC20;
	width:54%;
}

#tb_quotes .valor{
	text-align:center;
	color:#999999;
	width:17%;
}

#tb_quotes .variacao{
	text-align:right;
	color:#999999;
	width:29%;
}

#tb_quotes .neutro{
	padding-right:11px;
	background:url(img/ico_neutro.gif) no-repeat right;
}

#tb_quotes .positivo{
	padding-right:11px;
	background:url(img/ico_positivo.gif) no-repeat right;
}

#tb_quotes .negativo{
	padding-right:11px;
	background:url(img/ico_negativo.gif) no-repeat right;
}

#tb_quotes tfoot{
	font-weight:bold;
	color:#999999;
	text-align:left;
}
/* COTAÇÕES */