﻿.modalBackground
{
    background-color: Gray;
  
}

.dummyBkg
{
    width: 1px;
    height: 1px;
}

.modalPopup
{
    background-color: #cbcbd3;
    border-width: 1px;
    border-style: solid;
    border-color: #993333;
    padding: 0px;
    width: 250px;
    color: #000000 !important;
    font-size: 1em;
    z-index: 10;
    
}

.dragPanel
{
  /*  border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;*/
    cursor: move;
    color: black;
    border-bottom: #993333 1px solid;
    background:  url(images/topbk.jpg);
    padding: 4px;
    font-size: 1em;
    color: #660000;
}

.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;
}

