﻿body {
	background-image: url('images/br3.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: auto;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
}
a {
	color: white;
	text-decoration: none;
}
nowrap {
	white-space: nowrap;
}
#mainContainer {
	position: relative;
	width: 1100px; /*height: 900px;*/
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#mainContainerEX {
	padding-top: 80px;
	position: relative;
	width: 1100px; /*height: 900px;*/
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	left: 50px;
	top: 0px;
	position: absolute;
	width: 1000px;
	height: 80px;
	z-index: 100;
}
#headerEX {
	width: 1000px;
	height: 80px;
	z-index: 100;
	margin-left: auto;
	margin-right: auto;
}
#bodycontainer {
	position: absolute;
	left: 0px;
	top: 80px; /*height: 670px;*/
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#bodyEX {
	width: 1100px;
	background-image: url('images/ombraBody.png');
	background-repeat: repeat-y;
}
#body {
	position: absolute;
	left: 0px;
	top: 80px; /*height: 670px;*/
	width: 1100px;
	background-image: url('images/ombraBody.png');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#bodyContent {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#footer {
	position: absolute;
	left: 0px;
	top: 750px;
	height: 35px;
	width: 1100px;
	background-image: url('images/ombraFooter.png');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: x-small;
	vertical-align: top;
}
#footerEX {
	height: 40px;
	width: 1100px;
	background-image: url('images/ombraFooter.png');
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: x-small;
	vertical-align: top;
}
#overlaySplash {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	z-index: 20;
}
#bande {
	position: absolute;
	left: 0px;
	top: 325px;
	z-index: 30;
	width: 1000px;
}
#bandeEX {
	z-index: 30;
	width: 1000px;
	vertical-align: top;
}
#bandaRossa {
	background-image: url('images/bandaRossa.png');
	height: 110px;
}
#bandaBianca {
	background-color: white;
	height: 120px;
}
#bandaBiancaEX {
	background-color: white;
	padding-top: 13px;
}
#bandaGrigia {
	background-image: url('images/bandaGrigia.png');
	height: 110px;
	padding-left:10px;
}
img.whiteBorderImage {
	border: 3px solid #FFFFFF;
}
img.grayBorderImage {
	border: 3px solid #cccccc;
}
.linkHeaderWhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
}
.linkBodyWhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-size: 9pt;
}
.linkLinkWhite {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}
.linkHeaderBlack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	font-size: small;
	color: #000000;
}
.linkBodyBlack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: 9pt;
	color: #000000;
}
.linkLinkBlack {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CE2b37;
	font-size: small;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}
.homeMiniLink {
	font-family: Tahoma, Verdana, Arial;
	
	font-size: 9pt;
	color: #444444;
}
.homeMiniLabel {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	
	color: #808080;
}
/*METEO*/
.meteoTable {
	width: 600px;
	height: 400px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	font-weight: bold;
}
.meteoLabel {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	color: Gray;
}
.meteoDay {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold; /*color: #CE2b37;*/
	color: #000;
}
.meteoHour {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	color: #CE2b37;
	font-weight: bold;
}
/*PANNELLO3*/
.panel3Header {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	font-size: 12pt;
	height: 25px;
	padding-left: 10px; /*border-top: solid 2px #333;*/
	margin-bottom: 2px;
	cursor: pointer;
	padding-top: 5px;
	background-image: url('images/bg_pannello3.png');
	background-repeat: repeat;
}
.panel3Body {
	height: 400px;
	background-image: url('images/bg_pannello3.png');
	background-repeat: repeat;
}
.panel3Content {
	margin-left: 20px;
}
.panel3ContentTitle {
	margin-left: 10px;
}
.tdMeteo3Image {
	height: 30px;
}
.meteo3Table {
	height: 70px;
	width: 150px;
	margin-left: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#pannello3 {
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 40;
	width: 200px;
	height: 500px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	color: #fff;
	text-align: left;
}
.frecceRosse {
	color: #CE2b37;
	font-weight: bold;
	/*letter-spacing: -3px;*/
	margin-right: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
}
/*STILI CONTENT*/
.divContent {
	width: 570px;
}
.sdh1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: large;
	font-weight: bold;
	margin-top: 30px;
	color: #CE2b37;
}
.sdh2grigio {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	font-weight: bold;
	margin-top: 30px;
	color: #666;
}
.sdh2rosso {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	font-weight: bold;
	margin-top: 30px;
	color: #CE2b37;
}
.linkGrigio {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	text-decoration: none;
	color: #666;
}
.labelGrigio {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	text-decoration: none;
	color: #999;
}
.labelNero {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	text-decoration: none;
	color: #000;
}
.linkRosso {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #CE2b37;
}
.sdTesto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: small;
	padding-right: 20px;
	text-align: justify;
}
.tableContent {
	width: 73%;
	margin-bottom: 30px;
}
/*JQUERY POPUP*/
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	/*border: 1px solid #cecece;*/
	z-index: 200;
}
.popupContact {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	
	z-index: 201;
	
	/*margin-top: 100px;
	margin-bottom: 100px;*/
	
	 
}

.popupContactFrame
{
   background: #FFFFFF;
    border: 3px solid #cecece;
    padding: 0px 12px 12px 12px;
    font-size: 13px;
}
#popupContact h1 {
	text-align: left;
	color: #6FA5FD;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
.popupContactClose {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #fff;
	font-weight: 700;
	display: block;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align: right;
	cursor: pointer;
}
#button {
}
/*LINK4*/
.txtSpan {
	width: 170px;
}
.imgSpan {
	width: 120px;
	height: 80px;
}
/*menuSX*/
.menuSXitem {
	text-decoration: none;
	color: Black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: 9pt;
}
.menuSXtdChild {
	height: 20px;
	background-image: url('images/menuSXsep.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	padding-left: 25px;
}
.menuSXtd {
	height: 20px;
	background-image: url('images/menuSXsep.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}
.menuSXTDtitle {
	height: 50px;
	color: Black;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 15px;
}
.redDot {
	margin: 4px;
	width: 7px;
	height: 12px;
	background-color: #FF0000;
	float: left;
}
/* root element for scrollable */
div.scrollable {
	/* required settings */     position: relative;
	overflow: hidden; /* vertical scrollers have typically larger height than width */
	height: 360px;
	width: 200px;
}

/* root element for scrollable */
div.scrollableMeteo {
	/* required settings */     position: relative;
	overflow: hidden; /* vertical scrollers have typically larger height than width */
	height: 460px;
	width: 590px;
}
/* root element for scrollable items */
div.scrollable div.items {
	position: absolute; /* this time we have very large space for the height */
	height: 20000em;
}

/* root element for scrollable items */
div.scrollableMeteo div.items {
	position: absolute; /* this time we have very large space for the height */
	height: 20000em;
}
a.prevPage
{
    cursor:pointer;
}

a.nextPage
{
    cursor:pointer;
}


.tableShadowBox
        {
            width: 100%;
            
        }
        
        
        .divShadowBox
{
    background-color: #FFFFFF;
    padding: 20px;
}