.exo_cms_window_overlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #454545;
}

.exo_cms_window
{
    border: 1px solid #DFE8F4;
    background: #FFFFFF;
}

.exo_cms_window_titlebar
{
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #C4CBD5;
    height: 26px;
    background: transparent url(../../../images/colorthemes/default/widgets/window/images/window_fade_blue.gif) repeat-x;
}

.exo_cms_window_titlebar h3
{
    padding: 3px 3px 3px 7px;
    color: #006699;
    font-size: 14px;
    font-weight: 700;
    margin-right: 30px;
}

.exo_cms_window_titlebar.draggable_window h3
{
    padding-left: 25px;
    background: url(../../../images/colorthemes/default/widgets/window/images/draggable.gif) no-repeat 5px 4px transparent;
}

.window_close_icon
{
    float: left;
    display: block;
    margin: 1px 2px 0 5px;
    border: 0;
    width: 17px;
    height: 16px;
    background: transparent url(../../../images/colorthemes/default/sprite.png) no-repeat -1574px 0;
}

div.window_global_close_box
{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 5px;
}

.window_global_close_box button
{
    float: left;
    position: relative;
    top: 0;
    right: 2px;
    margin-left: 7px;
    border: 0;
    width: 18px;
    height: 16px;
    background: transparent url(../../../images/colorthemes/default/sprite.png) no-repeat -401px 0;
}

.window_global_close_box span
{
    float: left;
    color: #006699;
    font-size: 9px;
}

.bottombar
{
    margin: 10px 0 0;
    padding: 5px;
}

.exo_cms_window_dialog_content
{
    clear: both;
    padding: 11px 9px;
    background: #FFF;
}

.exo_cms_window_dialog_content .buttons
{
    clear: both;
    padding: 5px;
    text-align: center;
}

.exo_cms_window_dialog_content .buttons .button
{
    margin-right: 2px;
}

