* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: none;
	text-decoration: none;
	font: 10px Verdana, Arial;
}

.cinza {
	background: #dee7f2;
}

#box {
	width: 210px;
	height: 240px;
	border: 1px solid #97abc2;
	background: url("../images/bg.gif") repeat-x;
}

#box #header {
	width: 100%;
	height: 25px;
	background: #97abc2;
	color: black;
	margin-top: 05px;	
}

#box #header .separator{
	font-size: 11px;
	color: black;
	padding-left: 05px;
	padding-right: 05px;	
}

#box #header #menu{
	margin: auto;
	width: 170px;
	padding: 7px 0 0 0;
}

#box #header #menu li{
	float: left;
	margin: 0;
}

#box #header #menu li a{
	display: block;
	color: black;
}

#box #header #menu li a:hover{
	text-decoration: none;
	color: white;
}

#table {
	margin: 5px auto;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EEE;
	background: #FFF;
}

 #table #title {
	padding: 5px;
	background: #ffcc00;
	border-bottom: 1px solid #000;
}

#table #title td{
	padding: 3px 4px;
	font-weight: bold;
	font-size: 10px;
}

#table tr td{
	padding: 3px 0;
	font-size: 9px;
}

#table tr td a{	
	text-decoration: none;
	color: black;	
}

#table tr td a:hover{
	text-decoration: underline;
	color: green;
}

#bolsas{
	display: none;
	width: 210px;
	margin: auto;
}

#indices{
	display: none;
	width: 210px;
	margin: auto;
}

#grafico{
	display: none;
}

.inf{
	
}

#informations{
	margin: 04px;	
	padding-bottom: 15px;
	font-size: 08pt;
	font-weight: normal;
}

#imgGraph{
	width: 200px;
	height: 150px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#options{
	margin: auto;	
	text-align: center;
	background-color: #ffcc00;;
	width: 210px;
	height: 20px;
} 

#options a{	
	margin: 0;
	padding: 0;
	padding-top: 02px;	
	margin-left: 10px;	
	margin-right: 10px;	
	height: 22px;
	vertical-align: bottom;
	display: block;
	float: left;
	color: black;
	
}

#options a:hover{
	color: white;
	text-decoration: none;
}

#loader{
	padding: 75px 0 0 0;
	text-align: center;			
	display: none;	
}

#graphImage{	
	width: 215px;
	margin: auto;
	text-align: center;
}

#graphImage img{
	text-align: center;
}

#tableIndices {
	margin: 5px auto;
	clear: left;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #EEE;
	background: #FFF;
}

 #tableIndices #title {
	padding: 5px;
	background: #ffcc00;
	border-bottom: 1px solid #000;
}

#tableIndices #title td{
	padding: 3px 4px;
	font-weight: bold;
	font-size: 10px;
}

#tableIndices tr td{
	padding: 3px 4px;
	font-size: 9px;
}
