/* CLASSE per il body */ 

	.sitePage {
		/* background-image: url("../img/layout/bg.gif"); 
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: top left; */
		background-color: #002F5E;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #10314E;
	}

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

/* 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 #CCCCCC;
		/*
		background-image: url("../img/layout/bkColSx.jpg"); 
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top left;
		*/
		background-color: #10314E;
		/* overflow: hidden; */
	}
	div#colSx {
		float: left;
		width: 709px;
		text-align: left;
		overflow: hidden;
		background-color: #FF9934;
		border-right: 1px solid #CCCCCC;
	}
	div#colDx {
		float: left;
		width: 250px;
		text-align: left;
		overflow: hidden;
	}
	div#footer {
		clear: both;
		width: 100%;
		height: 32px;
		border-top: 1px solid #CCCCCC;
		border-left: 0px;
		border-right: 0px;
		border-bottom: 0px;
		text-align: left;
		overflow: hidden;
		background-color: #10314E;
	}
	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%;
		height: 226px;
		background-image: url("../img/layout/bkHeader.jpg"); 
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: top left;
		text-align: right;
	}
	div#bannerContainer {
		clear: both;
		width: 100%;
		text-align: center;
	}
	div#spaceOverMenu {
		clear: both;
		width: 100%;
		height: 0px;
	}
	div#menuContainer {
		clear: both;
		width: 100%;
		text-align: right;
		overflow: hidden;
		color: #CCCCCC;
	}
	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; 
		border-top: 1px #CCCCCC dotted; 
		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: 10px;
		font-family: Arial, sans-serif;
		color:#000000;
	}
	.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: 10px;
    		color: #000000;
    		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: 10px;
    		color: #000000;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
		width: 97%;
		height: 20px;
	}
	.popupButton {
    		border: #052649 1px solid;
    		font-weight: normal;
    		font-size: 10px;
    		color: #000000;
    		font-family: Arial, sans-serif;
    		background-color: #FFFFFF;
	}
	/* Testo link in popup */
	a.txtPopupLink {
		color: #000000;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	a.txtPopupLink:hover {
		color: #000000;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	/* Testo selezionato */
	.txtSel {
		color: #FF9934;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: bold;
	}
	/* Testo Nome utente */
	.txtUsername {
		color: #CCCCCC;
		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: #333333; 
		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: 555px;
	}
	.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: 10px;
		font-family: Arial, sans-serif;
	}
	p {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	hr {
		width: 100%; 
		height: 1px; 
		border: 0; 
		color: #10314E;
		background-color: #10314E; 
		margin: 10px 0px 10px 0px;
	}
	.hr {
		clear: both;
		width: 100%; 
		height: 1px;  
		border-top: 1px #10314E dotted; 
		margin: 10px 0px 10px 0px;
	}
	a {
		color: #10314E;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a:hover {
		color: #10314E;
		font-family: Arial, sans-serif;
		text-decoration: underline;
		font-size: 10px;
		font-weight: normal;
	}

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

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

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

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

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

	/* Testo footer */
	.txtCopyright {
		color: #CCCCCC;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtCopyright {
		color: #CCCCCC;
		font-family: Arial, sans-serif;
		text-decoration: none;
		font-size: 10px;
		font-weight: normal;
	}
	a.txtCopyright:hover {
		color: #CCCCCC;
		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: 10px;
		font-weight: bold;
	}

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

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

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

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

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

	/* DIV contenitore per VIDEO SD, VIDEO HD e foto */
	.sdMultimediaContainer {
		/*
		display:inline; 
		float:left; 
		width:172px; 
		text-align:center;
		*/
		position:relative;
		display:inline; 
		float:left; 
		width:171px; 
		height:133px;
		text-align:center;
    		background-color: #CCCCCC;
		border-right: 1px solid #FF9900;
		border-bottom: 1px solid #FF9900;
	}
	.sdVideoThumb {
		position:absolute;
		left:50%;
		top:50%;
		margin-left: -75px;
		margin-top: -57px;
	}
	.sdPlayIcon {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 71px;
		top: 52px;
		z-index: 20;
		overflow: hidden;
	}

	.hdMultimediaContainer {
		/*
		display:inline; 
		float:left; 
		width:172px; 
		text-align:center;
		*/
		position:relative;
		display:inline; 
		float:left; 
		width:171px; 
		height:104px;
		text-align:center;
    		background-color: #CCCCCC;
		border-right: 1px solid #FF9900;
		border-bottom: 1px solid #FF9900;
	}
	.hdVideoThumb {
		position:absolute;
		left:50%;
		top:50%;
		margin-left: -75px;
		margin-top: -42px;
	}
	.hdPlayIcon {
		width: 30px;
		height: 30px;
		position: absolute;
		left: 71px;
		top: 37px;
		z-index: 20;
		overflow: hidden;
	}

	.picMultimediaContainer {
		/*
		display:inline; 
		float:left; 
		width:172px; 
		text-align:center;
		*/
		position:relative;
		display:inline; 
		float:left; 
		width:171px; 
		height:171px;
		text-align:center;
    		background-color: #FFFFFF;
		border-right: 1px solid #FF9900;
		border-bottom: 1px solid #FF9900;
	}
	.picVideoThumb2 {
		position:absolute;
		left:50%;
		top:50%;
	}
	.picVideoThumb {
		width: 84px;
		height: 84px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left: -42px;
		margin-top: -42px;
		overflow:hidden;
	}
	.picZoomIcon {
		width: 20px;
		height: 20px;
		position: absolute;
		left: 42px;
		top: 42px;
		z-index: 20;
		overflow: hidden;
	}

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

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

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

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

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

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

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