﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left:0px;
}

.dummyBkg
{
    width: 1px;
    height: 1px;
}

.modalPopup
{
    background-color: #C0C0FF;
    border-width: 1px;
    border-style: solid;
    border-color: #111111;
    padding: 3px;
    width: 250px;
    color: #000000 !important;
    font-size: 12px;
    font-family: Arial;
    
}

.dragPanel
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    cursor: move;
    color: black;
    border-bottom: gray 1px solid;
    background-color: #dddddd;
    padding: 4px;
}

.ErrorDragPanel
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    cursor: move;
    color: black;
    border-bottom: gray 1px solid;
    background-color: #ff7777;
    padding: 2px;
}

/*Popup Control*/
.popupControl
{
    background-color: White;
    position: absolute;
    visibility: hidden;
}

