﻿.CompletionList {
    padding: 5px 0;
    margin: 2px 0 0;
    height: 500px;
    overflow: auto;
    position: absolute;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: White;
    cursor: pointer;
}

.CompletionListItem {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    font-size:20px;
}


.CompletionListHighlightedItem {
    color: #000000;
    padding: 3px 20px;
    text-decoration: none;
    background-color: lightgray;
    background-repeat: repeat-x;
    outline: 0;
    /*background-image: linear-gradient(to bottom, #0088cc, #0077b3);*/
    font-size: 20px;
}
.search {
    width:200px;
}