.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: hand; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 242px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
/*  position: absolute;*/
}

#suggest table
{
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  text-align:left;   
  margin: 0px
}

#suggest td
{
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  text-align:left;   
  margin: 0px
}

#suggest table
{
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  font-size: 9px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}