.ui-widget-overlay
{
    background-color: black !important;
    opacity: 0.7 !important; 
}

.noTitle .ui-dialog-titlebar 
{
    display: none;
}

.ui-dialog .ui-dialog-content
{
    padding: 3px !important;
}

.ui-dialog h2
{
    border-bottom: 1px dashed black;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.divTableMenu button
{
    background-color: #F9F9F9;
    border-bottom-width: 0;
    border-radius: 0;
    display: block;
    height: 49px;
    margin: 0;
    width: 100%;
}

.reloadButton
{
    background-color: #A8C8FF !important;
}

.warningButton
{
    background-color: #FFA8A8 !important;
}

.divTableMenu button:first-child
{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.divTableMenu button:last-child
{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-width: 1px;
    height: 50px;
}

.dialog_buttons
{
    margin-top: 10px;
    text-align: right;
}