/* ================================
    v3.0, 03/2003
   ================================
*/


/*
 ====================================================

	LE VOCI MENU SONO NEL FILE Menu.css

 ====================================================
*/

/* reset totale */
html
{
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
table
{
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}

caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: ”;
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup
{
    vertical-align: text-top;
}

input, textarea, select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select
{ *font-size:100%;}
/*because legend doesn’t inherit in IE */
legend
{
    color: #000;
}



body
{
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-family: verdana;
    font-size: 9pt;
    color: dimgray;
}

#footerLeft 
{
    color:#393939;
    padding-top:50px;
    padding-bottom:10px;
    
    }
.indirizzoRosso 
{
    color:#8e010a;
    }


.TBindiceProdotti
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px dotted Gray;
    border-left: 1px dotted Gray;
    border-right: 1px dotted Gray;
    border-top: 1px dotted Gray;
}
.TBschedaProdotti
{
    color: black;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    border: none;
}
.TBschedaProdotti TD
{
    padding: 4px;
    border-bottom: 1px dotted #e0e0e0;
}

.TBschedaProdotti TD .titolo
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #031D5A;
}






#MainMenu
{
    display: none;
    position: absolute;
}


/*
 ====================================================

	CONTENUTI PAGINA

 ====================================================
*/
.toolBar
{
    background-image: url(/Editor/Images/toolbar.horizontal.background_tb.gif);
    height: 25px;
    border: none;
}

.showHelp /* Form Generator */
{
    font-size: 8pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    background-color: #ffffcc;
    width: 200px;
    border: solid 1px gainsboro;
    padding: 6px;
    filter: alpha(opacity: 60);
}

/* Classe generica per il testo */
.normal
{
    color: #000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 150%;
}

/* Colore e sfondo tabella Top  */
.HeadBg
{
    height: 95px; /* altezza della cella superiore */
    border-right: #6389C6 1px solid;
}

/* stile della pulsantiera Administration */
A.SiteLink:link, A.SiteLink:active, A.SiteLink:visited
{
    color: black;
    font-family: tahoma;
    font-size: 8pt;
    font-weight: normal;
    border: solid 1px A3C2F5;
    cursor: default;
    background-image: url(/0/menu/group_background_Blue.gif);
    background-color: white;
    width: 150px;
    text-decoration: none;
    text-align: left;
    line-height: 150%;
    padding-left: 30px;
}
A.SiteLink:hover
{
    background-image: none;
    background-color: #FFEEC2;
    color: black;
    font-family: tahoma;
    font-size: 11px;
    border: solid 1px #4B4B6F;
    cursor: default;
    text-decoration: none;
    cursor: default;
}

/* stile dei messaggi di errore etc. */
.Accent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: red;
    font-weight: bold;
}

/* CONTENUTI PAGINA PARTE SUPERIORE*/
.topPane
{
    background-color: white;
}

.topPane A:link, .topPane A:visited, .topPane A:Active
{
    color: #ffb917;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

.topPane A:hover
{
    color: #ffb917;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline;
}

.topPane .normal, .topPane B, .topPane P
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    color: dimgray;
}

/* Tabella con i tre Panes*/
.contentTable
{
}

/* CONTENUTI PAGINA PARTE SINISTRA*/
.leftpane
{
    font-size: 10pt; /*border-left: gray 1px solid;*/
    color: #000;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

/* Colore e sfondo contenitore Menu  */
.leftpane #menuContainer
{
    color: #999;
    font-family: Times New Roman, Arial,Verdana;
    font-weight: normal;
    font-size: 12pt;
}


/* menu Ul Li ------------------------------------------*/

.accordion
{
    color: #999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: none;
    border-left: none;

    padding-left: 20px;
    line-height:22px;

}
.accordion ul
{
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}
.accordion li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    color: #990000;
    cursor: default;
}
.accordion li.active > a
{
    background: url('close.gif') no-repeat center right;
}
.accordion li div
{
    padding: 20px;
    display: block;
    clear: both;
    float: left;
}
.accordion a:link, .accordion a:visited, .accordion a:active
{
    text-decoration: none;
    cursor: pointer;
    color: #626262;
    display: block;
    cursor: pointer;
    background: url('open.gif') no-repeat center right;
}

.accordion a:hover
{
    color: #990000;
    font-weight: bold;
    text-decoration: none;
}
#selected
{
    font-weight: bold;
}

#selected ul 
{
    font-weight: normal;
}


/* Level 2 */
.accordion li ul li
{
    padding-left: 15px;
}


/* CONTENUTI PAGINA PARTE CENTRALE*/
.contentPane
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    background-color: White;
    text-align: justify;
    padding-top: 50px;
}

.contentPane .normal, .contentPane .riga, .contentPane .rigaAlt
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 120%;
    font-size: 9pt;
}


.contentPane #fotoSx 
{
    width:270px;
    overflow:hidden;
    padding-top:3px;
    
    }

.contentPane #fotoDx 
{
    width:270px;
    overflow:hidden;
    padding-top:3px;
    
    }

.contentPane #testo 
{
    padding-left:20px;
        font-size:9pt;
    }

.contentPane #testoSx 
{
    padding-right:20px;
        font-size:9pt;
   }

.contentPane #didascalia 
{
    font-size:9pt;
    font-style:italic;
    
    }

.contentPane A:link, .contentPane A:visited, .contentPane A:Active
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

.contentPane A:hover
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    color: #77012F;
}


.contentPane .titoloTesto 
{
    color:#000;
    font-size:12pt;

    display:block;
    padding-bottom:10px;
    
    }

.contentPane p 
{
    margin:0;
    padding:0;
    }


.contentPane .vini 
{
    background-image:url(/42/images/viniBg.gif);
    background-repeat:no-repeat;
    }

.contentPane .viniA 
{
    background-image:url(/42/images/viniBg.gif);
    background-repeat:no-repeat;
    }



/* CONTENUTI PAGINA PARTE DESTRA*/
.rightPane
{
    background-color: white;
    padding-top: 128px;
    padding-left: 48px;
}
.rightPane .normal, .rightPane .contenuto, .rightPane A:link, .rightPane A:visited, .rightPane A:Active, .rightPane .riga, .rightPane .rigaAlt
{
    color: dimgray;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}
.rightPane A:hover
{
    color: Red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
}

/* CONTENUTI FOOTER PAGINA */
.footer
{
    font-size: 8pt;
    color: Black;
    font-weight: normal;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    text-align: center;
    background-image: url(/0/images/footerBG.jpg);
    height: 40px;
}
.footer A:Link, .footer A:hover, .footer A:visited
{
    font-size: 8pt;
    color:#666;
    font-family: Verdana, Helvetica, sans-serif;
    border-collapse: collapse;
    text-align: center;
}
/* CONTENUTI FOOTER PAGINA PARTE Impressum EELImedia */
.powered A:Link, .powered A:hover, .powered A:visited
{
    color: white;
    font-size: 8pt;
    font-weight: normal;
}

/* classe utilizzata per le intestazioni dei Moduli, se presenti */
.Head
{
    background-image: url(/images/longhorn/_headBG.jpg);
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: White;
    padding: 2px;
    border-top: lightblue 1px solid;
}


.Head A:Link, .Head A:hover, .Head A:visited
{
    color: White;
    text-decoration: none;
}


/* Sottotitoli - Utilizzata in Admin */
.SubHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: navy;
    background-color: whitesmoke;
}


/*
 ====================================================

	Tabelle a righe alternate

 ====================================================
*/
.riga
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}


.riga A:link, .riga A:visited, .rige A:active
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}


.rigaAlt
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}

.rigaAlt A:link, .riga A:visited, .rige A:active
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
}
/*
 ====================================================

	FORM IMMISSIONE DATI

 ====================================================
*/
.label
{
    padding-left: 5px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: dimgray;
    text-align: right;
    text-decoration: none;
    background-color: ghostwhite;
}
.NormalTextBox
{
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    font-weight: normal;
    font-size: 12px;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: whitesmoke;
}

/*
 ====================================================

	EELImailer

 ====================================================
*/

.EELImailerSubject
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    border: solid 1px gainsboro;
}

.EELImailerTitolo
{
    font-weight: bold;
    font-size: 18px;
    color: #cc3300;
    font-family: Arial, Helvetica;
}
/*
 ====================================================

	Elenchi Hover

 ====================================================
*/

.rigaNotHover
{
    border-right: whitesmoke 1px solid;
    border-top: whitesmoke 1px solid;
    font-size: 8pt;
    border-left: whitesmoke 1px solid;
    border-bottom: whitesmoke 1px solid;
    background-color: whitesmoke;
}

.rigaHover
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    font-size: 8pt;
    border-left: dimgray 1px solid;
    cursor: hand;
    border-bottom: dimgray 1px solid;
    background-color: gainsboro;
}

.rigaHoverNohand
{
    border-right: dimgray 1px solid;
    border-top: dimgray 1px solid;
    font-size: 8pt;
    border-left: dimgray 1px solid;
    border-bottom: dimgray 1px solid;
    background-color: gainsboro;
}

.rigaSelected
{
    border-right: crimson 1px solid;
    border-top: crimson 1px solid;
    font-size: 8pt;
    border-left: crimson 1px solid;
    border-bottom: crimson 1px solid;
    background-color: lightblue;
}

/*
 ====================================================
 ====================================================

	DA CONTROLLARE

 ====================================================
 ====================================================
*/
BodyEDITOR
{
    background-color: red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}





/* GENERIC */

A:link, A:visited, A:active
{
    text-decoration: none;
    color: #666;
    font-family:Times New Roman, Arial
}

A:hover
{
    text-decoration: underline;
    color: #990000;
}

BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}


HR
{
    color: dimgrey;
    height: 1pt;
    text-align: left;
}

.ImgGallery
{
    padding-right: 2px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 9pt;
    padding-bottom: 2px;
    width: 100%;
    color: navy;
    padding-top: 2px;
    height: 20px;
    background-color: gainsboro;
}

/* NON toccare */
.toolBar
{
    background-image: url(/Editor/Images/toolbar.horizontal.background_tb.gif);
    height: 25px;
    border: none;
}
#editTbl, #adminMenuT
{
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#sommario 
{
    font-family:Times New Roman, Arial;
    
    }

#sommario a:link, #sommario a:visited, #sommario a:active 
{
    font-family:Times New Roman, Arial;
    font-size:11pt;
    font-weight:normal;
    
    
    }

#sommario ul 
{
    font-size:12pt;
    font-family:Times New Roman, Arial;
    font-size:11pt;

    }
#sommario li 
{
    font-family:Times New Roman, Arial;
    font-size:11pt;    
    }         

#sommario li ul
{
    font-family:Times New Roman, Arial;
    font-size:11pt;
    list-style-type:disc;
    padding-left:25px;
    padding-top:5px;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
    margin-bottom:10px;
    }    
#sommario li ul li
{
    
    
    }          