.dgWindow{
    font-family:Arial;
    font-size: 12px;
    border: 1px solid gray;
    padding: 5px;
    overflow: auto;
    position: absolute;
    display: none;
    top: 200px;
    left: 345px;
    font-size: 10px;
    width: 220px;
    height: 320px;
    background-color: rgb(208, 224, 255);
    color: black;
    z-index: 1001;
}

.dgWindowHead{
    padding: 2px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    color: rgb(64, 112, 255);
    background-color: rgb(176, 192, 238);
}

.dgWindowBody{
    font-size: 10px;
    padding: 3px;
    overflow: visible;
    background-color: rgb(176, 208, 255);
    height: 90%;
}

.dgWindowBody input{
    font-size: 10px;
}
