/* tag */
body {
	margin: 0px;
	background-color: #223948;
}
td {
	font-family: "trebuchet MS", tahoma, Helvetica, arial, sans-serif;
	font-size: 11px;
}


/* livelli */
#centropagina {
	width: 900px;
	z-index: 0;
	position: relative;
}
#sfondo_menu {
	position: absolute;
	z-index: 1;
	background-color: #000000;
	width: 200px;
	height: 400px;
	left: 0px;
	filter: Alpha(Opacity=50);
}
#menu {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: 370px;
	left: 0px;
	margin-top: 30px;
}
#dhtmltooltip{
	padding: 3px;
	visibility: hidden;
	padding-left: 10px;
	font-weight: bold;
	color: #CA6317;
	background-color: #E8E8E8;
}
#sfondoutente {
	background-color: #223948; 
	z-index: 10; 
	position: absolute; 
	width: 200px; 
	height: 50px; 
	filter: Alpha(Opacity=75); 
	-moz-opacity: 0.75;
}
#utente {
	color: #FFFFFF;
	position: absolute;
	z-index: 11;
	margin-top: 10px;
	margin-left: 10px;
	width: 180px;
}



/* celle pagine */
.curva_sotto {
	background-image: url(images/home_dw_dx.gif);
	background-repeat: no-repeat;
	background-color: #CEC959;
	background-position: right bottom;
}





/* testate */
.sfondo1 { background: url(images/testate/01.jpg) no-repeat top right; }
.sfondo2 { background: url(images/testate/02.jpg) no-repeat top right; }
.sfondo3 { background: url(images/testate/03.jpg) no-repeat top right; }
.sfondo4 { background: url(images/testate/04.jpg) no-repeat top right; }
.sfondo5 { background: url(images/testate/05.jpg) no-repeat top right; }
.sfondo6 { background: url(images/testate/06.jpg) no-repeat top right; }
.sfondo7 { background: url(images/testate/07.jpg) no-repeat top right; }
.sfondo8 { background: url(images/testate/08.jpg) no-repeat top right; }
.sfondo9 { background: url(images/testate/09.jpg) no-repeat top right; }
.sfondo10 { background: url(images/testate/10.jpg) no-repeat top right; }
.sfondo11 { background: url(images/testate/11.jpg) no-repeat top right; }
.sfondo12 { background: url(images/testate/12.jpg) no-repeat top right; }
.sfondo13 { background: url(images/testate/13.jpg) no-repeat top right; }
.sfondo14 { background: url(images/testate/14.jpg) no-repeat top right; }
.sfondo15 { background: url(images/testate/15.jpg) no-repeat top right; }
.sfondo16 { background: url(images/testate/16.jpg) no-repeat top right; }
.sfondo17 { background: url(images/testate/17.jpg) no-repeat top right; }
.sfondo18 { background: url(images/testate/18.jpg) no-repeat top right; }
.sfondo19 { background: url(images/testate/19.jpg) no-repeat top right; }
.sfondo20 { background: url(images/testate/20.jpg) no-repeat top right; }
.sfondo21 { background: url(images/testate/21.jpg) no-repeat top right; }
.sfondo22 { background: url(images/testate/22.jpg) no-repeat top right; }
.sfondo23 { background: url(images/testate/23.jpg) no-repeat top right; }
.sfondo24 { background: url(images/testate/24.jpg) no-repeat top right; }
.sfondo25 { background: url(images/testate/25.jpg) no-repeat top right; }
/*
.sfondo26 { background: url(images/testate/26.jpg) no-repeat top right; }
.sfondo27 { background: url(images/testate/27.jpg) no-repeat top right; }
.sfondo28 { background: url(images/testate/28.jpg) no-repeat top right; }
.sfondo29 { background: url(images/testate/29.jpg) no-repeat top right; }
.sfondo30 { background: url(images/testate/30.jpg) no-repeat top right; }

*/

.solostampa {
	display: none;
	visibility: hidden;
}
.tabella {
	background-color: #223948;
	width: 100%;
}
.tabella  td {
	background-color: #FFFFFF;
}
.tabella .intestazione {
	font-weight: bold;
	color: #223948;
	background-color: #CEC959;
}
.tabella .sottotitolo {
	font-weight: bold;
	background-color: #CADBE6;
}
.tabella .totale {
	font-weight: bold;
	background-color: #E5E5E5;
}
.livello_comune {
	display: none;
	position: absolute;
	z-index: 1;
	height: 150px;
	width: 175px;
	left: 700px;
	top: 500px;
	background-image: url(images/socio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-left: 25px;
	background-color: #CCCCCC;
}
.didascalia {
	padding: 5px 5px 5px 12px;
	background-color: #CEC959;
	font-family: "trebuchet MS", tahoma, Helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #223948;
	text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "trebuchet MS", tahoma, Helvetica, arial, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

