﻿/**
    UserControl: BarraCategorie
    --------------------------- 
**/


/* Il contenitore dei controlli (padre div root)    */
#BarraCategorie_UserControl
{
        visibility:hidden;       
        position:absolute;
        top:10%;
        left:0%;
        width:17%;
        height:84%;  
}
#BarraCategorie_UserControl:hover
 {     }

#BarraCategorie_BackGround3Button
{
    position:absolute;
    top:0%;
    left:2%;
    width:97.2%;
    z-index:-1;
    height:2.5%;
    background-color:#3b5998;
}



/** ------------------------------
    GESTIONE PULSANTI
    ------------------------------ **/
    
/* La barra relativa alla lista dei fornitori*/
 


/** CELLA X GLI SCHEMI **/
#BarraCategorie_CellaHeaderSchemiECataloghi
{
    position:absolute;
    top:2.7%;
    left:1.5%;
    width:97%;
    height:18px;
    background-color:#ffffff; 
    cursor:pointer;  
}

/** QUI GESTISCE IL CONTENUTO PRINCIPALE OVVERO LA 
LISTA DELLE CATEGORIE**/
#BarraCategorie_IndiceCategorie
{
   position:absolute;
   top:6%;
   left:1.7%;
   width:96.8%;
   height:94%;
   background-color:#f6f6f6;
   color:#125A96;
   overflow:hidden;
   border:outset 1px #3b5998;
}

/* LA TABELLA CONTENENTE LA LISTA DELLE CATEGORIE*/
#BarraCategorie_TabellaCategorie
{
    
    width:100%;
}
/* UNA GENERICA CELLA DI IMMAGINE PER LA CATEGORIA */
.BarraCategorie_CellaImmagineCategorie
{
}

/* UNA GENERICA CELLA DI TESTO PER LA CATEGORIA */
.BarraCategorie_CellaTestoCategorie
{
    font-family:Tahoma;
    font-size:11px;
    padding:2px 2px 2px 5px;
    border:dotted 1px #b6b6b6;
}
.BarraCategorie_CellaTestoCategorie_B
{
    font-family:Tahoma;
    font-size:11px;
    color:#000000;  
}
.BarraCategorie_CellaTestoCategorie_B:hover
{
    
    color:#0000ff;  
}
/** Cella associata a un GMV nuovo (isNew) **/
.BarraCategorie_CellaTestoCategorie_isNew
{
    font-family:Tahoma;
    font-size:12px;
    color:#ff0000;
    font-weight:bold;
    padding:2px 2px 2px 5px;
}
.BarraCategorie_CellaTestoCategorie:hover
{
    font-family:Tahoma;
    font-size:11px;
    cursor:pointer;
    background-color:#cedeff;
   /** border:outset 1px #c6c6c6;**/
}


.BarraCategorie_CellaTestoCategorie_isNew:hover
{
    font-family:Tahoma;
    font-size:12px;
    cursor:pointer;
    background-color:#cedeff;
}
/* LO STILE DA APPLICARE ALLE IMMAGINI NELLA CELLA */
.BarraCategorie_ImmagineCategorie
{
    width:16px;
    height:16px;
    border:0;
}
/**    IL PULSANTE PER NASCONDERE LA BARRA**/
#BarraCategorie_NascondiBarra
{
  position:absolute;
    top:0.8%;
    left:93%;
    cursor:pointer;
}
/**
    IL PULSANTE PER VISAULIZZARE LA BARRA
**/
#BarraCategorie_RestoreBarraBtn
{
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    visibility:visible;
}



/** Il tastino NEW **/
#BarraCategorie_NewImage
{
    position:absolute;
    top:93.1%;
    left:82%;
    visibility:hidden;
}
