.dojoTabContainer {
    background-position: top;
    position: relative;
}

.dojoTabPaneWrapper {
    /* border-top: 1px solid #6290d2; */
    background-color: White;
    /* border : 1px solid #eee; */
    _zoom: 1; /* force IE6 layout mode so top border doesnt disappear */
    display: block;
    clear: both;
}

.dojoTabLabels-top {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: visible;
    padding-left: 2px;
    margin-bottom: -1px;
    width: 100%;
    z-index: 2; /* so the bottom of the tab label will cover up the border of dojoTabPaneWrapper */
}

.dojoTabNoLayout.dojoTabLabels-top .dojoTab {
    margin-bottom: -1px;
    _margin-bottom: 0px; /* IE filter so top border lines up correctly */
}

.dojoTab {
    height: 23px;
    position: relative;
    display: block;
    float: left;
    padding-left: 10px;
    background: url(/themes/default/images/content_tab_left.png) no-repeat left top;
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: -1px;
    z-index: 3;
}

.dojoTab div {
    height: 23px;
    padding-right: 20px;
    padding-top: 5px;
    background: url(/themes/default/images/content_tab_right.png) repeat-x right top;
    color: #333;
}

.dojoTab .close {
    display: inline-block;
    height: 12px;
    width: 12px;
    padding: 0 12px 0 0;
    margin: 0 -5px 0 9px;
    cursor: default;
    font-size: 0px;
}

.dojoTab .closeImage {
    background: url(/themes/default/images/tab_close.gif) no-repeat right top;
}

.dojoTab .closeHover {
    background-image: url(/themes/default/images/tab_close_h.gif);
}

.dojoTab.current {
    background-image: url(/themes/default/images/content_tab_active_left.png);
}

.dojoTab.current div {
    background-image: url(/themes/default/images/content_tab_active_right.png);
}

.em3DynamicsImageSelected {
    outline: 1px dotted Black;
    cursor: pointer;
}

.em3DynamicsBlockSelected {
}

.em3DynamicsBlockHover {
}

.smartyNode {
    outline: 1px dotted RED !important;
    position: relative;
    overflow: hidden;
}

.overlayButtons {
    width: 100%;
    height: 16px;
    background-color: #eee;
    padding: 2px 0px 2px 0px;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    text-align: right;
    color: #000000;
}

.overlayButtons img {
    cursor: pointer;
    margin: 1px 2px 0px 0px;
}

.imagePreview {
    height: 340px;
    display: block;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/global/js/em/src/widget/templates/images/image-background.png');
    cursor: pointer;
    position: relative;
}

.imagePreview .click_overlay {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.imagePreview .click_overlay div {
    background-color: #ddd;
    border-radius: 30px;
    box-shadow: 0 0 10px;
    color: #888;
    font-size: 20px;
    font-weight: bold;
    margin: 80px auto;
    opacity: 0.8;
    padding: 10px;
    text-align: center;
    width: 400px;
}

.imagePreview:hover .click_overlay {
    display: block;
}

.blockImageBrowser {
    width: 200px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.blockImageDropTarget {
    width: 572px;
    height: 350px;
    margin: 0px auto;
}
