table.intrAltView {
  width: 100%;
  border-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #cccccc;
}

.intrAltView th {
  vertical-align: top;
  background: #eeeeee;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}

.intrAltView td {
  vertical-align: top;
  padding: 4px;
}

.intrAltView hr {
  border: thin solid;
  border-color: #cccccc;
}

.intrAltViewActions {
  text-align: right;
}

table.outertable th {
  background-color: #eeeeee;
}

style_itemlist.css

#ItemsFirstLink {
    text-align: right;
    padding-right: 10px;
}

#ItemsFirstLink a {
    font-weight: bold;
    color:  #000677;
}

