﻿/* ================================
    v3.0, 03/2003
   ================================
*/
/*
 ====================================================

	LE VOCI MENU SONO NEL FILE Menu.css

 ====================================================
*/
body
{
    background-image: url(/88/Images/_bodyBG.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #6f7f84;
    background-repeat: repeat-x;
    font-family: verdana;
    font-size: 9pt;
    color: #000000;
}

.titoloSezione
{
    height: 63px;
    background-image: url(/88/images/_bgTitoloSezione.jpg);
    background-repeat: no-repeat;
    color: #5FFF00;
    font-family: Georgia,Geneva,Tahoma;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 364px;
    padding-top: 15px;
}

/*
 ====================================================

	CONTENUTI PAGINA

 ====================================================
*/
.toolBar
{
    background-image: url(/Editor/Images/toolbar.horizontal.background_tb.gif);
    height: 25px;
    border: none;
}
.showHelp
{
    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: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 150%;
}
/* Colore e sfondo tabella Top  */
.HeadBg
{
}
/* 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. */

.CommandButton
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px #055998 solid;
    background-color: #eeeeee;
}



.Accent
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: #055998;
    font-weight: bold;
}
/* CONTENUTI PAGINA PARTE SUPERIORE*/
.topPane
{
    background-image: url(/88/images/_bgSearch.jpg);
    background-color: #cccccc;
    height: 46px;
    width: 100%;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 7pt;
    color: #000000;
    vertical-align: middle;
}


.topPane .titoloTop
{

    color: #000000;
    font-family: Georgia,Geneva,Tahoma;
    font-size: 12pt;
    font-weight: bold;
    vertical-align:middle;
    padding-top:18px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;

}


.topPane #tableSearch
{
    font-size: 7pt;
    color: #000000;
}
.topPane #tableSearch TD
{
    padding-right: 4px;
    padding-left: 2px;
}
.topPane .rigaNews
{
    background-image: url(/88/images/_bgNews.jpg);
    background-repeat: no-repeat;
    background-color: #B23302;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
}
.topPane .rigaNewsAlt
{
    background-image: url(/88/images/_bgNewsAlt.jpg);
    background-repeat: no-repeat;
    background-color: #B23302;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
}
.topPane A:link, .topPane A:visited, .topPane A:Active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #FCFF00;
}
.topPane A:hover
{
    color: #5FFF00;
    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;
}
/* Tabella con i tre Panes*/
.contentTable
{
    background-image: url(/88/images/_bgContentTable.jpg);
    background-repeat: no-repeat;
    background-color: #AE3202;
}
/* CONTENUTI PAGINA PARTE SINISTRA*/
.leftpane
{
    font-size: 7pt; /*border-left: gray 1px solid;*/ ;
font-family:Verdana,Helvetica,sans-serif;
background-image:url(/88/images/_bgCategorie.jpg);
background-repeat:no-repeat;
background-color:#e2f3fd;
}
.leftpane .gruppi
{
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 7pt;
    color: #000000;
    padding-bottom: 15px;
}
.leftpane .gruppi .riga
{
    font-size: 7pt;
}
.leftpane .gruppi .rigaSel
{
    text-transform: uppercase;
    font-size: 7pt;
    color: #055998;
    font-weight: bold;
}
.leftpane .gruppi .riga A:link, .leftpane .gruppi .riga A:visited, .leftpane .gruppi .riga A:Active
{
    color: #000000;
    font-size: 7pt;
    font-weight: bold;
}
.leftpane .gruppi .riga A:hover
{
    color: #65F200;
    text-decoration: none;
}
.leftpane A:link, .leftpane A:visited, .leftpane A:Active
{
    color: #ffb917;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
.leftpane A:hover
{
    color: #ffb917;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: underline;
}
.leftpane .normal, .leftpane B, .leftpane P, .leftpane .riga, .leftpane .rigaAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
}
/* CONTENUTI PAGINA PARTE CENTRALE*/
.contentPane
{
    font-family: Verdana, Helvetica, sans-serif;
    background-image: url(/88/images/_bgContentPane.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #000000;
}
.contentPane .normal
{
    color: #000000;
}

.contentPane .rigaNews
{
    background-image: url(/88/images/_bgNews.jpg);
    background-repeat: repeat-x;
    background-color: #ededed;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
}
.contentPane .rigaNewsAlt
{
    background-image: url(/88/images/_bgNewsAlt.jpg);
    background-repeat: no-repeat;
    background-color: #B23302;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
}
#newsTable
{
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
    text-align: justify;
}
#newsTable .titoloNews
{
    font-family: ahoma,Geneva,Georgia,Geneva,Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #5FFF00;
}
.contentPane .titoloCategoria
{
    height: 63px;
    background-image: url(/88/images/_bgTitoloCategoria.jpg);
    background-repeat: no-repeat;
    color: #000000;
    font-family: Georgia,Geneva,Tahoma;
    font-size: 12pt;
    font-weight: bold;
    padding-left: 120px;
    padding-top: 15px;
}
.contentPane .rigaImmobili
{
    background-image: url(/88/images/_bgRecord.jpg);
    background-repeat: repeat-x;
    background-color: #ededed;
    font-family: verdana, Arial, Helvetica, serif;
    font-size: 8pt;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}


.rigaImmobileGreen
{
    color: #055998;
    font-weight: bold;
}
.contentPane .normal, .contentPane .riga, .contentPane .rigaAlt
{
    font-family: Verdana, Helvetica, sans-serif;
    line-height: 120%;
    color: #000000;
}
.contentPane A:link, .contentPane A:visited, .contentPane A:Active
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: #055998;
}
.contentPane A:hover
{
    color: #990000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
}
/* CONTENUTI PAGINA PARTE DESTRA*/
.rightPane
{
    background-color: white;
}
.rightPane .normal, .rightPane .contenuto, .rightPane A:link, .rightPane A:visited, .rightPane A:Active, .rightPane .riga, .rightPane .rigaAlt
{
    font-family: 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
{
    padding-top: 10px;
    background-image: url(/88/images/footerBG.jpg);
    background-color: #0769B2;
    font-size: 7pt;
    color: #5B8FB6;
    font-weight: normal;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
}
.footer A:Link, .footer A:hover, .footer A:visited
{
    font-size: 7pt;
    color: #5B8FB6;
    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: blue;
    font-size: 8pt;
    font-weight: normal;
}
/* classe utilizzata per le intestazioni dei Moduli, se presenti */
.Head
{
    background-color: #993333;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    color: White;
}
.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

 ====================================================
*/
.rigaTop
{
    width: 240px;
    font-size: 8pt;
    padding: 5px;
    text-decoration: none;
}
.rigaAltTop
{
    width: 240px;
    font-size: 8pt;
    padding: 5px;
}
.rigaSelTop
{
    padding: 5px;
    width: 240px;
    color: #993333;
    font-size: 8pt;
    font-weight: bold;
}
/*
 ====================================================

	FORM IMMISSIONE DATI

 ====================================================
*/
.label
{
    padding-left: 5px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: right;
    text-decoration: none;
}
.NormalTextBox
{
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    font-weight: normal;
    font-size: 7pt;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
}
.labelBold
{
    padding-left: 5px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: Bold;
    color: #993333;
    text-align: right;
    text-decoration: none;
}
/*
 ====================================================

	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;
}
/*
 ====================================================
 ====================================================

	HouseAndOffice

 ====================================================
 ====================================================
*/
.titolo
{
    border-top: #000000 5px solid;
    padding-left: 10px;
    font-weight: bold;
    font-size: 10pt;
    padding-bottom: 4px;
    color: white;
    line-height: 150%;
    padding-top: 4px;
    border-bottom: #4a80af 1px dashed;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #993333;
}
/*
 ====================================================
 ====================================================

	DA CONTROLLARE

 ====================================================
 ====================================================
*/
BodyEDITOR
{
    background-color: red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/* GENERIC */
A:link
{
    text-decoration: none;
    color: Blue;
}
A:visited
{
    text-decoration: none;
    color: Blue;
}
A:active
{
    text-decoration: none;
    color: Blue;
}
A:hover
{
    text-decoration: underline;
    color: red;
}
BLOCKQUOTE, PRE
{
    font-family: Lucida Console, monospace;
}
UL LI
{
    list-style-type: square;
}
UL LI LI
{
    list-style-type: disc;
}
UL LI LI LI
{
    list-style-type: circle;
}
OL LI
{
    list-style-type: decimal;
}
OL OL LI
{
    list-style-type: lower-alpha;
}
OL OL OL LI
{
    list-style-type: lower-roman;
}
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;
}
