*:focus { 
  outline: none;
}

a {
	color: #535353;
	text-decoration: none;
}

strong {
  font-weight: normal;
}
.darkblue {
  color: #1b3067;
}
span.icon-arrow {
  background: url("./images/icon-blue.gif") no-repeat scroll center 2px transparent;  
  height: 10px;
  line-height: 10px;
  padding-left: 10px;
}
.alteration-up {
  color: #216f2c;
}
span.alteration-up {
  background: url("./images/up.gif") no-repeat scroll center 2px transparent;
  height: 10px;
  line-height: 10px;
  padding-left: 10px;
}

.alteration-equal {
  color: #aaa;
}
span.alteration-equal {
  background: url("./images/equal.gif") no-repeat scroll center 2px transparent;
  height: 10px;
  line-height: 10px;
  margin: 0 0 0 3px;
  padding: 0 0 0 10px;
}
.alteration-down {
  color: #ad1525;
}
span.alteration-down {
  background: url("./images/down.gif") no-repeat scroll center 2px transparent;
  height: 10px;
  line-height: 10px;
  padding-left: 10px;
}
span.alteration-arrow {
  margin-left: 5px;
}
#wrapper {
  width: 100%; 
  font: 12px/18px Arial;
  color: #404040;
  overflow: hidden;
  background-color: #fff;
  /*border-bottom: 24px solid #B5B2B5;*/
  padding: 0;
  margin: 0;
  width: 201px;
  height: 113px;
}

.top-company-info {
  color: #000;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px 0 3px 10px;
}

div.top-table table {
  width: 100%;
}
.row1 td {
  line-height: 12px;
  padding-top: 8px;
  padding-bottom: 3px;
}
.row2 td {
  padding-bottom: 2px;
}
td.firstrow2 {
  border-bottom: 1px solid #cbd0d4;
}

/*.secondrow1 td {
  padding-top: 5px; 
}*/
.col1 {
  padding-left: 10px;
}
.col2 {
  padding-left: 5px;
  text-align: right;
}
.row2 .col2 {
  text-align: left;
}
.col3 {
  padding-left: 10px;
}
.col4 {
  padding-right: 10px;
  padding-left: 5px;
  text-align: right;
}

#info-footer {
  font: 10px/10px Arial;
  padding: 2px 0 2px;
}
#chart-info{
  padding: 0;
  font: 10px/10px Arial;
}