/* CLASSE per il body */ 

	.sitePage {
		background-color: #F1F1F1;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #052649;
	}

/* ------------------ */

/* CLASSI per il LOADER */

	div#pageLoader {
		position: absolute; 
		width: 100%; 
		height: 100%; 
		top: 0; 
		left: 0; 
		background-color: #FFFFFF;
		filter: alpha(opacity=60);
		-moz-opacity: 0.60;
		opacity: 0.60; 
		font-family: Arial, sans-serif;
		color: #052649; 
		z-index: 300;
	}
	div#pageLoaderContent {
		position: relative;
		top: 50%;
		left: 50%;
		width: 32px;
		height: 32px;
		margin-left: -16px;
		margin-top: -16px;
	}

/* -------------------- */

/* CLASSI struttura layout --------------------------- */

	div#pageContainer {
		position: relative;
		top: 0;
		left: 50%;
		width: 960px;
		margin-left: -480px;
		border: 1px solid #333333;
		background-image: url("../img/layout/bkColSx.jpg"); 
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top left;
		background-color: #052649;
		/* overflow: hidden; */
	}
	div#colSx {
		float: left;
		width: 300px;
		text-align: left;
		overflow: hidden;
	}
	div#colDx {
		float: left;
		width: 660px;
		text-align: left;
		overflow: hidden;
		background-color: #FFCC00;
	}
	div#footer {
		clear: both;
		width: 100%;
		height: 32px;
		border-top: 1px solid #333333;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		text-align: left;
		overflow: hidden;
		background-color: #FFE16C;
	}
	div#langMenuContainer {
		clear: both;
		width: 100%;
		text-align: right;
		overflow: hidden;
	}
	div#spaceOverPage {
		clear: both;
		width: 100%;
		height: 10px;
	}
	div#pageLogo {
		clear: both;
		width: 100%;
	}
	div#spaceOverMenu {
		clear: both;
		width: 100%;
		height: 110px;
	}
	div#menuContainer {
		clear: both;
		width: 100%;
		text-align: right;
		overflow: hidden;
	}
	div#menuBackground {
		float: right; 
		width: 80%; 
		/* 
		background-color: #FFFFFF;
		filter: alpha(opacity=60);
		-moz-opacity: 0.60;
		opacity: 0.60;
		*/ 
	}
	.noBorder {
		border: 0px;
	}
	.clearerDiv {
		clear: both;
		height: 1px;
	}

	/* Lista articoli */
	.boxRow {
		clear: both;
		width: 100%;
		text-align: left;
	}
	.boxLink {
		clear: both;
		width: 100%;
		text-align: right;
	}
	.boxInterlinea {
		clear: both;
		width: 100%; 
		height: 10px; 
	}

	/* MENU */
	.menuRow {
		width: 100%;
		text-align: right;
	}
	.menuPrivateRow {
		width: 100%;
		height: 20px;
		overflow: hidden;
		text-align: right;
	}
	.menuInterlinea {
		width: 100%; 
		height: 1px; 
		border: 0; 
		background-color: #052649; 
		margin: 0px 0px 10px 0px;
	}


	/* Finestre modali */

	div#actionChannel {
		position:absolute;
		top:50%;
		left:50%;
		border: 1px solid #333333;
		background-color: #F1F1F1;
		display: none;
		z-index: 100;
		overflow: hidden;
	}
	div#actionChannelShadow {
		position:absolute;
		top:50%;
		left:50%;
		background-color: #333333;
		filter: alpha(opacity=30);
		-moz-opacity: 0.30;
		opacity: 0.30;
		display: none;
		z-index: 95;
		overflow: hidden;
	}
	div#viewChannel {
		position:absolute;
		top:50%;
		left:50%;
		border: 1px solid #333333;
		background-color: #F1F1F1;
		display: none;
		z-index: 200;
		overflow: hidden;
	}
	div#viewChannelShadow {
		position:absolute;
		top:50%;
		left:50%;
		background-color: #333333;
		filter: alpha(opacity=30);
		-moz-opacity: 0.30;
		opacity: 0.30;
		display: none;
		z-index: 195;
		overflow: hidden;
	}
	div#referInfo {
		position:absolute;

		top:50%;
		left:50%;

		margin-left:-5px;
		margin-top: -150px;

		width:10px;
		height:10px;
		z-index: 100;
	}
	div#actionWindowContainer {
		overflow: hidden;
	}
	div#viewWindowContainer {
		overflow: hidden;
	}

/* --------------------------------------------------- */

/* CLASSI per il contenuto dei popup ----------------- */

	.popupPage {
		background-color: #F1F1F1;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color:#052649;
	}
	.formRow {
		clear: both;
		width: 100%;
		text-align: center;
	}
	.formSubRow {
		float:left;
		width: 50%;
		text-align: center;
	}
	.formHalfSubRow {
		float:left;
		width: 25%;
		text-align: left;
	}
	.formHSpace {
		clear: both;
		width: 100%;
		height:10px;
	}
	.labelDiv {
		float: left;
		width: 50%;
		text-align: right;
	}
	.labelPad {
		padding: 3px 10px 0px 0px;
	}
	.inputDiv {
		float: left;
		width: 50%;
		text-align: right;
	}
	.popupInput {
    		border: #052649 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #052649;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		width: 97%;
		height: 18px;
	}
	.popupSelect {
		margin: 0px;
		padding: 0px;
    		border: #052649 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #052649;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		width: 97%;
		height: 20px;
	}
	.popupButton {
    		border: #052649 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #052649;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}
	/* Testo link in popup */
	a.txtPopupLink {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtPopupLink:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	/* Testo selezionato */
	.txtSel {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	/* Testo Nome utente */
	.txtUsername {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 13px;
		font-weight: bold;
	}

	.formInterlinea {
		clear: both;
		width: 100%; 
		height: 1px; 
		border: 0; 
		background-color: #052649; 
		margin: 0px 0px 15px 0px;
	}

	/* Dettaglio */

	/* Scheda dettaglio */

	.dtContainer {
		clear: both;
		overflow: hidden;
	}
	.dtImg {
		float: left;
		width: 120px;
	}
	.dtFile {
		clear: both;
		width: 100%;
		text-align: right;
	}
	.dtHSpace {
		float: left;
		width: 10px;
	}
	.dtVSpace {
		clear: both;
		height: 10px;
	}
	.dtHalfBody {
		float:left;
		width: 510px;
	}
	.dtBody {
		float:left;
		width: 100%;
	}
	.dtData {
		clear: both;
		width: 100%;
		text-align: right;
	}
	.singleImgContainer {
		position: relative;
	}
	.imgInfo {
		position: absolute;
		top: 5px;
		left: 5px;
		width:10px;
		height:10px;
		z-index: 5;
	}
	/* Testo Data Ultima modifica */
	.txtDtData {
		color: #FFFFFF;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	.imgsx {
		float:left;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

/* --------------------------------------------------- */

/* CLASSI Generali ----------------------------------- */

	form {
		margin:0px;
	}
	td, th {
		margin: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-size: 11px;
		font-family: Arial, sans-serif;
	}
	p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	hr {
		width: 100%; 
		height: 1px; 
		border: 0; 
		color: #052649;
		background-color: #052649; 
		margin: 5px 0px 5px 0px;
	}
	.hr {
		clear: both;
		width: 100%; 
		height: 1px; 
		border: 0; 
		background-color: #052649; 
		margin: 5px 0px 5px 0px;
	}
	a {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
	}
	a:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: normal;
	}

/* --------------------------------------------------- */

/* CLASSI Testo -------------------------------------- */

	/* Testo voci di menu */
	.txtMenu {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtMenu {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtMenu:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}

	/* Testo voci menu di servizio (es accedi..) */
	a.txtMenuPrivate {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtMenuPrivate:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: bold;
	}

	/* Testo footer */
	.txtCopyright {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtCopyright {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtCopyright:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: normal;
	}

	/* Testo alert compilazione form */
	.txtAlert {
		color: #CC0000;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}

	/* Testo risultato azione */
	.txtResult {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
	}

	/* Titolo articoli */
	.titleDB {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.titleDB {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	a.titleDB:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: bold;
	}

	/* Testo articoli */
	.textDB {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
	}
	a.textDB {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
	}
	a.textDB:hover {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 11px;
		font-weight: normal;
	}

	/* Data articoli */
	.txtDataDB {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
		font-style: italic;
	}

	/* Riepilogo parametri di ricerca articoli */
	.txtDtRicerca {
		color: #052649;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}

/* --------------------------------------------------- */

/* CLASSI Padding ------------------------------------ */

	.dblPad {
		padding: 20px 20px 20px 20px;
	}
	.totalPad {
		padding: 10px 10px 10px 10px;
	}
	.semiPad {
		padding: 0px 20px 0px 20px;
	}

/* --------------------------------------------------- */

/* CLASSI Input -------------------------------------- */

	.campo {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		height: 18px;
	}
	.tasto {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}
	select {
    		border: #666666 1px solid;
    		font-weight: normal;
    		font-size: 11px;
    		color: #666666;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}

/* --------------------------------------------------- */