/* annotated gene page*/
/* annoGeneSummery*/
table.annoGeneSummery {
  background-color: #F7EEE1;
  width: 300px;
  border-spacing: 0px;
  border-bottom: 1px solid #999999;
}

table.annoGeneSummery tr {
}

table.annoGeneSummery td {
  padding: 4px;
  font-size: 0.9em;
}
table.annoGeneSummery td.header {
  font-weight: bold;
}

/* annoGene*/
table.annoGene{
 width: 100%;
  /*border-spacing: 0px;*/
  border: 1px solid #D6C1AE;
  margin-bottom: 5px;
}

table.annoGene td {
  line-height: 1.5em;
  padding-left: 8px;
}
table.annoGene td.header {
  font-weight: bold;
  font-size: 0.9em;
}

table.annoGene td.coriell{
  width: 500px;
  line-height: 1.6em;
}

table.annoGene td.coriell div {
  font-weight: bold;
  font-size: 0.9em;
  font-style: italic;
}

.annoGeneList {
  white-space: nowrap;
}
.annoGeneList ol {
  padding-left: 10px;
  padding-bottom: 10px;

}
.annoGeneList ol li {
  margin-bottom: 10px;
  margin-left: 10px;
}

.marginBottom40 {
  margin-bottom: 40px;
}

.arrowList {
  white-space: nowrap;
}
.arrowList ul {
  padding-left: 10px;
  padding-top: 10px;
  margin: 0px;

}
.arrowList ul li {
  list-style-type: square;
  list-style-image: url("/images/arrow_box.gif");
  margin-bottom: 10px;
  margin-left: 20px;

}

.arrowList ul li.header {
  text-align: left;
  list-style-type: none;
  list-style-image: none;
  font-weight: bold;
}

.arrowList ul li.Bg {
  text-align: left;
  background-color: #E0E7F8;
  padding-left: 3px;
  margin-bottom: 3px;
  margin-left: 20px;
}

.arrowList ul li.diff {
  text-align: left;
  background-color: #DDB898;
  padding-left: 3px;
  margin-top: 10px;
  margin-bottom: 3px;
  margin-left: 20px;
}

/*for wiki pages*/
table.confluenceTable{
  width: 100%;
  border: 1px solid #D6C1AE;
  margin-bottom: 5px;
}
table.confluenceTable th{
  width: 200px;
  padding: 4px;
  background-color: #e2e2e2;
}
table.confluenceTable td {
  line-height: 1.5em;
  padding-left: 8px;
  background-color: #e6eef8;
}

