﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #333;
    font-family: Tahoma, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    text-transform: lowercase;
}

a, a:link, a:visited, a:hover, a:active
{
    color: #ffffff;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

textarea.text, input.text, select
{
    font-family: Tahoma, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border-width: 0px;
    border-bottom: 1px solid #a9a9a9;
    font-size: 1.2em;
}
textarea.text
{
    border: 1px solid #a9a9a9;
}
RadPicker input
{
    font-size: 1.2em;
}

td
{
    vertical-align: top;
}


a.LinkButton, a.LinkButton:link, a.LinkButton:visited, a.LinkButton:hover, a.LinkButton:active
{
    display: inline-block;
    
}
.LinkButton > * { display: block; border: 2px solid #ffffff; padding: 3px 0px 3px 0px; text-align: center; }
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 0px;
}

h1, .h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2, .h2
{
    font-size: 1.5em;
}

h3, .h3
{
    font-size: 1.2em;
}

h4, .h4
{
    font-size: 1.1em;
}

h5, h6,
.h5, .h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* BLOCKS   
----------------------------------------------------------*/
.clear
{
    clear: both;
}

/* TEXT
----------------------------------------------------------*/
.failure
{
    color: #ff0000;
}

/* LAYOUT
----------------------------------------------------------*/
.left 
{
    float: left;
}
.right
{
    float: right;
}
.page
{
    position: relative;
    margin: 0px 5px 0px 5px;
}
.header
{
    letter-spacing: .1em;
    vertical-align: middle;
    height: 35px;
    overflow: hidden;
}
.header img
{
    vertical-align: middle;
}
.headeritem, .headeritem2
{
    margin-top: 5px;
}
.headeritem
{
    float: left;
}
.headeritem2
{
    float: right;
}
.header .user
{
    margin-top: 0px;
    margin-left: 20px;
}
.header .menu
{
    margin-right: 30px;
}
.header .menuitem
{
    float: left;
    margin: 0px 10px 0px 10px;
}
.header .language
{
    font-size: .8em;
}
.header .item 
{
    float: left;
}
.header .item2 
{
    float: right;
}

.main
{
    margin: 0px 0px 0px 0px;
}

.pagetitle
{
    background-color: #990099;
    vertical-align: middle;
    overflow: visible;
    position: fixed;
    top: 0px;
    left: 5px;
    right: 5px;
    z-index: 1000;
    height: 35px;
}
.pageTitleLogo
{
    height: 35px;
    vertical-align: middle;
    padding: 0px 0px 0px 5px;
}
.pageTitleText
{
    height: 35px;
    vertical-align: middle;
    white-space: nowrap;
}
.pageTitleSearch
{
    height: 35px;
    vertical-align: middle;
    padding: 0px 5px 0px 25px;
}
.pageTitleContextMenu
{
    padding: 0px 5px 0px 20px;
    height: 35px;
    vertical-align: middle;
}
.search
{
    height: 35px;
}
.search input.text
{
    width: 300px;
    margin-left: 3px;
    margin-right: 3px;
}
.search td
{
    vertical-align: middle;
}
.tile .search
{
    width: 100%;
}
.tile .search input.text
{
    width: 100%;
}
.pagetitle select
{
    font-size:1em;
}
.pagetitle img
{
}
.pagetitle .h1
{
}
.pagetitle .label
{
    font-size: .9em;
}
.pagetitle .value
{
}
.contextMenu
{
    display: none;
}
.contextMenuItem
{
    display: block;
    font-size: 1.2em;
}
.contextMenuItemSeparator
{
    border-bottom: 2px solid #ffffff;
    width: 100%;
    font-size: 1pt;
}
.contextMenuItem img
{
}
.contextMenuItem span
{
    margin-left: 25px;
}

.contextMenuItem input,.contextMenuItem select
{
    font-size: 1em;
}
.schedulerNavigator
{
    width: 100%;
    font-size: 1.6em;
}
.schNavPP, .schNavP, .schNavN, .schNavNN
{
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
}
.schNavText
{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.label
{
    color: #a9a9a9;
}
.value
{
    empty-cells: hide;
    overflow: hidden;
    white-space: normal;
   
}
.value_multiline
{
    empty-cells: hide;
    overflow: hidden;
    white-space: pre ;
}
.objectitemheaderdata .value
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.smaller
{
    font-size: .8em;
} 
.smaller2
{
    font-size: .9em;
} 
.pagedata
{
    border: 2px solid #990099;
    background-color: #ffffff;
    padding: 3px 3px 3px 3px;
    color: #696969;
}
.pagedata .h1
{
    font-size: 1.8em;
}
.pagedata .content
{
}
.pagedata .content2,
.pagedata .content3
{
    float: right;
    margin-left: 20px;
    margin-right: 10px;
}
.pagedata .content2
{
    min-width: 20%;
}
.pagedata .label
{
    font-size: .95em;
    margin-top: 7px;
    white-space: nowrap;
}
.pagedata .content .label:first-child,
.pagedata .content2 .label:first-child,
.pagedata .content3 .label:first-child
{
    margin-top: 0px;
}
.pagedata .value
{
    font-size: 1em;
    text-align: justify;
    min-height: 15px;
}
.pagedata .value img
{
    margin-bottom: 8px;
}
.pagedata .button
{
    width:40px; 
    height:40px;
    background-color:#990099;
    float:left;
    text-align:center;
    color:White;
    margin-left:5px;
    padding: 0px 0px 0px 0px;
}
.pagedata a:first-child .button
{
    margin-left:0px;
}
.pagedata a, 
.pagedata a:link, 
.pagedata a:visited, 
.pagedata a:hover, 
.pagedata a:active
{
    color: #696969;
}
.objectsmenu
{
}
.objectsmenuitem
{
    width: 100%;
    margin: 5px 5px 5px 0px;
    padding: 0px;
    background-color: #0080C0;
    position: relative;
}
.objectsmenuitem2
{
    background-color: #FF8811 !important;
}
.objectsmenuitem .icon
{
}
.objectsmenuitem .icon img
{
    width: 100%;
    height: 100%;
}
.objectsmenuitem .caption
{
    position: absolute;
    top: auto;
}
.objectsmenuitem .counter
{
    position: absolute;
}
.filteritem
{
    width: 100%;
    background-color: #0080C0;
    empty-cells: show;
}
.tile
{
    width: 100%;
    background-color: #0080C0;
    empty-cells: show;
    cursor: pointer;
}
.tile2 .tile
{
    background-color: #FF8811 !important;
}
.tilecolor
{
    background-color: #0080C0 !important;
}
.tilecolor2
{
    background-color: #FF8811 !important;
}
.color2
{
    color: #FF9933 !important;
}
.tilecolor2 .color2
{
    color: #990099 !important;
}
.tilecolor2 .label
{
    color: #e9e9e9 !important;
}
.tile .icon
{
}
.tile .icon img
{
    width: 100%;
    height: 100%;
}
.tile .caption
{
    white-space: nowrap;
}
.tile .counter
{
}
.tile .tileContent
{
    width: 100%;
}
.tileSeparator
{
    zbackground-color: #FFFFFF;
}

.popup 
{
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
    border:2px solid #990099;
    background-color:white;
    color: #696969;
}
.popup a, 
.popup a:link, 
.popup a:visited, 
.popup a:hover, 
.popup a:active
{
    color: #696969;
}

.objectlist
{
    width: 100%;
}
.objectlistheader
{
    font-size: 1.2em;
    padding-bottom: 1px;
    border-bottom: 1px solid #FF9933;
}
.objectitemgroup
{
    margin-top: 25px;
}
.objectitem
{
    font-size: .95em;
    background-color: #444444;
    width: 100%;
}
.objectitemheader
{
    padding: 0px 0px 0px 5px;
    margin-left: 0px;
}
.objectitemheaderdata
{
    font-size: 1.5em;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.objectitemheaderbtn
{
    float: right;
    margin: 0px 3px 0px 5px;
}
.objectitemcontent
{
    margin: 0px 5px 5px 5px;
}
.objectitemactions
{
    margin: 0px 5px 5px 5px;
    display: none;
}
.objectitemseparator, .objectitemseparator2
{
    margin: 0px 0px 5px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.objectitemseparator
{
    border-bottom-color: #ffffff;
}
.objectitemseparator2
{
    border-bottom-color: #c9c9c9;
}
.objectitemcontent .maincontent
{
}
.objectitemcontent .secondarycontent
{
}
.objectitemcontent .secondarycontent .content2,
.objectitemcontent .secondarycontent .content3
{
    white-space: nowrap;
}
.objectitemcontent .secondarycontent .content2 .label,
.objectitemcontent .secondarycontent .content3 .label
{
    white-space: nowrap;
}
.objectitemcontent .secondarycontent .content2
{
}
.objectitemcontent .secondarycontent .content3
{
}
.objectitemcolumn, .objectitemcolumn2, .objectitemcolumn3
{
}
.objectitemcolumn2, .objectitemcolumn3
{
    white-space: nowrap;
}
.objectitemcolumn3
{
}
.objectitemcolumn2 .label, .objectitemcolumn3 .label
{
    white-space: nowrap;
}
table.objectitemdetailtable
{
}
table.objectitemdetailtable td
{
    vertical-align: top;
}
table.objectitemdetailtable tr td:first-child
{
}
.objectitem .label
{
    white-space: nowrap;
    margin-top: 7px;
}
.objectitem .maincontent .label:first-child,
.objectitem .content2 .label:first-child,
.objectitem .content3 .label:first-child
{
    margin-top: 0px;
}
.objectitem .value
{
    text-align: justify;
}
.objectlist .objectitem .button
{
    width:40px; 
    height:32px;
    background-color:#0080C0;
    float:left;
    text-align:center;
    color:White;
    margin-left:5px;
    padding: 0px 0px 0px 0px;
}
.objectlist .objectitem a:first-child .button
{
    margin-left:0px;
}


.objectslist
{
    background-color: #0080C0;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    height: 100%;
}
.objectslist .item
{
    background-color: #ffffff;
    margin: 5px 0px 5px 0px;
    color: #696969;
    padding: 5px;
    font-size: .95em;
}
.objectslist .item a, 
.objectslist .item a:link, 
.objectslist .item a:visited, 
.objectslist .item a:hover, 
.objectslist .item a:active
{
    color: #696969;
    text-decoration: none;
}

.objectslist .item .content
{
}
.objectslist .item .content2,
.objectslist .item .content3
{
    float: right;
    margin-left: 20px;
}
.objectslist .item .content2
{
    min-width: 20%;
}
.objectslist .item .label
{
    font-size: .95em;
    margin-top: 7px;
    white-space: nowrap;
}
.objectslist .item .content .label:first-child,
.objectslist .item .content2 .label:first-child,
.objectslist .item .content3 .label:first-child
{
    margin-top: 0px;
}
.objectslist .item .value
{
    font-size: 1em;
    text-align: justify;
    color: #696969;
    min-height: 15px;
}
.objectslist .item .value img
{
    margin-bottom: 8px;
}
.objectslist .item .button
{
    width:40px; 
    height:32px;
    background-color:#0080C0;
    float:left;
    text-align:center;
    color:White;
    margin-left:5px;
    padding: 0px 0px 0px 0px;
}
.objectslist .item a:first-child .button
{
    margin-left:0px;
}
.dataform
{
}
.dataformtitle
{
    background-color: #990099;
    padding: 3px 3px 3px 3px;
}
.dataformtitle .button
{
    float: right;
    padding: 3px 3px 3px 30px;
}
.dataformcontent
{
    padding: 10px 10px 10px 10px;
}
.dataform .label
{
    font-size: .95em;
    margin-top: 5px;
    white-space: nowrap;
}
.dataform .value textarea.text, 
.dataform .value input.text, 
.dataform .value select
{
    width: 100%;
    font-size: 1em;
}
.error
{
    color: #ff0000;
    font-size: 1.2em;
}
.dataformseparator
{
    font-size: 1.2em;
    border-bottom: 1px solid #c9c9c9;
}
.dataformarea
{
    margin-top: 20px;
}
.dataformbutton
{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #696969;
    padding: 3px 3px 3px 3px;
    text-align: center;
    font-weight: bold;
}
.listfilters
{
    width: 180px;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    background-color: #0080C0;
    position: relative;
}
.calendarmenu
{
    width: 220px;
    margin: 5px 5px 5px 0px;
    padding: 5px;
    background-color: #0080C0;
    position: relative;
}
.calendar
{
    margin: 5px 0px 5px 0px;
}
.expiredTask
{
    color: #f80000;
}
.nowrap
{
    white-space: nowrap;
}

.Ordinamento
{
    padding:2px;
    padding-bottom:5px;
}

.SocietaBarraSinistraSchedaDettaglioSceltaOggetto
{
    background-color:#990099;
    padding-top:15px;
    padding-left:8px;
    padding-bottom:10px;
}


.SceltaOggettoMenuDestra
{
    margin-top:15px;
}

.SceltaOggettoMenuDestra span
{
    margin-top:15px;
}
.ElencoCompleto
{
    background-color:#990099;   
    font
}

.TitoloFiltro
{
    padding-bottom:5px;
    padding-top:5px;
    font-size: 1.2em;
}
.TitoloTask
{
    font-style:italic;
    text-align:center;
    padding-bottom:5px;
    padding-top:5px;
}
.taskScaduta
{
     background-color:red;
     text-align:center;
  
}

.taskDivisore
{

     text-align:center;
 }

.task 
{

 background-color:green;
 text-align:center;

}
.taskdescrizione
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.taskproprietario
{
}

.sceltadettagliofiltri
{
    margin-left:8px;
}

.filtro
{
    font-size: 1.1em;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.dataform a, 
.dataform a:link, 
.dataform a:visited, 
.dataform a:hover, 
.dataform a:active
{
    color: #696969;
}


.TitoloGruppi
{
    padding-bottom:5px; 
    margin-top:5px;   
}

.Evidenza
{
    color: #990099;
}

.EvidenzaGrande
{
    color: #990099;
}

.EvidenzaGrande a:link
{
    color: #990099;
}

.Evidenza a:link
{
   color: #990099;
}

.EtichettaSchedaDettaglio
{
    float:left;
    width:110px;
    clear:left;
}

.EtichettaColonneRepeater
{
    width: 45px;
    float: left;
    text-align:right;
    padding-right: 2px;
}

.RigheColonneRepeater
{
    
}

.RigaSchedaDettaglio
{
    
}

.elencoCompleto2 
{

    border-style:solid;
    background-color:#990099;
    border-width:2px;
    border-color:#808080;
    float:right;
    width:200px;
    height:26px;
    text-align:center;

  }




.botonecalendario 
{
    text-decoration: none;
    color: White;
    background-color:#990099;
    margin-left:14px;
    margin-right:14px;
    border-style:solid;
    border-width:2px;
    border-color:white;
    text-align:center;

   
  }
.botonecalendario_sinistra 
{
    text-decoration: none;
    color: White;
    background-color:#990099;
    margin-left:10px;
    border-style:solid;
    border-width:2px;
    border-color:white;
    float:left;
   
  }
  
.botonecalendario_destra 
{
    text-decoration: none;
    color: White;
    background-color:#990099;
    margin-right:10px;
    border-style:solid;
    border-width:2px;
    border-color:white;
    float:right;
   
  }

.botoneSocietaIcona 
{
    text-align:center;
    width:32%;
    height:52px;
    float:left;
    border-style:double;
    border-color:#990099;
   
  }



/* NUOVA ATTIVITA/OPPORTUNITA
----------------------------------------------------------*/

.BarraLateraleNuovaAttivitaOpportunita
{
    float:left;
    border: thin solid Blue;
    width: 150px;
    height:680px;
    margin:0px;
    clear: none;
}

.FormNuovaAttivitaOpportunita
{
    border: thin solid Blue;
    float: left;
    height:680px;
    width: 770px;
    clear: none;
}



.SocietaNuovaAttivitaOpportunita
{
    border: thin solid Blue;
    height:165px;
    width: 770px
}


.ContattoNuovaAttivitaOpportunita
{
    border: thin solid Blue;
    height:165px;
    width: 770px
}

.RigaDettaglioSingoloRecordAttivitaOpportunita
{
     width: 770px;
     border: thin solid Red;
     height: 20px;
}

.DivEtichettaRigaDettaglioSingoloRecordAttivitaOpportunita
{
    width: 90px;
    border: thin solid Green;
    float:left;
}

.DivElementoRigaDettaglioSingoloRecordAttivitaOpportunita
{
    width: 250px;
    border: thin solid Yellow;
    float:left;
    clear:right;
}

.OggettoNuovaAttivitaOpportunita
{
    border: thin solid Blue;
    height:165px;
    width: 770px
}

.InterazioneNuovaAttivitaOpportunita
{
    border: thin solid Blue;
    height:165px;
    width: 770px
}

/* SCHEDA ELENCO OFFERTE
----------------------------------------------------------*/

.BarraSinistraElencoOfferte
{
    text-decoration: none;
    color: White;
    width: 220px;
    line-height: 18px;
    margin: 0;
    padding: 3px 3px 3px 10px;
    float: left;
    background-color: #666699;
    height:100%;
}
    
 .BarraSinistraElencoOfferte span
 {
     margin-bottom:10px;
 }
 
 .BarraSinistraElencoCalendario
{
    text-decoration: none;
    color: White;
    float:left;
    width: 220px;
    line-height: 18px;
    margin: 0;
    padding: 3px 3px 3px 3px;
    background-color: #666699;
    height:100%;
 }
    
 .BarraSinistraElencoCalendario span
 {
     margin-bottom:10px;
 }
 
    
 .divisorepanello 
 {
     background-color:white;
     width:105%;
     margin-left:-3px;
 }

.SingoloRecordRepeaterLista
{
    border-width: thin;
    border-color: #666699;
    float: left;
    color: #000000;
    width: 930px;
    padding-bottom: 2px;
    border-right-style: solid;
    border-left-style: solid;
}

.SingoloRecordRepeaterLista_bis
{
    border-width: thin;
    border-color: #666699;
    float: left;
    color: #000000;
    width: 930px;
    padding-bottom: 2px;
    border-right-style: solid;
    border-left-style: solid;
    background-color:  #BEBEE5;
}

.ColonnaUnoSingoloRecordRepeaterLista
{
    width: 260px;
    float: left;
}

.buttonnuovaopportunita
{
}
.RigaDettaglioSingoloRecordRepeaterLista
{
   float:left;
   height:25px;
}

.DivEtichettaRigaDettaglioSingoloRecordRepeaterLista
{
    
    width: 45px;
    float: left;
    color: #C0C0C0;
    text-align:right;
    padding-right: 2px;
}

.DivEtichettaRigaDettaglioSingoloRecordRepeaterLista_bis
{
    
    width: 45px;
    float: left;
    color: white;
    text-align:right;
    padding-right: 2px;
}

.DivElementoRigaDettaglioSingoloRecordRepeaterLista
{
    float: left;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    padding-left:2px;
}

.ColonnaDueSingoloRecordRepeaterLista
{
    width: 260px;
    float: left;
    color: #666666;
}

.ColonnaTreSingoloRecordRepeaterLista
{
    width: 380px;
    float: right;
    min-height:130px;
    padding-top:8px;
    padding-left:5px;
    background-color:#990099;
    /*overflow-y:scroll;*/
    overflow-x:hidden;
    color:White;
}

.DatiAziendaSingoloRecordRepeaterLista
{
    width: 370px;
    height:60px;
}

.DatiAziendaContattoSingoloCampoRepeaterLista
{
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 360px;
    height:18px;
    color:White;
}
.DatiContattoSingoloRecordRepeaterLista
{
    height:15px;
    width: 370px;
    padding-top:5px;
}

.ElementoEstesoSingoloRecordRepeaterLista
{
    float:left;
    width: 920px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom:20px;
}

.UltimaInterazione
{ 
    float:left;
    width: 730px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    style:italic;  
    padding-left:5px;
}

.UltimaInterazioneRiepilogoSocieta
{
    color: #666666;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 16px;
    tex-transform: capitalize;
}
.MaggioriDettagli
{
    float: right;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #990099;
}

.MaggioriDettagli a:link
{
    color: #990099;
}

.MaggioriDettagli a:hover
{
    color: #990099;
}

.MaggioriDettagli a:visited
{
    color: #990099;
}

.ElencoOfferteGriglia 
{
    display:block;
    float:right;
    width: 960px; 
    min-height: 650px;
    }
    

/* SCHEDA DI DETTAGLIO OFFERTA
----------------------------------------------------------*/

#SchedaDettaglioOggetto
{
    border-right-style: solid;
    border-right-color: #CCCCCC;
    width: 585px;
    height: 300px;
    color: #000000;
    margin-right: 15px;
    border-right-width: thin;
    margin-left:0;
    padding-top:5px;
    float:left;
}

#SchedaDettaglioWorkFlow
{
    border: thin dashed #808000;
    height: 200px;
    width: 585px;
    background-color: #660033;
}

.RigaDettaglioWorkFlow
{
    width:100%;
}

#TornaOfferte a:link
{
    text-decoration: underline;
    color: white;
}



#SchedaDettaglioOggettoSx
{
    width: 280px;
    height: 265px;
    float: left;
    border-left:5px;
    padding-left:5px;

    
} 

#SchedaDettaglioOggettoDx
{
    width: 280px;
    height: 200px;
    float: left;
}   

#SchedaDettaglioOggettoDx a:link
{
    color:#333399;
}
   
#SocietaContattiSchedaDettaglio
{
    width: 585px;
    height: 410px;
    margin-left:2px;
    float:left;
}

#SchedaDettaglioSocieta
{
    width: 455px;
    height: 150px;
    float: left;
    border-bottom: thin solid #CCCCCC;
    margin-bottom: 15px;
    border-bottom-color: #CCCCCC;
    background-color:#666699;
    padding-left:8px;
    padding-top:5px;
}

#SchedaDettaglioSocietaBarraPulsanti
{
    float:left;
    width:80px;
    height:155px;
    background-color:#990099;
    margin-left:5px;
}

.TitoloSchedaDettaglioOggetto
{
    width:530px;
    height:25px;
    background-color:#990099;
    text-align:center;
    color:White;
    margin-bottom:5px;
    padding-top:3px;
}

.RigaDettaglioInterazioneDocumento
{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 95%;
}

.RigaDettaglioInterazioneDocumento_bis
{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 95%;
    background-color:#BEBEE5;
}


#SchedaDettaglioSocietaBarraPulsanti a:link
{
    text-align:left;
    padding-left:4px;   
}

#SchedaDettaglioSocietaBarraPulsanti a:hover
{
    
    padding-left:6px;
    text-decoration:underline; 
    color: White;
}

.WorkFlowOfferta
{
    border-width: thin;
    border-color: #990099;
    width: 98%;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.WorkFlowOfferta_bis
{
    border-width: thin;
    border-color: #990099;
    width: 98%;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
}



.panel
{ 
    float:left;
    height:125px;
}  

.panel_bis
{ 
    float:left;
    height:125px;
    background-color:#BEBEE5;
} 

#SchedaDettaglioContatto
{
    border-bottom: thin solid #666699;
    height: 190px;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    overflow-y: scroll;
    overflow-x: hydden;
    width: 577px;
    border-left-color: #666699;
    border-left-width: thin;
    border-right-color: #666699;
    border-right-width: thin;
    border-top-color: #666699;
    border-top-width: thin;
}

.BarraSinistraSchedaDettaglio
{
    width: 200px;
    height: 330px;
    border: thin solid #CCCCCC;
    text-decoration: none;
    margin: 0;
    padding: 6px;
    background-color:#666699;
    float:left;
}

.BarraSinistraSchedaDettaglio a:hover
{
color:white;
}

.RigaDettaglio
{
    width: 285px;
    float:left;
    color: #808080;
}

.DivEtichettaDettaglio
{
    float:left;
    width:110px;
    color: #808080;
    clear:left;
}

.DivElementoDettaglio
{
    width:280px;
    float:left;
    height:18px;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    color: #000000;
}

.RigaDettaglioSocietaCollegata
{
    width: 500px;
    height: 20px;
    text-decoration: none;
    color: #000000;
}

.DivEtichettaDettaglioSocietaCollegata
{
    float: left;
    width: 120px;
    clear: none;
    color: #CCCCCC;
}

.DivElementoDettaglioSocietaCollegata
{
    width:400px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    color:White;
}

.RigaDettaglioContattoCollegato
{
    width: 545px;
    height: 24px;
    text-decoration: none;
    color: #000000;
}

.DivEtichettaDettaglioContattoCollegato
{
    float: left;
    width: 70px;
    color: #808080;
}

.DivElementoDettaglioContattoCollegato
{
    width: 330px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RigaDettaglioSocietaCollegata
{
    width: 450px;
    height: 35px;
    text-decoration: none;
    color: #000000;
}

.InterazioniDocumentiSchedaDettaglio
{
    width: 950px;
    min-height: 330px;
    overflow: auto;
    color: #000000;
    border-width: thin;
    border-color: #666699;
    float: left;
    padding-left: 5px;
    border-right-style: solid;
    border-left-style: solid;
}

.DivEtichettaDettaglioInterazioneDocumento
{
    float:left;
    width:45px;
    clear:none;
    color:#808080;  
    padding-bottom:5px;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.DivDettaglioInterazioneDocumento
{
    float:left;
    width:420px;
    clear:none;
    padding-bottom:5px;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.RigaDettaglioInterazioneDocumento a:visited
{
    color: #000000;
    
}

.RigaDettaglioInterazioneDocumento a:link
{
    color: #000000;
    
}

.RigaDettaglioInterazioneDocumento_bis a:visited
{
    color: #000000;
    
}

.RigaDettaglioInterazioneDocumento_bis a:link
{
    color: #000000;
    
}

.DivDettaglioInterazioneDocumentoLong
{
    float:left;
    width:90%;
    clear:none;
    padding-bottom:5px;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}


.DivDettaglioInterazioneDocumentoLong a:visited
{
    color: #000000;
    
}

.DivDettaglioInterazioneDocumentoLong a:link
{
    color: #000000;
    
}

.iconainterazioni
{
    float:left;
    margin-right:4px;
}

.DivElementoBreveDettaglioInterazioneDocumento
{
    width:85px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    padding-left:2px;
    
    padding-bottom:5px;
    padding-right:3px;
}

.DivElementoEstesoDettaglioInterazioneDocumento
{
    width:300px;
    float:left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.DivElementoDescrizioneDettaglioInterazioneDocumento
{
    width:100%;
    height:20px;
    float:left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    padding-top:4px;
    margin-bottom:7px;
    clear:right;
    font-style:italic;
}

.DivElementoDescrizioneDettaglioInterazioneDocumento a:link
{
    width:940px;
    height:20px;
    float:left;
    clear:right;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    padding-top:0px;
    color: #000000;
}


/* SCHEDA DI DETTAGLIO SOCIETA
----------------------------------------------------------*/

#SocietaSchedaDettaglioSocieta

{
    width: 98%; 
    height: 325px;
    }
.SocietaSchedaDettaglioSocietaRO

{
    width: 98%; 
    height: 325px;

    }
    
#SocietaDettaglioOggettoDueColonne
{
    width: 98%;
}

#SocietaDettaglioOggettoDueColonne_bis
{
    width: 98%;
    background-color:#BEBEE5;
}

.SocietaDettaglioOggettoDueColonneRiga
{
    width: 100%;
    float:left;
    height:18px;
    
}


.HeaderRepeater
{
    width: 100%;
    text-align: center;
    color: #000000;
    
}


.SocietaDettaglioOggettoDueColonneEtichetta
{
    width: 20%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}
.SocietaDettaglioOggettoDueColonneValoreIntero
{
    width: 79%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.SocietaDettaglioOggettoDueColonneValoreMeta
{
    width: 29%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#000000;
}


.SocietaDettaglioOggettoDueColonneEtichettaOfferta
{
    width: 16%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.SocietaDettaglioOggettoDueColonneValoreInteroOfferta
{
    width: 79%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.SocietaDettaglioOggettoDueColonneValoreMetaOfferta
{
    width: 31%;
    float:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#000000;
}






#SocietaDettaglioOggettoColonnaSingola1
{
    width: 98%;
    margin-left: 5px;
    height:auto;
    
}

#SocietaDettaglioOggettoColonnaSingola1_bis
{
    width: 98%;
    margin-left: 5px;
    height:auto;
    background-color:#BEBEE5;
}

#SocietaDettaglioOggettoColonnaSingola2
{
    width: 54%;
}


.SocietaSchedaSeparatoreRecord
{
    float:left;
    width: 100%;
}

.SocietaDettaglioOggettoColonnaSingola1Riga
{
    width:98%;
    float:left;
    height:18px;
}

.SocietaDettaglioOggettoColonnaSingola1Etichetta
{
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    color: #666666;
}

.singolacolonnainterazionidocumento2
{
    border-width: thin;
    border-color: #666699;
    width: 95%;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    padding-left:5px;
}

.singolacolonnainterazionidocumento2_bis
{
    border-width: thin;
    border-color: #666699;
    width: 95%;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    padding-left:5px;
    background-color:#BEBEE5;
}


.singolacolonnainterazionidocumento
{
    border-width: thin;
    border-color: #666699;
    width: 480px;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    padding-left:5px;
}

.singolacolonnainterazionidocumento_bis
{
    border-width: thin;
    border-color: #666699;
    width: 480px;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    padding-left:5px;
    background-color:#BEBEE5;
}

.segnalarescroll
{
    width: 100%;
    text-align: center;
    color: #666699;
    padding-top: 10px;
    float: left;
    padding-bottom: 10px;
}

.segnalarescroll a:link
{
    color:#333399;
}

.ModificaInterazione
{
    width:10%;
    float:left;
}

.ModificaInterazione a:link
{
    color:#333399;
}

.linkintdoc a:link
{
    margin-top: 15px;
    color: #990099;
    background-color:white;
    border-style:solid;
    border-width:1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.linkintdoc a:visited
{
    margin-top: 15px;
    color: #990099;
}


.linkintdoc_bis a:link
{
     margin-top: 15px;
    color: #990099;
    background-color:white;
    border-style:solid;
    border-width:1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.linkintdoc_bis a:visited
{
    margin-top: 15px;
    color: #990099;
}


.SocietaDettaglioOggettoOggettoColonnaSingolaValore
{
    width: 69%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: inherit;
}

#SocietaSchedaDettaglioSocietaSx
{
    width: 60%;
    height: 98%;
    float: left;
    color: #990099;
    background-color: #666699;
    padding-left: 5px;
    border-right-style: solid;
    border-right-width: thick;
    padding-top:5px;
} 

.NuovaInterazione
{
    float:right;
    margin-top:20px;
    margin-right:20px;
}

.SocietaSchedaDettaglioSocietaDx
{
    width: 35%;
    height: 90%;
    float: left;
    padding-left: 5px;
} 

.Dettagli
{
    margin:auto;
    color:Black;
    
    text-align:center;
    
}  

.SocietaRigaDoppiaDettaglioSocieta
{
    float:left;
    width:98%;
    min-height:40px;
}   

.SocietaRigaDettaglioSocieta
{
    float:left;
    width:98%;
    min-height:18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }   


.SocietaDivEtichettaDettaglioSocieta
{
    min-width: 80%;
    float: left;
    clear: right;
    
    color: #CCCCCC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SocietaDivEtichettaDettaglioSocietaIndirizzo
{
    width: 80%;
    float: left;
    clear: right;
    
    color: #CCCCCC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SocietaDivEtichettaBreveDettaglioSocieta
{
    width:25%;
    height:25px;
    float:left;
    clear:right;
    
    color: #CCCCCC;
}

.SocietaDivElementoBreveDettaglioSocieta
{
    width:74%;
    float:left;
    height: 25px;
    
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SocietaDivElementoDettaglioSocieta
{
    width:90%;
    float:left;
    height: 25px;
    
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SocietaDivElementoDettaglioSocietaIndirizzo
{
    width:70%;
    float:left;
    height: 25px;
    
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SocietaDivElementoDettaglioSocieta_Soldi
{
    width:95%;
    float:left;
    height: 25px;
    
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.SocietaDivElementoDettaglioSocietaMappa
{
    width:99%;
    float:left;
    height: 30px;
    
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campoevidenza
{
    
    
}

.campoevidenzaviola
{
    
    
    color:#990099;
}

#SocietaSchedaDettaglioContatto
{
    width: 100%;
    height: 329px;
    /*overflow-y: scroll;*/
    overflow-x: hydden;
}

.SocietaSchedaDettaglioContattoRO
{
    width: 100%;
    height: 329px;
    /*overflow-y: scroll;*/
    overflow-x: hydden;
}

#BarraeOggetti
{
    width:59%;
    float:left;
}
.BarraeOggettiRO
{
    width:59%;
    float:left;
}

#SocietaeContatto
{
    width:40%;
    float:left;
}
.SocietaeContattoRO
{
    width:40%;
    float:left;
}

.titolocontatti
{
    width:99%;
    height:25px;
    background-color:#990099;
    
    text-align:center;
    color:White;
    
    margin-bottom:10px;
    padding-top:3px;
}

.titolooggettilista
{
    width:100%;
    height:25px;
    background-color:#666699;
    
    text-align:center;
    color:White;
    
    margin-bottom:10px;
    padding-top:3px;
}

.SocietaDettaglioContattiScheda
{
    width: 50%;
    float: left;
    border-color: #990099;
    border-width: thin;
    border-style: solid;
    margin-bottom: 15px;
    background-color:#990099;
    padding-left:5px;
    padding-top:3px;
}

.SocietaDettaglioContattiNumeri
{
    border: thin solid #990099;
    border-left:0px;
    width: 45%;
    float: left;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 3px;
}

.RigaSocietaDettaglioContatti
{
    width:100%;
    height: 17px; 
}

.RigaSocietaDettaglioContattiNome
{
    width:100%;
    height: 28px; 
}


.EtichettaSocietaDettaglioContatti
{
    width: 45px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #CCCCCC;
    
}

.EtichettaSocietaDettaglioContattiNumeri
{
    width: 29%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}


.ValoreSocietaDettaglioContatti
{
    color:white;
    height:15px;
    width: 175px; 
    float: left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.ValoreSocietaDettaglioContattiNome
{
    color:white;
    width: 80%; 
    
    
    text-align:center;
    float: left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.ValoreSocietaDettaglioContattiNomeRO
{
    color:white;
    width: 99%; 
    
    
    text-align:center;
    float: left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.campoevidenzacontatti
{
    
    
    height:20px;
}

.ValoreSocietaDettaglioContattiNumeri
{
    color:#990099;
    height:15px;
    width: 70%; 
    float: left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.ValoreSocietaDettaglioContattiNumeriGrandi
{
    color:#990099;
    height:15px;
    
    width: 135px; 
    float: left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
}

.SocietaBarraSinistraSchedaDettaglio
{
    width: 30%; 
    min-height: 660px;
    float:left;
    margin:0,0,0,10px;
    background-color: #666699;
    color:White;
}

.SchedaSocietaSceltaOggettoMenuSinistra
{
    color:#FFFFFF;
}


.SchedaSocietaSceltaOggettoMenuSinistra a:link
{
    
    color: #FFFFFF;
    padding-top: 10px;
    margin-bottom: 10px;
    
    padding-bottom: 10px;
}

.SchedaSocietaSceltaOggettoMenuSinistra a:hover
{
    
    color:white;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left:15px;
}



.SocietaSchedaDettaglioOggetti
{
    width: 68%; 
    height: 620px; 
    float: left;
    /*overflow-y:scroll;*/
    overflow-x:hydden;
    padding-left:10px;
}

.SocietaSchedaDettaglioOggettiCol1
{
    width: 260px; 
    height: 295px; 
    float: left;
    border: thin solid Blue;
}

.SocietaSchedaDettaglioOggettiCol2
{
    width: 260px; 
    height: 295px; 
    float: left;
    border: thin solid Blue;
}

.SocietaSchedaDettaglioOggettiCol3
{
    width: 260px; 
    height: 295px; 
    float: left;
    border: thin solid Blue;
}


.RigaSocietaDettaglioOggettiCol1
{
    width: auto;
    height: 15px;
    
    text-decoration: none;
    border: thin solid Red;
    float:left;
}

.RigaSocietaDettaglioOggettiCol2
{
    width: auto;
    height: 15px;
    
    text-decoration: none;
    border: thin solid Red;
    float:left;
}

.RigaSocietaDettaglioOggettiCol3
{
    width: auto;
    height: 15px;
    
    text-decoration: none;
    border: thin solid Red;
    float:left;
}

.EtichettaSocietaDettaglioOggettiCol1
{
    float:left;
    width:100px;
    clear:none;
    border: thin solid Yellow;
}

.ValoreSocietaDettaglioOggettiCol1
{
    width:280px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Yellow;
}

.EtichettaSocietaDettaglioOggettiCol2
{
    float:left;
    width:100px;
    clear:none;
    border: thin solid Yellow;
}

.ValoreSocietaDettaglioOggettiCol2
{
    width:280px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Yellow;
}

.EtichettaSocietaDettaglioOggettiCol3
{
    float:left;
    width:75px;
    clear:none;
    border: thin solid Yellow;
}

.ValoreSocietaDettaglioOggettiCol3
{
    width:180px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Yellow;
}

.SocietaDivEtichettaDettaglioContattoCollegato
{
    float:left;
    width:75px;
    border: thin solid Blue;
}

.SocietaDivElementoDettaglioContattoCollegato
{
    width:200px;
    float:left;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Blue;
}

.SocietaDivEtichettaOggettiSchedaDettaglio
{
    float:left;
    width:45px;
    clear:none;
    border: thin solid Blue;
}

.SocietaDivElementoBreveOggettiSchedaDettaglio
{
    width:70px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Blue;
}

.SocietaDivElementoEstesoOggettiSchedaDettaglio
{
    width:200px;
    float:left;
    clear:none;
    white-space: nowrap;
	overflow: hidden;
    text-overflow:ellipsis;
    border: thin solid Blue;
}

.SocietaDivElementoDescrizioneOggettiSchedaDettaglio
{
    width:775px;
    float:left;
    clear:right;
    white-space: nowrap;
	overflow: hidden;
	height:15px;
    text-overflow:ellipsis;
    border: thin solid Blue;
    
}




/*TODO
----------------------------------------------------------*/

.BloccoFiltriTODO
{
    padding-top:10px;
    margin-top:10px;
    margin-bottom:10px;
    background-color: #990099;
}

.BloccoFiltriTODO span
{
    color:White;
    
    margin-left:10px;
}

.BloccoOggettiScadenza
{
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #666699;
    color: #FFFFFF;
    
}

.BloccoOggettiScadenza span
{
    color:White;
    
    margin-left:10px;
}

.BloccoAppuntamenti
{
    width:100%;
    height:35px;
    background-color: #990099;    
    
    color: #FFFFFF;
    text-align:center;
    
    padding-top:8px;
    margin-bottom:12px;
}


.barraSinistraTODO
{
   float:left;
   width:250px;
   padding-left:5px;
   min-height:610px;
}

.barraSinistraTODO a:link
{
    color: #990099;
    
}

.btnPanelAssocia{
    text-align:center;
    width:90px;
    height:30px;
}

.RicercaSocieta
{
    padding-top:10px;
    margin-top:15px;
    width: 100%;
    background-color: #666699;
    min-height:70px;
    margin-bottom:30px;
}

.RicercaSocieta span
{
    color:White;
    
    margin-left:10px
}

.Scaduti
{
    width:99%;
}

.OggettoScaduto
{
    width:99%;
}

.Dettaglio
{
    width:99%;
}

.Societa
{
    width:99%;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    text-decoration:none;
}

.filtroattivo
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    
    color: #990099;
    margin-top:-15px;
    padding:0;
}

.barraSinistra strong 
{
    
    }

.filtroSelezionato
{
    width: 180px;
    line-height: 16px;
    color: Blue;
    background-color: #EEEEEE;
    padding: 3px 0px 3px 3px;
    
}
    


.tendina 
{
    z-index:100;
    float:left;
    }

.linkOfferta:hover
{
    background-color:Red;
    }    

.linkOfferta div 
{
    background:trasparent;
    }
   

 
 .barraSinistraOfferta 
 {
    text-decoration: none; 
    color: Black;
    width:550px;
    height:26px;
    line-height:20px;
    margin:0;
    padding:3px;
}
 
.Etichetta
{
    color: #C0C0C0;
    
}

.Etichetta_Rosa
{
    color: #990099;
    
}

.EtichettaDettaglio
{
    color: #666666;
    
}



.EtichettaElementoEsteso
{
    color: #808080;
    
    
    font-family: Arial, Helvetica, sans-serif;
}

.ElementoEsteso
{
    float:left;
    clear:left;
    
    
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
}



.MaggioriInformazioni
{
    float:left;
    width:125px;
    
    text-decoration:none;
    color:#990099;
}



.DatoEvidenza
{
    color: #990099;
    
    
}



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 1em;
    border: 1px solid #ccc;
    margin-left:15px;
    width: 541px;
    margin-right: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    width: 314px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}



legend 
{
    
    
    padding: 2px 4px 8px 4px;
    margin-left:15px;
    
}

.LoginLabel
{
  
    Height:20px; 
    Width:300px;
    
    
}

input.textEntry 
{
    border: 1px solid #ccc;
    Height:35px; 
    Width:300px;
    
}

input.passwordEntry 
{
    border: 1px solid #ccc;
    Height:35px; 
    Width:300px;
    
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    height:24px;
}

.failureNotification
{
    
    color: Red;
}

.bold
{
    
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
    width: 93px;
}
.submitButtonLogin
{
    text-align: right;
    padding-right: 50px;
    width: 100px;
    height:100px;
    float:right;
}


.contatto 
{
    height:150px;
}
    


/* HOME PAGE */


#HomePageCentrale
{
    min-height: 600px;
    width: 580px;
    margin-left: 5px;
    padding-left: 5px;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: medium;
    border-left-width: medium;
    border-right-color: #666666;
    border-left-color: #666666;
}



#HomePageAppuntamenti
{
    width: 330px;
    height:100%;
    margin-left:10px;
    float: right;
    overflow: auto;
    
    color: White;
    clear: right;
    border:1px solid #CCCCCC;
}
    
#HomePageAppuntamenti a:link
{
color:#990099;

}


.FiltroScadenze a:link
{
    
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFFFFF;   
}


.FiltroScadenze_bis a:hover
{
    
    margin-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
    margin-left:5px;
}

.FiltroScadenze a:hover
{
    
    margin-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
    margin-left:5px;
}

.FiltroScadenze a:active
{
    
    margin-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;   
}

.FiltroScadenze a:visited
{
    
    margin-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;   
}


.FiltroScadenze
{
    
    
    color: #FFFFFF;
    padding:5px;
}

.FiltroScadenze_bis
{
    
    
    color: #FFFFFF;
    padding:5px;
    text-align:center;
}

.FiltroScadenze onclick
{
    
    
    color: #FFFFFF;
    padding:8px;
    
}

.ElementoHomePageCentrale
{
    width: 99%;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color:#BEBEE5;

}
    
.ElementoHomePageCentrale_bis
{
    width: 99%;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color:#E1A6F5;

}

    
.prioritaria
{
    background-color: #FFFF66;
}




.PrimaRigaHomePageCentrale
{
    width: 100%;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333399;
    
    
}

.NuovaOfferta
{
    width:100%;
    height:15px;
    padding-left:5px;
}

.NuovaOfferta a:link
{
    padding-top:15px;
    
}

.NuovaPulsante
{
    width:50%;
    float:left;
    clear:right;
    
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    background-color:#990099;
    border-style:solid;
    border-color:#666699;
}

.NuovaPulsante a:link
{
    
    text-transform:uppercase;
}

.NuovaPulsanteDestra
{
    width:50%;
    float:left;
    
    text-transform:uppercase;
    text-align:center;
    color:White;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    background-color:#990099;
    border-style:solid;
    border-color:#666699;
   
   
}

.NuovaPulsanteDestra a:link
{
    
    text-transform:uppercase;
}

.SelectLanguage{
    
    height:30px;
    width:100px;
    float:left;
    text-align:right;
    border-bottom-style:none;
    text-transform:uppercase;
}

.PrimaRigaHomePageCentraleSocieta a:link
{
    color: #333399;
    text-decoration:underline;
}

.PrimaRigaHomePageCentraleSocieta a:selected
{
    color: #333399;
}

.PrimaRigaHomePageCentraleSocieta a:visited
{
    color: #333399;
}

.SecondaRigaHomePageCentraleSocietaDestraIcona
{
    width:5%;
    float:right;
    min-height:20px;
}
.SecondaRigaHomePageCentraleSocietaDestra
{
    width:47%;
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaDestraEtichetta
{
    width:15%;
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaDestraEtichetta_bis
{
    width:11%;
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaDestraDetaglio
{
    width:35%;
    
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaDestraDetaglioUnico
{
    width:45%;
    
 
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.SecondaRigaHomePageCentraleSocietaSinistra
{
    width:47%;
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaSinistraEtichetta
{
    width:12%;
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaSinistraDetaglio
{
    width:30%;
    
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.SecondaRigaHomePageCentraleSocietaSinistraDetaglioUnico
{
    width:47%;
    
    
    float:left;
    min-height:20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.TerzaRigaHomePageCentraleSocieta
{
    width: 99%;
    min-height: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    padding-left:5px;
    text-align:center;
    font-style:italic;    
    background-color:#666699;
      
}

.TerzaRigaHomePageCentraleSocieta a:link
{
    color: #FFFFFF;
    text-transform:uppercase;
}

.TerzaRigaHomePageCentraleSocieta a:hover
{
    color: #FFFFFF;
    text-transform:uppercase;
}

.TerzaRigaHomePageCentraleSocieta a:visited
{
    color: #FFFFFF;
    text-transform:uppercase;
}








.PrimaRigaHomePageCentrale a:link
{
    color: #333399;
    text-decoration:underline;
}

.PrimaRigaHomePageCentrale a:selected
{
    color: #333399;
}

.PrimaRigaHomePageCentrale a:visited
{
    color: #333399;
}
/*
.ElementoHomePageCentrale_bis span
{
    color: #000000;
    
    text-transform:lowercase;
    
}
.ElementoHomePageCentrale span
{
    color: #000000;
    
    text-transform:lowercase;
    
}
*/

.SecondaRigaHomePageCentrale
{
    width:100%;
    
    min-height:35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TerzaRigaHomePageCentrale
{
    width: 99%;
    min-height: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    padding-left:5px;
    text-align:center;
    font-style:italic;    
    background-color:#666699;
      
}

.TerzaRigaHomePageCentrale a:link
{
    color: #FFFFFF;
    text-transform:uppercase;
}

.TerzaRigaHomePageCentrale a:hover
{
    color: #FFFFFF;
    text-transform:uppercase;
}

.TerzaRigaHomePageCentrale a:visited
{
    color: #FFFFFF;
    text-transform:uppercase;
}

.InterazioniCalendario
{
    width: 98%;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-top-color: #666666;
    border-bottom-color: #666666;
    background-color: #990099;
    padding-left:5px;
}

.IconaInterazione
{
    margin-top:5px;
    margin-left:4px;
    margin-right:8px;
    width:20px;
    height:20px;
    float:left;
}

.IconaModificaInterazione
{
    margin-right:25px;
    width:25px;
    height:25px;
    float:right;
}

.IconaModificaInterazione_bis
{
    margin-right:25px;
    margin-bottom:25px;
    width:25px;
    height:25px;
    
}
.IconaModificaInterazioneSocieta
{
    margin-right:25px;
    margin-bottom:15px;
    width:25px;
    height:25px;
    float:right;
}

.IconaMappa
{
    margin-left:5px;
    margin-right:5px;
    width:25px;
    height:25px;
    float:right;
    border-style:solid;
    border-color:#990099;
    border-width:2px;
}
.IconaMappaSocieta
{
    float:right;
    margin-right:10px;
}

.IconaMappa_bis
{
    margin-left:5px;
    margin-right:5px;
    width:25px;
    height:25px;
}



.PrimaRigaInterazione
{
    margin-top:5px;
    width: 290px;
    
    min-height: 18px;
    color: #FFFFFF;
    text-align:right
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SecondaRigaInterazione
{
    width: 290px;
    min-height: 15px;
    
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TerzaRigaInterazione
{
    width: 100%;
    min-height: 15px;
    
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:5px;
    margin-bottom:5px;
}


.QuartaRigaInterazione
{
    width: 75%;
    min-height: 20px;
    
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
    padding-left:3px;
    padding-top:5px;
    text-align:center;    
}


.QuartaRigaInterazione a:link
{
    color: #666699;
}

.QuartaRigaInterazione a:hover
{
    color: #666699;
}

.QuartaRigaInterazione a:visited
{
 color :#666699;
}

.QuintaRigaInterazione
{
    margin-top:5px;
    width: 290px;
    
    min-height: 18px;
    text-align:right
}

.QuintaRigaInterazione a:link
{
    color: #666699;
}

.QuintaRigaInterazione a:hover
{
    color: #666699;
}

.QuintaRigaInterazione a:visited
{
 color :#666699;
}

.MenuSelezioneUtenteCalendario
{
    border: thin solid #F8F8F8;
    margin-bottom: 5px;
}

.popupPiccolo 
{
    width:526px;
    height:425px;
    padding:10px;
    border:2px solid #000;
    position:absolute;
    z-index:2;
    top:125px;
    left:526px;
    background-color:#D9C2FF;
    }
    
    
    
    .sitoWebPanel
{
    width:275px;
    height:121px;
    float:left;
    border:2px solid #000;
    background-color:#666699;
    margin-left: 0px;
    position:relative;
    top:-200px;
    left:200px;
}
    
    
   .sitoWeb
{
   color:#666699;
   text-align:center;
   text-transform:lowercase;
   
   vertical-align:middle;
    }
    
   .sitoWeb a:link
{
   color:#000000;
   text-align:center;
   text-transform:lowercase;
   
   vertical-align:middle;
    }

.VedereTuttiOgetti
{
    margin-top:15px;
    
    color: white;
    text-transform: uppercase;
}
.rsAptContent
{
    color: #000000 !important;
}
.autocompletelist
{
    text-align: left;
    color: windowtext;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-color: buttonshadow;
    border-right-color: buttonshadow;
    border-bottom-color: buttonshadow;
    border-left-color: buttonshadow;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
    cursor: default;
    background-color: window;
    margin-top: -5px;
}
.autocompletelistitem
{
    text-align: left;
    color: windowtext;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-overflow: ellipsis;
    background-color: window;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 2px;
}
.autocompletehighlightlistitem
{
    text-align: left;
    color: windowtext;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-overflow: ellipsis;
    background-color: window;
    border-bottom: 1px solid #e9e9e9;
    font-size: 1em;
    padding-top: 3px;
    padding-bottom: 2px;
    background-color: #990099;
    color: White;
}
.emptyList
{
    width: 100%;
    font-style: italic;
    text-align: center;
}
.rtfvalue
{
    background-color: White;
    color: Black;
    width: 100%;
    padding: 5px 5px 5px 5px;
    empty-cells: hide;
}
.popuplistitem
{
    margin: 5px 15px 5px 15px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #696969;
    background-color: #999999;
    color: #ffffff;
}
.popuplistitem a, 
.popuplistitem a:link, 
.popuplistitem a:visited, 
.popuplistitem a:hover, 
.popuplistitem a:active
{
    color: #ffffff;
    text-decoration: none;
}
.watermarktext
{
 
    font-family: Tahoma, "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    border-width: 0px;
    border-bottom: 1px solid #a9a9a9;
    font-size: 1.2em;
   color: #bbbbbb;
}
.popup label
{
    color: #696969;
}

.inline-cell{
    white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}

