﻿/* jQuery UI Dialog @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */

.dialogo {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
    font-size: 0.8em;
}

.stampa {
    position: absolute;
    padding: .2em;
    width: 800px;
    overflow: hidden;
    font-family: Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
    font-size: 0.8em;
}
    .dialogo .BarraTitolo {
        padding: .5em 1em .3em;
        position: relative;
    }

    .dialogo .Titolo {
        float: left;
        margin: .1em 16px .2em 0;
    }

    .dialogo .Contenuto {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .dialogo .PannelloBottoni {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .dialogo .PannelloBottoni .Bottoni {
            float: right;
        }

        .dialogo .PannelloBottoni button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .dialogo .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.SfondoHeader {
    border: 1px solid #930000;
    /*background: #930000 url(/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
    background: #930000;
    color: #ffffff;
    font-weight: bold;
}

.SfondoContenuto {
    border: 1px solid #dddddd;
    /*background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;*/
    background: #eeeeee;
    color: #333333;
}

.Angoli {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.LayerBack {
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/back_dark.png) 50% 50% repeat;
    width:100%;
    height:100%;
    overflow: -x hidden;
    z-index:1003;   
}
