#results table { 
  background: #ffffff;
  border-spacing: 0px 10px; 
  width:90%; 
  margin-left: auto;
  margin-right: auto; 
  margin-top:20px;
  margin-bottom:20px; 
}
#results  table th.lefttitle { 
  padding: 6px 6px; 
  padding-left:  20px; 
  text-align:left; 
  border: 0px solid #ffffff; 
  border-right: 1px solid #ffffff; 
  background: #555555; 
  color: #ffffff; 
}
#results  table th.righttitle { 
  padding: 6px 6px; 
  padding-left:  20px; 
  text-align:left; 
  border: 0px solid #ffffff; 
  border-left: 1px solid #ffffff; 
  background: #555555; 
  color: #ffffff; 
}
#results  table td.titleline { 
  font-size:150%; 
  color:#000000; 
  text-align:center; 
  font-weight:bold 
}
#results  table td.documentnumber { 
  font-size:100%; 
  color:#000000; 
  text-align:center; 
  vertical-align: bottom;
  font-weight:bold;
}
#results  table td.documentdate { 
  font-size:100%; 
  color:#000000; 
  text-align:center; 
  vertical-align: top;
  font-weight:normal;
}
#results  table td.contact { 
  font-size:90%; 
  color:#555555;
  text-align:left; 
  font-weight:normal; 
  font-style:italic;
}
#results  table th.reference { 
  padding: 6px 6px; 
  padding-left:  20px; 
  text-align:center; 
  border: 1px solid #e0e0e0; 
  background: #fafafa; 
  color: #000000; 
  font-size: 110%
}
#results  table td.legend { 
  padding: 6px 6px; 
  padding-left: 20px; 
  padding-right: 20px; 
  text-align:left; 
  border: 0px solid #e0e0e0; 
  border-left: 1px solid #e0e0e0; 
  border-top: 1px solid #e0e0e0; 
  border-bottom: 1px solid #e0e0e0; 
  text-align:left; 
  background: #f0f0f0 
}
#results  table td.figure { 
  padding: 6px 6px; 
  padding-left: 20px; 
  padding-right: 20px; 
  text-align:left; 
  border: 0px solid #e0e0e0; 
  border-right: 1px solid #e0e0e0; 
  border-top: 1px solid #e0e0e0; 
  border-bottom: 1px solid #e0e0e0; 
  text-align:center; 
  background: #f5f5fa 
}
#results  table td.auxfiguretitle { 
  padding: 6px 6px; 
  padding-left: 20px; 
  padding-right: 20px; 
  text-align:center; 
  font-weight:bold ;
  border: 0px solid #ffffff; 
  border-right: 1px solid #ffffff; 
  background: #555555; 
  color: #ffffff; 
}
#results  table td.maindocumenttitle { 
  padding: 6px 6px; 
  padding-left: 20px; 
  padding-right: 20px; 
  text-align:center; 
  font-weight:bold ;
  border: 0px solid #ffffff; 
  border-right: 1px solid #ffffff; 
  background: #f5f5fa; 
  color: #000000; 
}
#results div.legend { 
  vilibility:hidden; 
  line-height:200%; 
}
#results img { 
  width: 240px
}

#twTopBar img,
#twTopBar a,
#twTopBar a:hover {
    background-color: transparent;
}
      
.twTopMenuTab
{
    height: 22px;
    width: auto;
    color: #111111;
    background-image: url(https://twiki.cern.ch/twiki/pub/TWiki/TopMenuSkin/menu-gray-bg.png);
    background-repeat: repeat-x;
    overflow: hidden;
    white-space: nowrap;
}
.twTopMenuTab ul
{
    height: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.twTopMenuTab ul li
{
    float: left;
    font: 13px Tahoma, Arial;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}
.twTopMenuTab ul li a
{
    display: block;
    padding: 2px 8px 3px 8px;
    text-decoration: none;
    color: #111111;
}
.twTopMenuTab ul li a:hover
{
    background-image: url(https://twiki.cern.ch/twiki/pub/TWiki/TopMenuSkin/menu-reverse-bg.png);
    color: #111111;
    text-decoration: none;
}
.twTopMenuTab ul li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border-top: 1px solid white;
    color: #111111;
    z-index: 9000;
}
.twTopMenuTab ul li ul li
{
    float: none;
    display: inline;
}
.twTopMenuTab ul li ul li a
{
    width: auto;
    background-color: #F7F8F8;
    background-image: url(https://twiki.cern.ch/twiki/pub/TWiki/TopMenuSkin/menu-pulldown-bg.png);
    background-repeat: repeat-y;
    padding: 3px 8px;
}
.twTopMenuTab ul li ul li a:hover
{
    background-color: #AFB3C5;
    background-repeat: repeat;
}
