﻿.CompletionList
{
  font-size: 11px;
  margin: 0px !important;
  z-index: 10;
  list-style-type: none;
  width: 179px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #f0f0f0;
  cursor: pointer;
  color: #10b2f0;
  text-align: left;
  padding-left: 1px;
  max-height: 336px;
  overflow: auto;
}

.CompletionListItem, .CompletionListHighlightedItem
{
  border-top: 1px solid #dedede;
  background-color: #7A7A7A;
  padding: 2px;
  height: 20px;
  padding-top: 5px;
  padding-left: 7px;
  font-weight: bold;
  color: #ffffff;
}

.CompletionListHighlightedItem
{
  border-top: 1px solid #dedede;
  background-color: #10b2f0;
  color: #ffffff;
}

