/*==============================
	GLOBALS
Sets the default document font size, family and color
===============================*/
body
{
	font-family:Verdana;
	font-size:12px; 
	color:#7b88be;
	text-align: center;

    target-new: tab;
	target-position: 

	scrollbar-arrow-color: #7b88be;
	scrollbar-3dlight-color: #7b88be;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #e9ecf6;
	scrollbar-shadow-color: #e9ecf6;
	scrollbar-darkshadow-color: #193584;
	scrollbar-track-color: #FFFFFF;
}

input.mybtn { 
	font-family:Verdana;
	font-size:12px; 
	font-weight: 800;
	color:#596286;
	text-align: center;
	background-color: #b8c1e0; 
	height: 27px; 
	width: 82px;
	/*border:1px solid; 
	border-color: #696 #363 #363 #696;*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient 
	(GradientType=0,StartColorStr='#d1d9f5',EndColorStr='#a1aad2')*/
	} 


/*==============================
	SITE WRAPPER
===============================*/
.site-wrapper
{

	width:1200px; 
 
	margin-left:auto;  
	margin-right:auto;
	text-align: left;
	margin-top: 0px;
 
	/*border:solid 1px red;*/
}

/*==============================
	HEADER WRAPPER
===============================*/
.header-wrapper
{
	position: relative;
	z-index:5;
	left: 24x;
	top: 0px;
	width:1176px; 
	height:80px; 	 
	/*border:solid 1px blue;*/
}

/*-----------------------------
    Sezioni dell'HEADER
  -----------------------------*/
.header-title
{
	z-index:6;
	position: relative;
	margin-left: 22px;
	/*border:solid 1px purple;*/
}

.header-photo-wrapper
{
	width:1200px; 
	height:220px; 
	z-index: 0;
	/*border:solid 2px black;*/
}
.header-photo
{
	position: relative;
	width:1200px; 
	height:215px; 
	/*border:solid 3px purple; */
	z-index: 0;
}
.header-riquadro-bianco
{
	position: absolute;
	background-color: white;
	left: 840px;
	top: -1px;
	width: 39.41px;
	z-index:10;
	/*border:solid 2px black;*/
}

.header-ufoto-esterna
{
	position: absolute;
	/*background-color: white;*/
	left: 885px;
	top: -2px;
	width: 250px;
	z-index:100;
	/*filter: Alpha(Opacity=80, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);   */
	/*border:solid 1px purple;*/
}

.header-ufoto
{
	position: relative;
	left: 0px;
	top: 0px;
}


/*==============================
	NAVBAR WRAPPER
===============================*/
.navbar-wrapper
{
	width:1157px;
	height:40px; 
	margin-left: 23px;
	margin-top: 3px;
	/*float: left;*/
	/*border:solid 2px black; */
}

/*------------------------------
	Sezioni della navbar
  ------------------------------*/

.navbar-button
{
	margin-left: 4px;
}

.navbar-icon {
	margin-left: 36px;
}

/*==============================
	BODY WRAPPER
===============================*/
.bw-body-wrapper
{
	position: relative;
	/*background-color: red;*/
	width:1152px;
	height:465px; 
	margin-left: 23px;
	margin-top: 10px;
	z-index: 6;
	/*float: left;*/
	/*border:solid 1px green;*/
}

/*------------------------------
	Sezioni del BODY
  ------------------------------*/

/*------------------------------
	LEFT WRAPPER
  ------------------------------*/
.bw-left-wrapper
{
	position: absolute;
	/*background-color: yellow;*/
	left: 0px;
	top: 0px;
	width: 816px;
	height: 463;
	z-index:10;
	background-image: url("NLgraph/sfumatura_body.jpg");
	background-repeat: repeat-x;
	/*border:solid 1px black;*/
}

	/*------------------------------
		Sezioni del LEFT
	  ------------------------------*/
	.body-left {
		/*position: absolute;*/
		float: left;
		margin-left: 18px;
		margin-top: 10px;
		/*border: solid 1px blue;*/
	}

	.body-left-box {
	width:191px !important;width /**/:200px;
    height:190px !important;height /**/: 200px;
    overflow:auto;padding: 4px;
	}

	.body-left-left-col {
		width: 100px;
		margin-right: 0px;
		float: left;
		/*border: solid 1px pink;*/
	}

	.body-left-right-col {
		width: 385px;
		margin-top: 10px;
		margin-left: 15px;
		float: left;
		/*border: solid 1px green;*/
	}

	.risto {
		margin-top: 8px;
	}

	.riga-mese {
		margin-top: 5px;
		height: 172px;
		margin-bottom: 5px;
		/*border: solid 1px black;*/
	}




/*------------------------------
	RIGHT WRAPPER
  ------------------------------*/
.bw-right-wrapper
{
	position: absolute;
	/*background-color: green;*/
	left: 856px;
	top: 0px;
	width: 295px;
	height: 100%;
	z-index:15;
	background-image: url("NLgraph/sfumatura_body.jpg");
	background-repeat: repeat-x;
	/*border:solid 1px blue;*/
}

	/*------------------------------
		Sezioni del RIGHT
	  ------------------------------*/
	.body-right {
		/*position: absolute;*/
		margin-left: 0px;
		margin-top: 0px;
		/*border:solid 1px black;*/
	}

	.body-right-titolo {
		/*position: absolute;*/
		margin-left: 6px;
		/*border:solid 1px black;*/
	}

	.iframe-link {
		/*position: absolute;*/
		margin-left: 0px;
		margin-top:  5px;
		width: 290px;
		/*border:solid 1px yellow;*/
	}


/*-------------------------------
	Altri elementi del body
	senza contenitore
  -------------------------------*/

.body-ora-elem{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #193584;
}

.body-autore-elem{
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
}

.body-autore-elem-b {
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

.body-titolo-elem{
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
}

.body-foto-mese {
	/*position: absolute;*/
	width: 180;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}

.body-testo-foto-mese {
	/*position: absolute;*/
	margin-top: 10px;
	/*border: solid 1px black;*/
}

.body-voti-elem{
	margin-top: 50px;
	font-family: Verdana; 
	font-size: 12px;
	color: #193584;
}

.iframe-news {
	/*position: absolute;*/
	margin-left: 0px;
	margin-top: 50px;
	width: 384px;
	/*height: 500px;*/
	/*border: solid 1px black;*/
}


.riga-dett-news {
	margin-bottom: 10px;
	/*border: solid 1px black;*/
}

.riga-foto-news {
	width: auto;
	margin-bottom: 10px;
	/*border: solid 2px green;*/
}


.foto-col-dett-news {
	position: relative;
	width: auto;
	float: none;
	/*margin-right: auto;
	margin-left: auto;*/
	margin-bottom: 10px;
	background-color: transparent;
	/*border: solid 1px yellow;*/
}

.foto-bordo-grande {
	/*position: relative;*/
	float: none;
	padding:20px;
	border:solid;
	border-color: #b8c0df #aaaaaa #aaaaaa #b8c0df;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	/*border: solid 1px red;*/
}

.foto-bordo-piccolo {
	float: left;
	padding:10px;
	border:solid;
	border-color: #b8c0df #aaaaaa #aaaaaa #b8c0df;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}

.foto-bp-a-capo {
	padding:10px;
	border:solid;
	border-color: #b8c0df #aaaaaa #aaaaaa #b8c0df;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	text-align: center;
}



.top-dett-wrapper {
	position: relative;
	margin-bottom: 15px;
	/*border: solid 1px blue;*/
}

.esci-dett-wrapper {
	position: relative;
	width: 60px;
	float: right;
	text-align: right;
	/*border: solid 1px red;*/
}

.ora-dett-news{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #193584;
}

.riga-blu {
	position: absolute;
	left: 12px;
	top: 238px;
	height: 10px;
	width: 100%;
	background-color: transparent;
	/*border-bottom: solid 1px #193484;
	border-color: #193484 #193484 #193484 #193484;
	border-width: 1px 2px 2px 1px;*/
	border-top-color: #abb4d8;
	border-top-width: 2px;
	border-top-style: dashed;

}


.iframe-riga-news {
	margin-top: 10px;
	/*position: relative;*/
	height: 260px;
	margin-bottom: 10px;
	/*border: solid 1px black;*/
}

.iframe-foto-news {
	float: left;
	border-bottom: white 10px solid;
	border-top: white 10px solid;
	border-left: white 10px solid;
	border-right: white 10px solid;
}

.iframe-foto-col {
	width: 100px;
	float: left;
	margin-right: 3px;
}

.iframe-news-col {
	width: 230px;
	float: right;
	/*border: solid 1px black;*/
}
.iframe-news-col-unica {
	width: 620px;
	float: right;
	/*border: solid 1px black;*/
}

.iframe-titolo-news{
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
}

.iframe-titolo-news-blu {
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: #193584;
	text-align: left;
}

.iframe-titolo-news-b{
	cursor: hand;
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	/*-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;*/

}
.iframe-titolo-news-b-nl{
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

.iframe-continua-wrapper {
	margin-top: 15px;
	float: right;
	width: 100px;
	/*border: solid 1px red;*/
}

.iframe-ora-news{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #193584;
}

.data-foto {
	font-family: Verdana; 
	font-size: 11px;
	font-weight: 800;
	color: #193584;
}

.iframe-white-news{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: white;
	float: left;
}

.iframe-testo-news{
	position: relative;
	margin-top: 5px;
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 100;
	color: #7b88be;
}

.iframe-gallery {
	/*position: absolute;*/
	margin-left: 0px;
	margin-top: 50px;
	width: 786px;
	/*height: 406px;*/
	/*border:solid 1px blue;*/
}

.titolo-gallery {
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	/*float: left;*/
	color: white;
}


.dett-gallery-wrapper
{
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	/*border:solid 1px blue;*/
}

.img-click-link {
	position: absolute;
	width: 350px;
	height: 30px;
	background-image: url("NLgraph/trasp.png");
	z-index: 10;
}

.box-titolo {
	width: 650px;
	height: 50px;
	background-color: #c9d1ef;
	margin-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 600px;
	height: 44px;
	z-index:10;
	/*border:solid 1px red;*/
}

.gallery-titolo-bianco {
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
}

.gallery-titolo-blu {
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: #193484;
}

/* =========================== */
/*  file input personalizzato  */
/* =========================== */
.fileinputs {
	position: relative;
}
.fakefile {
	position: absolute;
	top: 2px;
	left: 0px;
	-moz-opacity:100 ;
	filter:alpha(opacity: 100);
	opacity: 100;
	z-index: 20;
	/*border: solid 1px black;*/
}
input.file {
	position: relative;
	text-align: right;
	height=28px;
	-moz-opacity:10 ;
	filter:alpha(opacity: 10);
	opacity: 10;
	z-index: 30;
	/*border: solid 1px red;*/
}

/*-------------------------------
	FRAME Rubriche
  -------------------------------*/
.riga-rubriche {
	margin-top: 15px;
	margin-left: 5px;
	height: 300px;
	margin-bottom: 5px;
	/*border: solid 1px black;*/
}

.rubriche-left-col {
	width: 385px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 15px;
	float: left;
	/*border: solid 1px pink;*/
}

.rubriche-right-col {
	width: 385px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	/*border: solid 1px green;*/
}

/*---------------------------------------------
	FRAME Biblioteca in Community (3 riquadri)
  ---------------------------------------------*/

.riga-biblioteca {
	margin-top: 5px;
	margin-left: 5px;
	height: 442px;
	margin-bottom: 5px;
	float: left;
	/*border: solid 1px green;*/
}

.sotto-riga-biblioteca {
	margin-top: 10px;
	margin-left: 0px;
	height: 385px;
	/*border: solid 1px red;*/
}

/*-------------------------------
	FRAME Community (4 riquadri)
  -------------------------------*/
.body-community {
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	/*border: solid 1px blue;*/
}

.community-left-col {
	width: 385px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	float: left;
	/*border: solid 1px blue;*/
}

.community-right-col {
	width: 385px;
	margin-top: 0px;
	margin-left: 15px;
	float: left;
	/*border: solid 1px black;*/
}

.riga-community {
	margin-top: 5px;
	margin-left: 5px;
	height: 215px;
	margin-bottom: 5px;
	float: left;
	/*border: solid 1px green;*/
}

.riga-lunga-community {
	margin-top: 5px;
	margin-left: 5px;
	height: 400px;
	margin-bottom: 5px;
	float: left;
	/*border: solid 1px #CC0066;*/
}


.sotto-riga-community {
	margin-top: 10px;
	margin-left: 0px;
	height: 160px;
	/*border: solid 1px red;*/
}

/*------------------------------------
	FRAME Articoli (1 sola colonna)
  ------------------------------------*/

.articolo-col {
	width: 550px;
	float: right;
	/*border: solid 1px black;*/
}

.articolo-foto-bordo {
	float: left;
	text-align: center;
	padding:10px;
	border:solid;
	border-color: #b8c0df #aaaaaa #aaaaaa #b8c0df;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}


/*-----------------------------------
	FRAME programmi
  -----------------------------------*/

.riga-progr {
	margin-top: 15px;
	margin-left: 5px;
	height: 300px;
	width: 290px;
	margin-bottom: 5px;
	/*border: solid 1px black;*/
}




/*===============================
	GENERALI
  ===============================*/

 a img {
	border: none !important;
}

table, td{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 100;
	color: #7b88be;
}

table, td.scuro{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 100;
	color: #193584;
}

td.biancobordo{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

td.bianco{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: white;
	/*z-index:10;
	display: inline; 
	height:100%;
	filter: glow (color=#1b3085, Strength=1)*/
}


td.righetta{
	font-family: Verdana; 
	font-size: 1px;
}


td.articolo-titolo {
	/*font-family: Verdana; 
	font-size: 20px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	filter: glow (color=#1b3085, Strength=1.5);
	text-decoration: none;*/
	font-family: Verdana; 
	font-size: 1.5em;
	color: #193484;
	font-weight: 800;
	text-decoration: none;
	}

a.articolo-titolo-esterno {
	font-family: Verdana; 
	font-size: 20px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

	text-decoration: none;
	}

a.articolo-titolo-esterno:hover {
	font-family: Verdana; 
	font-size: 20px;
	font-weight: 800;
	color: white;
	z-index:10;
	display: inline; 
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}


A {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
}

A:hover {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
}


A.nonunderline {
	text-decoration: none;
}

A.nonunderline:hover {
	text-decoration: underline;
}

A.link-nonu {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
	text-decoration: none;
}

A.linknonu:hover {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
	text-decoration: underline;
}

A.linknonu:visited {
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: #7b88be;
	text-decoration: none;
}

A.link-piccolo-w{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: white;
	/*z-index:10;
	display: inline; 
	height:100%;
	filter: glow (color=#1b3085, Strength=1)*/
}

A.link-piccolo-w:hover{
	font-family: Verdana; 
	font-size: 12px;
	font-weight: 800;
	color: white;
	/*z-index:10;
	display: inline; 
	height:100%;
	filter: glow (color=#1b3085, Strength=1)*/
}


A.iframe-white-news{
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
	float: none;
	text-decoration: none;
}

A.iframe-white-news:hover {
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: white;
	float: none;
	text-decoration: none;
}

A.iframe-blue-news{
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: #193584;
	float: none;
	text-decoration: none;
}

A.iframe-blue-news:hover {
	font-family: Verdana; 
	font-size: 15px;
	font-weight: 800;
	color: #193584;
	float: none;
	text-decoration: none;
}


A.titolo-bianco-g {
	font-family: Verdana; 
	font-size: 16px;
	font-weight: 800;
	color: white;
	text-decoration: none ;
}

A.titolo-bianco-g:hover {
	font-family: Verdana; 
	font-size: 16px;
	font-weight: 800;
	color: white;
	text-decoration: none;
}

.righetta{
	border-bottom: solid 1px #dddddd;
	border-right: solid 2px #dddddd;
	/*border: solid 1px #193584;
	background-color: yellow;*/
}

.riga-titolo {
	/*background-color: #dbe0f0;*/
	/*background-color: transparent;*/
	/*background-image: url("NLgraph/sfumatura_titolo.jpg");*/
	/*border-top: solid 1px #828fc7;
	border-left: solid 1px #828fc7;
	border-right: solid 2px #7682b6;
	border-bottom: solid 2px #7682b6;*/
	border-top: solid 1px #8c9bce;
	border-left: solid 1px #8c9bce;
	border-right: solid 2px #6f7ba6;
	border-bottom: solid 2px #6f7ba6;
	padding: 10px;
	filter: opacity(100%);
	opacity: 1;
}

.testo-titolo-w {
	/*position: absolute;*/
	cursor: hand;
	z-index:10;
	display: inline; 
	font-family: Verdana; 
	font-size: 1em;
	color: white;
	font-weight: 800;
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

.testo-titolo-w-nl {
	/*position: absolute;*/
	z-index:10;
	display: inline; 
	font-family: Verdana; 
	font-size: 1em;
	color: white;
	font-weight: 800;
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

.testo-titolo-w2 {
	/*position: absolute;*/
	z-index:10;
	display: inline; 
	font-family: Verdana; 
	font-size: 1.5em;
	color: white;
	font-weight: 800;
	height:100%;
	/*filter: glow (color=#1b3085, Strength=1);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}

a.link-titolo-b {
	/*display: inline; */
	font-family: Verdana; 
	font-size: 1.5em;
	color: #193484;
	font-weight: 800;
	text-decoration: none;
}

a.link-titolo-b:hover {
	/*display: inline; */
	font-family: Verdana; 
	font-size: 1.5em;
	color: #193484;
	font-weight: 800;
	text-decoration: none;
}

a.link-titolo-b:visited {
	/*display: inline; */
	font-family: Verdana; 
	font-size: 1.5em;
	color: #193484;
	font-weight: 800;
	text-decoration: none;
}


.testo-titolo-b {
	display: inline;
	font-family: Verdana; 
	font-size: 1.5em;
	color: #193484;
	font-weight: 800;
}


.contornotesto {
	/*background-color: #dbe0f0;*/
	display: inline; 
	height:100%;
	/*filter: glow (color=#193584, Strength=1)
				opacity(100%);*/

	text-shadow: 0px 0px 1px #1b3085;
	-webkit-text-shadow: 0px 0px 1px #1b3085;
	-moz-text-shadow: 0px 0px 1px #1b3085;

}


