/* LiveSearch */

#keyword {
	display: block;
}

#LSResult {
      position: absolute;
      background-color: #aaa;
      width: 210px;
      margin: 1px 0px 2px 0px;
      padding: 0px;
}

#LSResult ul {
list-style-position:outside;
     margin-bottom: -5px;
     margin-top: 0px;
     padding-top: 0px;
     margin: 0px;
     padding: 0px;
}

.LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: white;
      border:  1px solid #AAA;
    }
#LSHighlight {
     color: #564b47;
     background-color: #ccc;
}

.LSResRight {
	color:navy;
}
.LSRes TABLE {
	cursor: default;
}
