
#grid{
  background: #FFF;
  border-collapse: collapse;
  margin: 0;
  margin-top: 1em;
  padding: 0;
  width: 100%;
}

#grid div,#grid td{
  font-family: Arial;
}

#grid td{
  border-bottom: 1px solid #EFEFEF;
  color: #000;
  padding: 2px 0px;
}

#grid TD.featureName{
  background: transparent;
  border-bottom: 1px solid #EFEFEF;
  font-weight: bold;
  padding: 1px 3px 1px 3px;
  width: 60%;
}

#grid TD.popupIcon{
  padding: 1px 4px;
  text-align: center;
}

#grid TD.popupIcon,#grid TD.featureName{
  background: transparent;
  border-bottom: 1px solid #EFEFEF;
}

#grid th{
  background: #ECECFE;
  border-bottom: 1px solid #FFF;
  color: #000;
  font-size: 15px;
  padding: 7px 0px;
  text-align: center;
}

#grid.featureName A{
  color: #000;
}

#grid.fullspan{
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

#grid.highlight{
  background: #FFEFB0;
  color: #FFF;
  font-weight: bold;
  margin: 2px;
}

#grid.spacer td{
  background: #FFF;
  height: 2em;
}

#td.term{
  background: #FFF;
  color: #000;
  margin-left: 5px;
  text-align: left;
}
table.report tr.even,#grid tr.alt,#grid tr.alt TD.popupIcon,#grid tr.alt TD.featureName{
  background: #efefef;
}

#grid tr:hover,#grid tr:hover TD.popupIcon,#grid tr:hover TD.featureName,#grid tr.alt:hover,#grid tr.alt:hover TD.popupIcon,#grid tr.alt:hover TD.featureName{
  background: #FFEFB0;
}

#grid.popupIcon A,#grid.popupIcon A:hover{
  text-decoration: none;
}

table.report a:hover{
  text-decoration: underline;
}
table.report{
  border-bottom: 1px solid #000040;
  border-left: 1px solid #000040;
  border-right: 1px solid #000040;
  border-top: 1px solid #000040;
}

table.report a{
  color: #00f;
  text-decoration: none;
}

table.report td, table.report td.rightalign{
  text-align: right;
}

table.report td.centeralign, div.c4{
  text-align: center;
}

table.report td.leftalign, div.c3{
  text-align: left;
}

table.report tr.odd{
  background: #fff;
}

table.report tr.tabletitle td{
  background: #FFB510;
  color: #000;
  font-weight: bold;
  padding: 4px;
  text-align: left;
}