﻿body {
}
#gridview1 th {
    text-align: center;
}

#gridview1body tr td.select {
    background-color: lightgoldenrodyellow;
}

#droplist {
    position:absolute;
 border: thin solid #333;
 background-color:#eee;
}

#droplist {
    display:none;
    z-index:1000;
    padding-left: 10px;
    width: 350px;
}

#droplist li {
    list-style: none;
}

#droplist label {
    vertical-align: middle;
    padding-left: 4px;
}
