/* CSS Document */

#identity span, #identity a {
  background: url("../images/identity_screen.gif") no-repeat;
  width: 295px;
}
#identity a:hover {
}

#benchmark {
  width: 100%;
  padding: 0;
}
#benchmark .table_company {
  width: 150px;
}
#benchmark .table_location {
  width: 50px;
  padding: 0 10px;
}
#benchmark .table_rating {
  width: 320px;
}
#benchmark .table_cat {
  width: 30px;
  text-align: right;
}
#benchmark td a:link,
#benchmark td a:visited {
  font-weight: normal;
  color: #06C;
}
#benchmark td a:hover {
  border-bottom: 1px solid #06c;
  padding-bottom: 0;
}
#benchmark th,
#benchmark td {
  padding: 0.12em 0;
  vvertical-align: top;
}
#benchmark th {
  color: #333;
  text-align: left;
}
#benchmark .average td {
  color: #333;
  font-weight: bold;
}

#navigation .active a {
  background-image: url("../images/nav_li-active.gif");
  color: #000;
  font-weight: bold;
}
#navigation .active a:hover {
  background-image: url("../images/nav_li-active.gif");
}

#content ul {
  padding-left: 1.5em;
}

#benchmark td {
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
#benchmark .hlt td {
  background-color: #f5f5f5;
  color: #000;
  font-weight: bold;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
#benchmark .hlt td a {
  font-weight: bold;
}
