/**
 * POPUP CONTAINER STYLES
 */
#popupMask
{
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    filter: alpha(opacity=40);
    background-color: #333333;
    display: none;
}

#popupContainer
{
    position: absolute;
    z-index: 201;
    top: 0;
    left: 0;
    display: none;
    padding: 0;
    border: 1px solid #333;
    background-color: White;
}

#popupInner
{
    border: 1px solid black;
    background-color: white;
}

#popupFrame
{
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 202;
}

#popupTitleBar
{
    background: #63666A;
    background-color: #63666A;
    color: white;
    font-weight: bold;
    padding: 2px;
    height: 18px;
    font-size: 12px;
    border-bottom: 1px solid black;
    position: relative;
    z-index: 203;
    cursor: move;
}

#popupTitle
{
    float: left;
    font-size: 1.3em;
    padding-top:2px;
}

#popupControls
{
    float: right;
    cursor: pointer;
}

#downPopupControls
{
    float: right;
    cursor: pointer;
}

div.popupTitleBar
{
    background: #63666A;
    background-color: #63666A;
    color: white;
    font-weight: bold;
    padding: 2px;
    height: 18px;
    font-size: 12px;
    border-bottom: 1px solid black;
}

div.popupTitle
{
    float: left;
    font-size: 1.1em;
}

div.popupInner
{
    border: 1px solid black;
    background-color: white;
}

span.phone
{
    color: #EA6E34;
    font-weight: bold;
}

.DrugTestsList {
    height: 100%;
}

.UnreportedList {
    border: 0;
    overflow: auto;
}

.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-resizable-helper { position: absolute; z-index: 300; border: 1px dotted black; }