﻿.tooltip
{
    background-color: #FFFFD0;
    color: #000000;
    display: block;
    position: absolute;
    z-index: 9999;
    padding: 2px 12px 3px 7px; 
    border: 1px solid black;
    font-size: 12px; 
}
.textbox
{
    color: #000000;
    width: 140px;
    height: 20px;
    border: #808080 1px solid; 
}
.dropdown
{
    background-color: #e1f4af; /*min-width:98px;*/
    min-height: 100px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid gray;
    font-size: 12px;
    width: 196px; 
}


.dropdown tr.selected
{
    background-color: #D0D0FF; /*border-top:1px solid gray;*/
    width: 180px;
}
.dropdown tr.unselected
{
    background-color: #FFFFFF; /*border-top:1px solid gray;*/
    width: 180px;
}

.dropdown tr
{
    background-color: #FFFFFF; /*border-top:1px solid gray;*/
    width: 180px;
}
.dropdown td
{
    width: 180px;
    height: 20px;
    text-align: left; 
}

.imagebutton
{ 
    background-image: url(../../images/multidropdown.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-bottom:4px;
}
