

.xWin {
        display: block;
        position:absolute;

        border: 1px solid #000;
        background: #fff;

        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;

        z-index: 1000;
        display: none;
}



/* Barra del titolo. */
.xWin_tit {
        display: block;
        height: 17px;
        background: #069 url(xWin_title.jpg) center;
        overflow:hidden;
}
/* Testo della barra del titolo */
.xWin_tit span.xWin_title {
        display: block;
        color: #fff;
        padding-left: 4px;
        padding-top: 1px;
        font-weight:bold;
        overflow:hidden;
}

/* Definizioni per i bottoni azione nella barra del titolo */
.xWin_tit span.xWin_title_toScreen, .xWin_tit span.xWin_title_toBox, .xWin_tit span.xWin_title_close  {
        display:block;
        width: 17px;
        height: 17px;
        float:right;
}
.xWin_tit span.xWin_title_toScreen {         background: url(xWin_title_toScreen.gif) center no-repeat; }
.xWin_tit span.xWin_title_toBox {                background: url(xWin_title_toBox.gif) center no-repeat; }
.xWin_tit span.xWin_title_close {                background: url(xWin_title_close.gif) center no-repeat; }









/* Barra di stato. */
.xWin_sts {
        display: block;
        position:absolute;
        height: 14px;
        background: #ccc url(xWin_status.jpg) center no-repeat;
        font-size: 7pt;
        overflow:hidden;
}
/* Box per il ridimensionamento. */
.xWin_sts .xWin_resize {
        display:block;
        width: 13px;
        height: 13px;
        float:right;
        background: url(xWin_resize.gif);
}.xWin_resize:hover { cursor: nw-resize; }

/* Box dei contenuti. */
.xWin_cnt {
        display: block;
        position:absolute;
        overflow:auto;
}

/*aky*/