
.window-overlay-popup {
    width: 920px;
    height: 100px;
}

.draggable-overlay-popup {
    position: absolute;
    border: 3px outset #AAAAAA;
}

.overlay-popup-inner-container {
    overflow: visible;
}

.overlay-popup-canvas {
    width: 100%;
    height: 100%;
    overflow: auto;
    /* order: 1px solid black; */
}

.overlay-popup-inner-canvas {
    padding: 5px 5px 5px 5px;
}

.overlay-popup-focused {
    background-color: #ECE8FF;
}

.overlay-popup-blurred {
	background-color: #ECE8FF;
}

.titlebar {
    width: 100%;
    height: 18px;
    position: relative;
    background-color: #E4DBF5;
    border-bottom: 1px dotted black;
    cursor: default;
    font-family: sans-serif;
    font-size: small;
    overflow: hidden;
}

.titlebar-focused {
    background: url( ../../images/et1/popup/overlay/draggable/dialog/modal/titlebar_light_gradient.png ) repeat-x;
    color: black;
}

.titlebar-blurred {
    background: url( ../../images/et1/popup/overlay/draggable/dialog/modal/titlebar_dark_gradient.png ) repeat-x;
    color: white;
}

.titlebar-icon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 2px 2px 2px;
}

.icon-image {
    background: url(../../images/et1/popup/overlay/draggable/dialog/modal/site/etrade_icon.png ) no-repeat;
}

.titlebar-title {
    float: left;
    margin: 1px 2px 2px 2px;
    overflow: hidden;
}

.titlebar-button-X {
    float: right;
    margin: 2px 2px 2px 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    background: url( ../../images/et1/popup/overlay/draggable/dialog/modal/X_button_up.png ) no-repeat;
}

.titlebar-button-X-mousedown {
    background: url( ../../images/et1/popup/overlay/draggable/dialog/modal/X_button_down.png ) no-repeat;
}

.resizeable {
    margin: 5px;
}

.transparent {
    position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
}
