/* ================================
    v3.0, 03/2003
   ================================
*/   


/*
 ====================================================

	LE VOCI MENU SONO NEL FILE Menu.css

 ====================================================
*/

/* reset totale */
html
{
    color: #000;
    background: #580000;
    background-image: url(/110/images/_bodyBg.jpg);
    background-repeat:repeat-x;
}
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
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
li
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
    display:inline;
}
q:before, q:after
{
    content: ”;
}
abbr, acronym
{
    border: 0;
    font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup
{
    vertical-align: text-top;
}
sub
{
    vertical-align: text-bottom;
}
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-image: url(/110/images/_bodyBg.jpg);
    background-repeat:repeat-x;
    
	background-color: #580000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	font-family: Times New Roman,Arial,Verdana;
	font-size: 11pt;
	color: #333333;
}

#mainContainer{
    width:100%;
}


.searchBox 
{
    position:absolute;
    top:40px;
    width:230px;
    margin-left:670px;
    color:#ffe6b6;    
    }

.searchBox .NormalTextBox 
{
    background-color:#f3f3f3;
    height:18px;
    padding-top:3px;
    }


#cell {
	position:absolute;
	margin-left:715px;
	font-size:18pt;
	color:#580000;
	top:130px;
}

/*
 ====================================================

	CONTENUTI PAGINA

 ====================================================
*/

/* Classe generica per il testo */
.normal
{
    line-height: 150%;
}

/* Tabella con i tre Panes*/
#contentTable 
{
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	clear:both;
	
}

/* CONTENUTI PAGINA PARTE SUPERIORE*/
.topPane
{

	width:900px;
	height:168px;
    max-height:168px;
}



/* Colore e sfondo contenitore Menu  */
.menuContainer
{
    padding:0;
    margin:0;
    background-image:url(/110/images/_bgMenu.jpg);
   
}

#ctl00_left{
    float:left;
    /*position:absolute;*/
}
#ctl00_center{
    float:left;
    /*position:absolute;*/
}

/* CONTENUTI PAGINA PARTE SINISTRA*/
.leftPane
{

}

.leftPane A:link, .leftPane A:visited, .leftPane A:Active
{
}
.leftPane A:hover
{
}

/* LISTA IMMOBILI */

.lista 
{

    }

.lista h1 
{
    font-size:22pt;
    color:#815500;
    font-weight:bold;    
    
    }

.lista h2 
{
    font-size:11pt;
    color:#333333;
    font-weight:bold;     
    }


.lista h3 
{
    font-size:20pt;
    color:#333333;
    font-weight:bold;
    font-family: Times New Roman;
    
    }

.lista h4 
{
    font-size:25pt;
    color:#333333;
    font-weight:bold;
    font-family: Times New Roman;
    
    }

.lista .record 
{
    width:900px;
    padding-top:10px;
    padding-bottom:10px;
    height: auto !important;  /* per i browser moderni */
    height: 90px;      /* per IE5.x e IE6 */
    min-height: 90px;  /* per i browser moderni */	
    border-bottom:solid 1px #cccccc;
    cursor:pointer;
    
    }

.lista .recordAlt
{
    background-color:#f3f3f3;
    width:900px;
    padding-top:10px;
    padding-bottom:10px;
    height: auto !important;  /* per i browser moderni */
    height: 90px;      /* per IE5.x e IE6 */
    min-height: 90px;  /* per i browser moderni */	
    border-bottom:solid 1px #cccccc;
    cursor:pointer;    
    }

.lista .recordOver 
{
    
    background-color:#f7edd8;
    width:900px;
    padding-top:10px;
    padding-bottom:10px;
    height: auto !important;  /* per i browser moderni */
    height: 90px;      /* per IE5.x e IE6 */
    min-height: 90px;  /* per i browser moderni */	
    border-bottom:solid 1px #cccccc;     
    }



/* CONTENUTI PAGINA PARTE CENTRALE*/
.contentPane
{
	background-color: #ffffff;
    padding-top:30px;
    padding-bottom:25px;
    height: auto !important;  /* per i browser moderni */
    height: 550px;      /* per IE5.x e IE6 */
    min-height: 550px;  /* per i browser moderni */	
}


.contentPane .testo 
{
    float:right;
    width:580px;
    font-size:12pt;
    text-align:justify;
    
    }

.contentPane .testoSx
{
    width:238px;
    font-size:12pt;
    
    }

.contentPane h1 
{
    font-size:14pt;
    color:#815500;
    font-weight:bold;   
    }


.contentPane h2 {}


.contentPane A:link, .contentPane A:visited, .contentPane A:Active
{
	color: black;
    text-decoration: none;
}

.contentPane A:hover
{
	color: black;
    text-decoration: underline;
}

/* CONTENUTI PAGINA PARTE DESTRA*/
.rightPane
{

}
.rightPane .normal, .rightPane .contenuto, .rightPane A:link, .rightPane A:visited, .rightPane A:Active,
.rightPane .riga, .rightPane .rigaAlt
{

}
.rightPane A:hover
{

}

/* CONTENUTI FOOTER PAGINA */
.footer
{
	font-size: 8pt;
	color: #ffffff;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(/110/images/footerBG.jpg);
    background-repeat:no-repeat;
	clear:both;
    height: auto !important;  /* per i browser moderni */
    height: 52px;      /* per IE5.x e IE6 */
    min-height: 52px;  /* per i browser moderni */	
}
.footer A:Link, .footer A:hover, .footer A:visited
{
	font-size: 8pt;
	color: #ffffff;
	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
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 7pt;
	font-weight:normal;
}

/* classe utilizzata per le intestazioni dei Moduli, se presenti */
.Head
{
	/*background-image: url(/Common/UI/Administration/Images/_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
}


/* stile dei messaggi di errore etc. */
.Accent
{
        font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
color: red;
    font-weight:    bold;
}

/*
 ====================================================

	Tabelle a righe alternate

 ====================================================
*/
.riga
{
	font-size: 11px;
}

.rigaAlt
{
	font-size: 11px;
}

/*
 ====================================================

	FORM IMMISSIONE DATI

 ====================================================
*/
.label
{
	padding-left: 5px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #696969;
	text-align: right;
	text-decoration: none;
	background-color: #f8f8ff;
}
.NormalTextBox
{
	border-right: #d7aa51 1px solid;
	border-top: #d7aa51 1px solid;
	font-weight: normal;
	font-size: 12px;
	border-left: #d7aa51 1px solid;
	border-bottom: #d7aa51 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #f8ca6f;
}

/*
 ====================================================

	EELImailer

 ====================================================
*/

.EELImailerSubject
{
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	border: solid 1px #dcdcdc

}

.EELImailerTitolo 
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
	font-family: Arial, Helvetica;
}


/*
 ====================================================

	Daily Planner

 ====================================================
*/
.hour
{

}
.planner
{
	background-color: White;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid navy;
}
.plannerHover
{
	background-color: #B0C8E7;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid navy;
}
.plannerNonBusiness
{
	background-color: #f5f5f5;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid navy;
}
.plannerNonBusinessHover
{
	background-color: #dcdcdc;
	cursor: pointer;
	cursor: hand;
	border-right: 1px solid navy;
}

.event
{
	display:block;
	background-color: #bdcfe5;
	border-right: 1px solid #1B69CD;
	border-left: 1px solid #1B69CD;
	overflow:hidden;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#BDCFE5, endColorstr=#ffffff);
	color: black;
}

.eventHover
{
	display:block;
	background-color: #bdcfe5;
	border-right: 1px solid #B4CBEA;
	border-left: 1px solid #B4CBEA;
	overflow:hidden;
	filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#DEC84D, endColorstr=#ffffff);
	color: black;
}

.eventBorderLeft
{
	float: left;
	width: 10px;
	height: 100%;
	background-color: blue;
}
.eventBorderLeft_1
{
	float: left;
	width: 10px;
	height: 100%;
	background-color: #cc0000;
}
.eventBorderLeft_2
{
	float: left;
	width: 10px;
	height: 100%;
	background-color: coral;
}
.eventBorderLeft_3
{
	float: left;
	width: 10px;
	height: 100%;
	background-color: lightgreen;
}

/* DAILY Planner Styles */


/*
 ====================================================

	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: #f5f5f5;
}

.rigaHover
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	font-size: 8pt;
	border-left: #696969 1px solid;
	cursor: hand;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}

.rigaHoverNohand
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	font-size: 8pt;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: #dcdcdc;
}

.rigaSelected
{
	border-right: #cc0000 1px solid;
	border-top: #cc0000 1px solid;
	font-size: 8pt;
	border-left: #cc0000 1px solid;
	border-bottom: #cc0000 1px solid;
	background-color: lightblue;
}





/* 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;
}

P
{
	margin:0px;
	margin:0px;
}

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: #dcdcdc;
}

/* 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;	
}


/* FORM ISCRIZIONE NEWSLETTER ETC.*/
.formContainer
{
    width:500px;
    margin-left:178px;
}

.formContainer ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    text-align: left;
}

.formContainer ul li
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: inherit;
    padding-bottom: 0px;
    padding-bottom: 2px;
    background: url(/103/images/arrowbulletForm.png) no-repeat;
    background-position: left 3px;
    display: block;
    padding: 2px 0;
    padding-left: 19px;
    border-bottom: dotted 1px #d8d7d7;
}


.formMiniTxt
{
    font-size: 7pt;
    font-family:Verdana;
}
.formLabel
{
    width: 120px;
    display: inline-block;
}

.formLabelR
{
    width: 120px;
    display: inline-block;
    background-color:#f3f3f3;
}

.accent
{
    display: inline-block;
    padding-left: 22px;
    color: #540000;
}
.invia
{
    width: 88px;
    height: 24px;
    background-image: url(/110/images/inviaBg.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    font-weight: bold;
}
.inviaover
{
    width: 88px;
    height: 24px;
    background-image: url(/110/images/inviaBgOver.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 3px;
    color: #ffffff;
    font-weight: bold;
}



.invia A:active, .invia A:visited, .invia A:link
{
    color: #ffffff;
    font-weight: bold;
}
.inviaover A:active, .inviaover A:visited, .inviaover A:link
{
    color: #ffffff;
    font-weight: bold;
}


.formTextBox
{
    border-right: lightgrey 1px solid;
    border-top: lightgrey 1px solid;
    font-weight: normal;
    font-size: 8pt;
    border-left: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: #f5f5f5;
}