@import url(/Common/css/reset.css);
@import url(FCKandPortalCommon.css);

body
{
    background-image:url(images/_bodyBg.jpg);
    background-repeat:repeat-x;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Verdana, Helvetica, Times New Roman;
	font-size: 14px;
	color: #696969;
}

#mainContainer{
    width:100%;
}

.redcolor 
{
    color:#c9181e;
    font-weight:bold;
    }
.changeLanguage 
{position:absolute;
 top:10px;
 right:10px;
    }

/*
 ====================================================

	CONTENUTI PAGINA

 ====================================================
*/

.GoogleFrame {border-top:5px solid #fff;border-bottom:5px solid #fff;display:none;}




/* Classe generica per il testo */
.normal
{
}

/* Tabella con i tre Panes*/
#contentTable 
{
	width: 100%; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	clear:both;
	
}

/* CONTENUTI PAGINA PARTE SUPERIORE*/
.topPane
{

}

#logo 
{
    position:absolute;
    margin-left:198px;
    top:15px;
    }

/* Colore e sfondo contenitore Menu  */
.menuContainer
{
    padding:0;
	height: 56px;  /* altezza del Menu */

    
}
.fixi7 
{
    height:169px;
    }

#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
{

}

/* CONTENUTI PAGINA PARTE CENTRALE*/
.contentPane
{

}


/* CONTENUTI PAGINA PARTE DESTRA*/
.rightPane
{
    border-left:1px solid #fff;

}
.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: #333333;
	background-color:#45484d;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	background-image: url(images/_footerBg.jpg);
    background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:15px;
	text-align:center;
	clear:both;
}
.footer A:Link, .footer A:hover, .footer A:visited
{
	font-size: 8pt;
    color:#ccc;
	font-family: Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	text-align: center;
}

.footer ul 
{
    list-style-type:none;
    color:#fff;
    padding:15px;
    }

.footer ul li {    list-style-type:none;float:left;padding-right:20px;padding-left:20px;border-right:1px solid #36383c;text-align:left;height:50px;}


/* CONTENUTI FOOTER PAGINA PARTE Impressum EELImedia */
.powered A:Link, .powered A:hover, .powered A:visited
{
	color: #C0C0C0;
	font-size: 8pt;
	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: 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: #f5f5f5;
}

/*
 ====================================================

	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:  #c9181e;
}

A:visited   {
    text-decoration:    none;
    color:  #c9181e;
}

A:active    {
    text-decoration:    none;
    color:  #c9181e;
}

A:hover {
    text-decoration:    underline;
    color:  #0b7297;
}

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;	
}