/* CSS Document */
/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

/*###################################### END GENERIC CLASSES ######################################*/


/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

html,body{
	margin: 0;
	padding:0;
	height:100%;
}

body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

#container{
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
	position:relative;
	margin: 0 auto;
}

body>div#container{height:auto; min-height:100%}


#content{
	display: inline;
	float: left;
	position:relative;
   width: 984px;
   margin:0;
   background:#FFFFFF;
}

#header{
	display: inline;
	float: left;
	width: 180px;

}

#header h1{
	display: inline;
	float: left;
	width: 180px;
	height: 348px;
}

#header h1 span{
	display: none;
}

#footer{
	display: inline;
	float: left;
	position: absolute;
	bottom:0;
	font-size: 11px;
	width: 100%;
	height:91px;
	background: url(../images/bgFooter.jpg) #00FF00 repeat-x;
}

/*###################################### left NAV ######################################*/

#leftNav{
	display: inline;
	float: right;
	width: 180px;
	background: url(../images/bgTitleLeftNav.gif) top no-repeat;
    min-height: 400px;
}


#leftNav ul {
	display: inline;
	float: left;
	list-style: none;
	margin-top:25px;
}

#leftNav li {
	display: inline;
	float: left;

}

#leftNav li a {
	display: inline;
	float: left;
	color: #4671d5;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	border-top: 1px #2a4480 dotted;
	width: 145px;
	margin-left:17px;
	padding-top:7px;
	padding-bottom:7px;
}

#leftNav li a:hover, #leftNav li a.leftSel {
	 /*font-weight: bold; */
	 color:#f9ba00; 
}

/*#****################################### NAV secondo livello #########################################*/

#leftNav a.secondo {
    font-size: 11px;
    color: #5d83da;
	padding-left:13px;
	width:132px;
	
}
                                    

/*#****################################### up NAV #########################################*/
#upNav{
	display: inline;
	float: left;
	width: 804px;
	height:35px;
	font-size:14px;
	background:url(../images/bgUpNav.gif) right no-repeat;
	

}

#upNav ul {
	display: inline;
	float: left;
	list-style: none;
	margin-top:10px;
	margin-left:340px;
}

#upNav li {
	display: inline;
	float: left;
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
	font-size:15px;
}

#upNav li a {
	display: inline;
	float: left;
	color: #fff;
	padding-top:3px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

#upNav li a:hover, #upNav li a.rightSel {
	 /*font-weight: bold; */
	 color:#ffcc00; 
}



/*###################################### END SCROLLABLE CONTENT ######################################*/






/*#****################################### contenuto #########################################*/

#contentsx{
	display: inline;
	float: left;
	width: 490px;
    margin-top:60px;
	line-height:17px;
    color: #333333;
}

#contentdx{
	display: inline;
	float: left;
	width: 312px;
	margin-top:64px;
	line-height:20px;

}

#contentdown{
	display: inline;
	float: right;
	width: 804px;
	margin-top:12px;
	line-height:20px;
}

#contentfooter{
	display: inline;
	float: left;
	position:relative;
	width: 804px;
    color: #004b9b;
    font-size: 9px;
	background:url(../images/footer.gif) no-repeat #ffb310;

	margin-top:0px;
}

#contentsx h2, #contentdx h2, #contentdown h2{
	font-size:18px;
	color:#004b9b;
	font-weight:bold;
}

#contentsx a, #contentdx a, #contentdown a{
	color:#003882;
	text-decoration:none;
	font-weight:bold;
}

#frame{
	display:inline;
	float: left;
	position: relative;
	width:293px;
	height:255px;
	overflow: auto;
}

/*###################################### START SCROLLABLE CONTENT ######################################*/

.scroll-track{
	width:14px;
	height:14px;
}


body .scroll-handle{
	width:14px;
	height:14px;
	background: #4671d5;
	cursor:pointer;
}
