/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
  /* Turn off list bullets */
  ul.mktree  li { list-style: none; } 
  /* Control how "spaced out" the tree is */
  ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
  /* Provide space for our own "bullet" inside the LI */
  ul.mktree  li           .bullet { padding-left: 15px; }
  /* Show "bullets" in the links, depending on the class of the LI that the link's in */
  ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/minus.gif)  center left no-repeat; }
  ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/plus.gif)   center left no-repeat; }
  ul.mktree  li.liBullet  .bullet { cursor: default; background: none /*url(../images/bullet.gif) center left no-repeat*/; }
  /* Sublists are visible or not based on class of parent LI */
  ul.mktree  li.liOpen    ul { display: block; }
  ul.mktree  li.liClosed  ul { display: none; }
  /* folder line left * /
  ul.mktree ul { border-left: 1px solid black; } */
  /* Format menu items differently depending on what level of the tree they are in * /
  ul.mktree  li { font-size: 12pt; }
  ul.mktree  li ul li { font-size: 10pt; }
  ul.mktree  li ul li ul li { font-size: 8pt; }
  ul.mktree  li ul li ul li ul li { font-size: 6pt; } */
}

UL LI {
  list-style: none;
} 

DIV.treeNavi A {
  font-size: 9px;
  background-color: #AAA;
  color: white;
  padding: 2px 4px 2px 4px;
}

DIV.pager {
  text-align: center;
  background-color: #EEEEFF;
  padding: 4px;
  margin-top: 10px;
}

#dirQSearchTable{
  width: 192px;
/*  float: right;
  margin-bottom: 8px;*/
}
#dirQSearchTable TD{
  padding: 3 8 3 8;
  font-size: 11px;
}
#dirQSearchTable TD.whoisHeader{
  background-color: #3896CF;
  color: #FFFFFF;
}
#dirQSearchTable TD.whoisHeader B{
}
#dirQSearchTable TD.qsBody{
  background-color: #ECF3F7;
  color: #095AA5;
  vertical-align: bottom;
/*  font-size: 9px;*/
}
#dirQSearchTable TD.qsBody P{
  padding: 0;
  margin: 0 0 4 0;
}
#dirQSearchTable FORM{
  margin-bottom: 4px;
}
#dirQSearchTable INPUT.qsQuery{
  width: 130px;
  height: 18px;
  background-color: #E4EFF6;
  /*text-align: right;*/
  font-size: 10px;
  color: #007AC2;
/*  border-top: #FFFFFF solid 1px;
  border-bottom: #FFFFFF solid 1px;
  border-left: #FF5B14 solid 1px;*/
}

DIV.listItem {
  margin-bottom: 16px;
  background-color: #ECF3F7;
  padding: 8px;
}
DIV.listItem TABLE {
  height: 90px;
}
DIV.listItem TABLE TD {
  vertical-align: top;
}

