﻿body 
{
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
}
img 
{
	border: 0px;
}
form 
{
	margin: 0px;
}
.dvHeader 
{
	width: 700px;
	background-color: #2A6EBB;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 1px;
	height: 18px;
}
span#ticker 
{
	width: 240px;
	text-align: right;
	position: absolute;
	top: 3px;
	left: 470px;
}
div#tickerLeft
{
	background-color: #fff;
	float: left;
	width: 80px;
	color: #2a6ebb;
	border-right: 1px solid #2a6ebb;
	text-align: left;
	padding: 2px 5px;
	letter-spacing: -1px;
}
div#tickerRight
{
	background-color: #fff;
	float: left;
	width: 140px;
	color: #2a6ebb;
	text-align: center;
	padding: 2px;
}
table#premium 
{
	width: 710px;
	background-color: #f8f7f7;
	color: #828282;
	border-collapse: collapse;
}
table#premium td, table#premium th 
{
	text-align: left;
	padding: 4px 5px;
	border-bottom: 1px solid #fff;	
}
table#premium td+th
{
	border-left: 1px solid #fff;
}
table#premium th 
{
	width: 28%;	
}
table#premium td 
{
	width: 22%;	
}
.legenda 
{
	padding: 5px 0px;
	width: 710px;
	text-align: right;
	margin: 0px;
}

.legenda a 
{
	color: #828282;
	text-decoration: none;
}
.legenda a:hover 
{
	text-decoration: underline;	
}
.blueBold 
{
	color: #2a6ebb;
	font-weight: bold;	
}
.chartCommand 
{
	float: left;
	width: 33%;
	white-space: nowrap;
}
.chartCommand input 
{
	font-family: Verdana;
	font-size: 10px;
}
.chartCommand select 
{
	font-family: Verdana;
	font-size: 10px;
}
#dvChartImage 
{
	background-color: #f8f7f7;
	width: 710px;
	text-align: center;
}
#chartImage 
{
	border: 1px solid #828282;	
	margin: 10px auto;	
}
#credits 
{
	width: 710px;
	border-collapse: collapse;	
	margin-top: 5px;
}
#credits td 
{
	padding: 0px;
	vertical-align: bottom;	
}
