
#wrapper { color:#fff; font: 11px/16px Arial,Helvetica,sans-serif; margin:0px; overflow:hidden; width:100%; background-color:#0076C3;  }

#chart {margin-top:-20px; position:relative; }
#chart img { position:absolute; top:0; bottom:0;  margin:auto; }

.alteration-up {
  background: url(images/up.png) no-repeat  left center ;
  padding:4px 0 5px 9px;
}

.alteration-equal {
   padding:4px 0 5px 9px;
}

.alteration-down {
  background: url(images/down.png) no-repeat  left center ;
   padding:4px 0 5px 9px;
}

.top-table table{
	width:100%;
}

.top-table table .row1 .col2 { 
	text-align:right;
}

.top-table table .row1 td {
	background-color:#009DE4;
	padding:2px 3px;
	font-weight:bold;
}

.top-table table .row2 td {
	padding:2px 3px;
}

.last_price{
	font-weight:bold;
}



#info-footer{
	font-size:10px;
	text-align:right;
	padding-right:20px;
	display:none;
}



