﻿.list__table_container
{
    width: 100%;
}

.list__table_container2
{
    width: 100%;
    border: 2px Solid #BC0300;
}

.list__table_container3
{
    width: 100%;
    border: 2px Solid #333333;
}

.list__tr_titolo
{
}

.list__td_titolo
{
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.list__titolo_label
{
}

.list__tr_tab
{
}

.list__td_tab
{
}

.list__tab_descrizione_label
{
    font-family: Verdana;
    font-size: small;
}

.list__tab_image_div
{
    border: 1px solid #333333;
    padding: 5px;
    margin: 5px 5px 5px 5px;
}

.list__tab_document_table
{
}

.list__tab_document_table_tr
{
}

.list__tab_document_table_tr_td a:link
{
     color: #BC0300;
    font-family: Verdana;
    font-size: small;     
}

.list__tab_document_table_tr_td a:visited
{
     color: #BC0300;
    font-family: Verdana;
    font-size: small;     
}

.list__tab_document_table_tr_td a:hover
{
     color: #BC0300;
     font-weight: bold;
    font-family: Verdana;
    font-size: small;     
}

.list_tab_document_label
{
}

.list_tab_document_label:hover
{
}

.list__insertdatetime_tr
{
}

.list__insertdatetime_td
{
    font-family: Verdana;
    font-size: x-small;
}

.list__separator_tr
{
}

.list__separator_td
{
}

.list__paging_tr
{
}

.list__paging_td
{    
    height: 50px;
    font-family: Verdana;
    font-size: small;
    text-align: right;
}


a.lk_Paging
{
    color: #BE0201;
}

a.lk_Paging:hover
{
    color: #BE0201;
    text-decoration: none;
}

.list__paging_label:hover
{
}


.list__tab .ajax__tab_header
{
    /*: A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
    border-bottom: 1px Solid #BE0201;
    font-family: Verdana;
    font-size: small;  
}
.list__tab .ajax__tab_outer
{
    /*An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes:.ajax__tab_inner*/
     padding: 5px 5px 5px 5px;
      
}
.list__tab .ajax__tab_inner
{
    /*An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */

}
.list__tab .ajax__tab_tab
{
    /*  An element of the tab that contains the text content. Child CSS classes:none.          Tutti i tab indipendemente se selezionati o meno     */ 
    margin:0; 
}
.list__tab .ajax__tab_body
{
    /*A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
    border-left: 1px solid #BE0201;
    border-right: 1px solid #BE0201;
    border-bottom: 1px solid #BE0201;
    border-top:0;
    min-height: 100px;
    width: 100%;
}
.list__tab .ajax__tab_hover
{
    /*This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
    background-color: #BE0201;
    color: White;
   
}
.list__tab .ajax__tab_active
{
    /*This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
    background-color: #BE0201;
    color: White;
}


div#list_image_container /* div che contiene ogni singola immagine. Utile per mettere un bordo alle immagini. {     border: 1px solid #333333;     padding: 5px;     margin: 5px 5px 5px 5px; } /*.Tabella_Principale {     width: 100%;     background-color: Red; } .Titolo_List {     font-family: Verdana;     color: #666666;     font-weight:bold; } .Cella_Tab { } .TabContainer {     height: 300px;     background-color: Green; } .TabPanel {     background-color: Green;     color: White; } .List_TestoDescrizione {     text-decoration: underline; } .FileDownloadLabel {     font-family: Verdana;     color: Red; } .FileDownloadLabel:hover {     font-family: Verdana;     color: Green; } .CustomTabStyle .ajax__tab_header {     font-family:verdana,tahoma,helvetica;     font-size:11px;     background-color: Aqua; } */
