﻿@charset "utf-8";
/* CSS Document */

a img {border:none;}

.abasHome, .abasHome * {
	padding: 0;
	}
.abasHome { 
	width: 100%;
	list-style: none;
	float:left;
	font-family:'DaxRegular';
	_font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	font-size:11px;
	text-align: center;
	background:#f8f8f8 url(../img/bg_grafico.gif) repeat-x bottom center;
	min-height:22px;
	text-transform:uppercase
	}
.abasHome li {float: left;}
.abasHome li a {
	display:block;
	text-decoration: none;
	color: #999999;
	border-left:1px #efefef solid;
	margin-right:10px;
	padding:3px 0 7px 10px;
	}
.abasHome li.abaMarcada a{
	color: #f37021;
	background: url(../img/seta_grafico.gif) no-repeat bottom center; 
	}


.tab-cotacao { width:290px; float:left; margin-top:5px; margin-left:10px; font-family:Arial, Helvetica, sans-serif }
.tab-cotacao tr th{ font-size:9px; color:#999999; font-weight:normal; padding:0 0 3px 5px; }
.tab-cotacao tr td { font-size:9px; color:#666666; border-top:1px #ccc solid; padding:3px 0 3px 5px;   }
.tab-cotacao tr td a{ color:#999}
.tab-cotacao tr td:first-child { font-size:11px; color:#666666;  }
.tab-cotacao .valor-up{ font-size:13px; color: #99CC33; font-weight:bold }
.tab-cotacao .valor-down { font-size:13px; color:#CC3300; font-weight:bold}