.wins em {
    color: #6388A2;
    font-style: italic;
    margin-left: 15px;
}

.fixture_hidden {
    display: none;
}

.fixture_show {
    display: block;
}
tr.listalt {
    background-color: #eef6ef;
}
span.pedigree {
    font-size: 10px;
}
.display_off {
  display: none;
}	
.expand {
  cursor: pointer;
}
table.bidFormTable {
  font-size: 10px;
}
.bluebar {
  background-color: #a7a8a9;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 4px 0 4px 3px;
  border-top: 1px solid;
}
h2 {
  font-size: 14px;
}

table.tabs th{
    background-image: url("../images/fixtures/fixtures_table_top.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    height: 30px;
    text-align: center; 
}
td.bidcell {
    background-color: #4b7132;
    color: #fff;
    font-weight:bold;
    padding: 0 10px;
}
td.bidcell a {
    color: #fff;
}
div.fixture_show table {
    width: 100%;
}
div.fixture_show table th {
    text-align: left;
}
hr {
    border: 0;
    border-bottom: 1px dashed #a7a8a9;
}