﻿

/* WINDOW NON MODIFICABILE */
.cssDivWin
    {
        width:auto;
        height:auto;
        position:absolute;
        padding-bottom:45px;
        overflow:hidden;
        filter:alpha(opacity=0); 
        opacity:.0;
        -moz-opacity:.0; 
    }
.cssDivWin_top_sx
    {
        height:15px;
        padding-left:15px;
        position:relative;
        left:0px;
        top:0px;
    }
.cssDivWin_top_dx
    {
        height:15px;
        padding-right:15px;
    }
    
.cssDivWin_top_center
    {
        height:15px;
    }
    
.cssDivWin_center_sx
    {
        padding-left:10px;
        height:100%;
    }
.cssDivWin_center_dx
    {
        padding-right:10px;
        height:100%;
    }
    
.cssDivWin_center_center
    {
        width:100%;
        height:100%;
        display:inline-block;
        overflow:hidden;
    }
    
.cssDivWin_bottom_sx
    {
        height:15px;
        padding-left:15px;
        position:relative;
    }

.cssDivWin_bottom_dx
    {
        text-align:right;
        height:15px;
        padding-right:15px;
    }

.cssDivWin_bottom_center
    {
        height:15px;
    }

.cssDivWin_titolo
    {
        height:40px;
        width:100%;
        display:inline-block;
    }
.cssDivWin_titolo_logo
    {
        float:right;
        /*width:49%;*/
        text-align:right;
    }
.cssDivWin_titolo_testo
    {
        float:left;
        /*width:49%;*/
        text-align:left;
    }
.cssDivWin_corpo_container
    {
        position:relative;
        overflow:hidden;
    }
.cssDivWin_corpo
    {
        display:inline-block;
        position:relative;
        top:0px;
    }
.cssDivWin_SpaziaturaCorpoPiede
    {
        height:15px;
        width:100%;
        display:inline-block;
    }
    
.cssDivWin_action_resizable
    {
        width:15px;
        height:15px;
        position:absolute;
        right:0px;
        bottom:0px;
    }
.cssDivWin_action_chiudi
    {
        width:15px;
        height:15px;
        position:absolute;
        right:0px;
        top:0px;
    }
.cssDivWin_action_ingrandisci
    {
        width:15px;
        height:15px;
        position:absolute;
        right:15px;
        top:0px;
    }    
.cssDivWin_action_riduci
    {
        width:15px;
        height:15px;
        position:absolute;
        right:30px;
        top:0px;
    }
.cssDivWin_action_resizeFont
    {
        font-weight:bold;
        font-size:12px;
        width:30px;
        height:15px;
        position:absolute;
        left:15px;
        bottom:0px;
        
    }
.cssDivWin_action_resizeFont_ingrandisci
    {
        width:15px;
        height:15px;
        float:left;
    }
.cssDivWin_action_resizeFont_riduci
    {
        width:15px;
        height:15px;
        float:left;
    }
.cssDivWin_sliderContainer
    {
        height:20px;
        width:20px;
        top:55px;
        right:-2px;
        
        position:absolute;
    }
    
.cssDivWin_sliderHandler
    {
        height:20px;
        width:10px;
        background-color:White;
        float:right;
    }

/* PERSONALIZZABILE */


/* 

COLORI e IMMAGINI WINDOW 



*/

.cssDivWin
{
    font-family:Verdana;
    font-size:10px;
}

.cssDivWin_titolo
{
    font-size:20px;
}

.cssDivWin_BackgroundColor
{
    background-color:#b2c800;
}
.cssDivWin_Color_Titolo
{
    color:#dae394;
}
/*
.cssDivWin_Angolo_sx_sup{background: url('../img/Win/sx_sup.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup{background: url('../img/Win/dx_sup.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf{background: url('../img/Win/sx_inf.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf{background: url('../img/Win/dx_inf.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image { background: url('../img/Win/riduci.gif') no-repeat center center; }

*/















/* VERDE */

.cssDivWin_BackgroundColor_Verde
{
    background-color:#b2c800;
}
.cssDivWin_Color_Titolo_Verde
{
    color:#6c8f26;
}
.cssDivWin_Angolo_sx_sup_Verde{background: url('../img/Win/sx_sup_verde.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Verde{background: url('../img/Win/dx_sup_verde.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Verde{background: url('../img/Win/sx_inf_verde.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Verde{background: url('../img/Win/dx_inf_verde.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_verde { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_verde { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_verde {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_verde { background: url('../img/Win/riduci.gif') no-repeat center center; }

/* CELESTE */

.cssDivWin_BackgroundColor_Celeste
{
    background-color:#009de0;
}
.cssDivWin_Color_Titolo_Celeste
{
    color:#005094;
}
.cssDivWin_Angolo_sx_sup_Celeste{background: url('../img/Win/sx_sup_celeste.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Celeste{background: url('../img/Win/dx_sup_celeste.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Celeste{background: url('../img/Win/sx_inf_celeste.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Celeste{background: url('../img/Win/dx_inf_celeste.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_celeste { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_celeste { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_celeste {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_celeste { background: url('../img/Win/riduci.gif') no-repeat center center; }

/* MAGENTA */

.cssDivWin_BackgroundColor_Magenta
{
    background-color:#e20079;
}
.cssDivWin_Color_Titolo_Magenta
{
    color:#950050;
}
.cssDivWin_Angolo_sx_sup_Magenta{background: url('../img/Win/sx_sup_magenta.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Magenta{background: url('../img/Win/dx_sup_magenta.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Magenta{background: url('../img/Win/sx_inf_magenta.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Magenta{background: url('../img/Win/dx_inf_magenta.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_magenta { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_magenta { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_magenta {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_magenta { background: url('../img/Win/riduci.gif') no-repeat center center; }

/* ARANCIO */

.cssDivWin_BackgroundColor_Arancio
{
    background-color:#ff8000;
}
.cssDivWin_Color_Titolo_Arancio
{
    color:#ad0000;
}
.cssDivWin_Angolo_sx_sup_Arancio{background: url('../img/Win/sx_sup_arancio.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Arancio{background: url('../img/Win/dx_sup_arancio.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Arancio{background: url('../img/Win/sx_inf_arancio.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Arancio{background: url('../img/Win/dx_inf_arancio.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_arancio { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_arancio { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_arancio {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_arancio { background: url('../img/Win/riduci.gif') no-repeat center center; }


/* VIOLA */

.cssDivWin_BackgroundColor_Viola
{
    background-color:#924c93;
}
.cssDivWin_Color_Titolo_Viola
{
    color:#671668;
}
.cssDivWin_Angolo_sx_sup_Viola{background: url('../img/Win/sx_sup_viola.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Viola{background: url('../img/Win/dx_sup_viola.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Viola{background: url('../img/Win/sx_inf_viola.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Viola{background: url('../img/Win/dx_inf_viola.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_viola { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_viola { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_viola {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_viola { background: url('../img/Win/riduci.gif') no-repeat center center; }

/* GRIGIO */

.cssDivWin_BackgroundColor_Grigio
{
    background-color:#4c4b4c;
}
.cssDivWin_Color_Titolo_Grigio
{
    font-size:9px;
    color:#ffffff;
}
.cssDivWin_Angolo_sx_sup_Grigio{background: url('../img/Win/sx_sup_grigio.gif') no-repeat 0 0;}
.cssDivWin_Angolo_dx_sup_Grigio{background: url('../img/Win/dx_sup_grigio.gif') no-repeat right 0;}
.cssDivWin_Angolo_sx_inf_Grigio{background: url('../img/Win/sx_inf_grigio.gif') no-repeat 0 bottom;}
.cssDivWin_Angolo_dx_inf_Grigio{background: url('../img/Win/dx_inf_grigio.gif') no-repeat right bottom;}

.cssDivWin_action_resizable_image_grigio { background: url('../img/Win/ridimensiona.gif') no-repeat center center; }
.cssDivWin_action_chiudi_image_grigio { background: url('../img/Win/chiudi.gif') no-repeat center center; }
.cssDivWin_action_ingrandisci_image_grigio {  background: url('../img/Win/ingrandisci.gif') no-repeat center center; }    
.cssDivWin_action_riduci_image_grigio { background: url('../img/Win/riduci.gif') no-repeat center center; }