
.coord_sel {
  background-color: #D8AE3E;
}

.coord {
  background-color: #bfcbd7;
}

#matrix_table {
  position: static;
  margin: 10px 0 10px 10px;
  background-color: #888888;
  width: 750px;
}

#matrix_table th {
  position: static;
  border: 2px solid white;
  padding: 2px;
  color: black;
  font-size: 10px;
  font-weight: bold;
}

#matrix_table .helpImage {
  float: right;
  padding: 0;
  margin: 0 0 0 5px;
  border: 0;
}

#matrix_table th {
  text-align: left;
}

#matrix_table th h1 {
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0px 0px 3px 3px;
}

#matrix_table td {
  height: 96px;
  background: #fff;
  color: #666;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}

.helpPopup {
  background-color: #F5ECCF;
  border: 1px solid #554419;
}

.detailsContainer {
  background-color: #F5ECCF;
  border: 1px solid #554419;
  padding: 5px 5px 10px 10px;
  position: absolute;
}

.details {
  width: 410px;
}

.details td {
  font-size: 10px;
}

.details .rightDetails div.pt1 {
 text-align: right;
 padding-bottom: 25px;
}
.details .rightDetails div.pt2 img ,
.details .rightDetails div.pt3 img {
display: block;
margin-top: 5px;
margin-bottom: 10px;
}

.details td.leftDetails  {
 width: 205px;
}

#content .details h2 {
  margin: 0px;
  padding: 0px 0 5px 0;
  font-size: 12px;
  color: black;
}

#tableFooter {
  background-color: #26547D;
  height: 30px;
  margin-top: 0px;
  font-size: 11px;
  font-weight: bold;
}

#tableFooter div#instructionButton {
  background: #26547D url( "/commclgeu/common/includes/images/matrix/uk/tab_instructions.gif" ) no-repeat;
  height: 22px;
  width: 85px;
  margin: 0 0 0 10px;
  padding: 0;
}

#tableFooter div#instructionButton a {
  color: white;
}

#tableFooter div#instructionButton.on {
  background: #26547D url( "/commclgeu/common/includes/images/matrix/uk/tab_instructions_sel.gif" ) no-repeat;
}


#tableFooter div#instructionButton p {
  padding: 5px;
  margin: 0;
}


#instructions {
  position: absolute;
  left: 10px;
  top: 435px;
  margin: 10px;
  padding: 5px;
  background-color: #F5ECCF;
  color: black;
  width: 740px;
  display: none;
}
#instructions #closeInstructions {
text-align: right;
}

