﻿body
{
	text-align: center;	
}

/* gestione stile e struttura della Master Page del sito */

.divGenericoCentrale
{
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

.divLogo
{
	float: left;
	width: 120px;
	height: 70px;
	text-align: center;
}

.divMenu
{
	font: 12px Arial;
	float: left;
	margin-left: 40px;
	height: 70px;
}

.divHeader
{
	float: left;
	width: 1000px;
}

.divContenuti
{
	float: left;
	width: 1000px;
	padding-bottom: 10px;
}

.space
{
	height: 100px;
}

/* gestione stile e struttura pagina Artisti In Galleria */

.divElencoAIG
{
	text-align: left;
}

.testoGrandeGrigio
{	
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	line-height: 65px;
}

.testoGrandeGrigio_Contatti
{	
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	line-height: 75px;
}

.AIG_LetteraCognome
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	border-bottom: 3px solid #000000;
	color: #000000;
}

.AIG_Artista
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
}

.AIG_Artista:hover
{
	background-color: #000000;
	cursor: pointer;
}

.AIG_Artista:active
{
	background-color: #000000;
}

.divDettaglioArtistaAIG
{
	width: 1000px; 
	display: none;
}

.AnnullaFloat
{
	clear: both;	
}

.divHeaderDettagliAIG
{
	float: left; 
	width: 1000px;
	border-top: 1px solid #000000;
	padding: 5px 0;
	margin: 5 0 0 -3;
	display: inline;
}

.PanelLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;	
	padding: 3px 10px;
}

.PanelLink:hover
{
	background-color: #000000;
}

.ActivePanelLink
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999999;	
	padding: 3px 10px;
	background-color: #000000;
}

.divDescrizioneDettagliAIG
{
	float: right; 
	width: 270px;
}

.imgBiografia
{
	float: left; 
	padding-right: 20px;
	padding-bottom: 20px;
}


.divImmagineDettagliAIG
{
	float: left; 
	max-width: 1000px;
	height: auto;
}


.divDettagliAIG
{
	float: left; 
	max-width: 500px;
	height: auto;
	padding-bottom: 20px;
	padding-right: 20px;
}


.divThumbsDettagliAIG
{
	float: left; 
	max-width: 500px;
	margin-left: 0;
	margin-top: 10px;
}

.divFooterDettagliAIG
{
	float: left; 
	width: 1000px;
	border-bottom: 1px solid #000000;
}

.normalText
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;	
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.titoloNeroSmall
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
	line-height: normal;
	letter-spacing: normal;
	font-weight: bold;
}

/* gestione stile e struttura della galleria di immagini nel dattaglio AIG */

.ThumbsGalleria
{
	border: 1px solid #ffffff;
}

.ThumbsGalleria:hover
{
	border: 1px solid #000000;
}

.imgGalleria
{
	padding-bottom: 20px;
	padding-right: 20px;
	
}

ul.ulGalleria
{
	list-style: none; 
	margin: 0;
	padding: 0;
	width: 500px;
}

ul.ulGalleria li
{
	display: inline;
	float: left;
	/*width: 92px;*/
	margin-bottom: 5px;
	margin-right: 6px;
}

/* gestione delle lightbox per la galleria delle immagini */

#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img { width: auto; height: auto; }
#lightbox a img { border: none; }

#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }

#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/LightBoxImages/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/LightBoxImages/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer { font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData { padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }	 	

#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; overflow:auto; background-color: #000; }


/* gestione font e struttura pagina dei contatti */

.TitoloNero
{
	font-size: 54pt;
	/*font-family: Times New Roman;*/
	text-decoration: none;
	color: #000000;
	line-height: 65px;
}

.TitoloNero_Contatti
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #000000;
	line-height: 75px;
}

.bordoNeroInferiore
{
	border-bottom: 1px solid #000000;
	padding: 20px 0;
}

.bordoNeroInferioreNEWS
{
	border-bottom: 1px solid #000000;
	padding: 20px 0;
	text-align: left;
}

.soloPadding
{
	padding: 20px 0;
}

/* gestione font e struttura pagina mostre presenti */

.divElencoMP
{
	text-align: left;
}

.MP_TitoloMostra
{
	font-size: 54pt;
	/*font-family: Times New Roman;*/
	text-decoration: none;
	color: #999999;
}

.MP_TitoloMostra:hover
{
	background-color: #000000;
	cursor: pointer;
}

.divDettaglioMP
{
	padding-top: 20px;
	width: 1000px; 
	display: none;
}

.AnnullaFloat
{
	clear: both;	
}

.divImmagineDettagliMP
{
	float: left; 
	width: 700px;
}

.divFooterDettagliMP
{
	float: left; 
	width: 1000px;
	border-bottom: 1px solid #000000;
	padding: 10px 0;
}

.imgMostra
{
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
	
}



/* gestione font e struttura pagina pubblicazioni */

.divElencoP
{
	text-align: left;
}

.P_TitoloPubblicazione
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	line-height: 65px;
}

.P_TitoloPubblicazione:hover
{
	background-color: #000000;
	cursor: pointer;
}


.divDettagliP
{
	padding-top: 20px;
	width: 1000px; 
}

.imgPubblicazione
{
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}

.AnnullaFloat
{
	clear: both;
}


.divFooterDettagliP
{
	float: left; 
	width: 1000px;
	border-bottom: 1px solid #000000;
	padding: 10px 0;
}

.normalTextBold
{
	font-family: Arial;
	font-size: 12px;
	color: #999999;	
	line-height: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
}

/* gestione font e struttura pagina default */

.divElencoNews
{
	text-align: left;
}


.titoloEvidenziato
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	background: #000000;
}

.divDettaglioNews
{
	width: 1000px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 20px 0;
}


.divElencoASM
{
	text-align: left;
}

.divElencoMO
{
	text-align: left;
}

.divElencoMF
{
	text-align: left;
}


.divDettaglioMO
{
	padding-top: 20px;
	width: 1000px; 
	display: none;
}


.divDettaglioMF
{
	padding-top: 20px;
	width: 1000px; 
	display: none;
}


/* gestione login e area amministrativa del sito */

.TitoloLogin
{
	color: #999999;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.Login
{
	text-align: center;
	display: block;
	width: 300px;
	height: 370px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin: -185px 0 0 -150px;
	font-family: Arial;
	color: #999999;
	font-size: 10pt;
	border: 1px solid #999999;
}

.space
{
	height: 20px;
}

.Errore
{
	color: #ff0000;
	font-family: Arial;
	font-size: 14px;
}

.CampiLogin
{
    border: 1px solid #999999;
    font: 14px Arial;
    color: #999999;
    padding: 3px 0;
    margin: 16px 0;
    text-align: center;
}

.HeaderDataGridGestioneMostre
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

.contenutiAmministrazione
{
	width: 1000px;
	text-align: center;	
}

.btnAmministrazione
{
    border: 1px solid #999999;
    font: 14px Arial;
    color: #000000;
    padding: 3px 10px;
    margin: 16px 0;
}

.tblMostra
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.lbtnAmministrazione
{
	font-family: Arial;
	font-size: 30px;
	color: #999999;
	text-decoration: none;
	padding: 3px 10px;
}

.lbtnAmministrazione:hover
{
	background-color: #000000;
}

.testoCampi
{
	font: 14px Arial;
    color: #000000;
    padding: 3px;
}

.bordoNeroSuperiore
{
	border-bottom: 1px solid #000000;	
}

.logout
{
	color: #999999;	
	font-size: 14px;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	padding: 3px 10px;
}

.logout:hover
{
	background-color: #000000;
}

.labelAmministrazione
{
    border: 1px solid #999999;
    font: 14px Arial;
    color: #000000;
    padding: 3px 10px;
    margin-top: 10px;
}

.HeaderDataGridGestionePubblicazioni
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

.HeaderDataGridGestioneNews
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

.tblPubblicazione
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.tblArtista
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.HeaderDataGridGestioneArtisti
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

.HeaderDataGridGestioneOpere
{
	background-color: #000000;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
}

.tblOpera
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.divContainerC
{
	text-align: left;	
}

.divLanguage
{
	width: 1000px;
	text-align: right;	
}

#loadingDiv
{
	position: fixed;
	width: 220px;
	height: 110px;
	left: 50%;
	top: 50%;
	margin: -110px 0 0 -110px;
	background-color: #ffffff;
	border: 1px solid #999999;
}

#loadingDiv img
{
	margin-top: 45px;
}


.ArtistaAttivo
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	background-color: #000000;
}

.TitoloNews
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	line-height: 65px;
}

.TitoloNews:hover
{
	background-color: #000000;
}

.divDettaglioNEWS
{
	padding-top: 20px;
	width: 1000px; 
	display: none;
}

.imgNews
{
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
	
}


.tblNews
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.TitoloNero_SX
{
	clear: both;
	width: 100%;
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #000000;
	text-align: left;
}

.TitoloNews_Data
{
	font-size: 54pt;
	font-family: Times New Roman;
	text-decoration: none;
	color: #999999;
	line-height: 65px;
}

.TitoloNews_Data:hover
{
	background-color: #000000;
}

.Footer
{
	clear: both;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 8px;
	text-align: left;
	margin-bottom: 20px;
	height: 12px;
	line-height: 12px;
}

.PartitaIva
{
	margin-left: 10px;
	text-align: left;
	height: inherit;
	margin-top: 0;
	line-height: 12px;
}

.Credits
{
	float: right;
	margin-right: 10px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 8px;
	height: inherit;
	margin-top: 0;
	line-height: 12px;
}
