﻿/* --------------------------*/
/* Style de la popup standard */
/* --------------------------*/

.ModalPopupBG
{
    filter: alpha(opacity=50);
    opacity: 0.7;
    position: absolute;
}

.AcroPopup
{
    border-style:solid;
    border-width:1px;
    background-color: #ffffff;
}

.PopupHeader
{
    padding: 4px;
    /*background: #444444;*/
    color: white;
    font-weight: bold;
    vertical-align: middle;
}

.PopupHeader a
{
    /*color: white;*/
    text-decoration: none;
}

.PopupBody
{
    padding: 4px;
}

.PopupControls
{
    padding: 4px;
    /*background: #666666;*/
    /*color: white;*/
    text-align: right;
    min-height: 14px;
}

.popupmargin {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.popupfixedbuttons {
    position: fixed;
    right: 12px;
    bottom: 12px;
}

.ui-widget-overlay
{
    background:none;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.ui-dialog {
    border-radius:0px;
    padding:0px;
    border-width:1px;
    border-style:solid;
}

.ui-dialog-titlebar, .ui-button {
    border-radius:0px;
}

.ui-dialog .ui-dialog-content {
    padding:0px;
    overflow:inherit;
}

.ui-widget-header {
    border:none;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
