/* -c- 2010 Casaccia Danilo */

html {	background-image: url(1680/texture.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#A9CF24;
	font-family:"Helvetica","Dejavu Sans","Microsoft Sans Serif","Verdana";
	font-size: 10px;z
	/*overflow:auto;*/
}

/* Contenuti */
#cHeader{ position:absolute;
	width:900px;
	height:6px;
	top:-6px;
	left:50%;
	margin-left:-450px;
	background-image: url(cHeader.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
}

#contenuto { position: absolute;
	top: 65px;
	width: 900px;
	left:50%;
	bottom:50px;
	margin-left:-450px;
/*	background-color:black;
	opacity:0.8;
	filter:alpha(opacity=80); */	
/*  	background-image: url(opaque.png);
	background-position:top left;
	background-repeat:repeat; */
	background: url(1680/texture_blur.jpg) no-repeat fixed;
	color: white;
	font-size: 13px;
	max-height: 800px;
	z-index:1;
	text-align: justify;
}

#cFooter{ position:absolute;
	width:900px;
	height:6px;
	bottom:-6px;
	left:50%;
	margin-left:-450px;
	background-image: url(cFooter.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
}

#footer { position:absolute;
	width:900px;
	left:50%;
	margin-left:-450px;
	bottom:10px;
	text-align:center;
	font-size:13px;
	z-index:1;	
}

#underFooter { position: absolute;	
	left:0px;
	bottom:0px;
	right:0px;
    	width:100%;
	height:500px;
	background-image: url(texture_over.png);
	background-position:bottom left;
	background-repeat:repeat-x;	
}

#leftbox { position: absolute;       
	left:10px;
	left:10px;
	width:215px;
	top:120px;
	bottom:10px;
	z-index:2;
}

#rightbox { position: absolute;
	padding:10px;
	right:10px;
	width:640px;
	top:10px;
	bottom:10px;
	z-index:2;
}

#scrollDx,#scrollSx { position:absolute;
    bottom:0px; 
    width: 98%; 
    height: 98%;
    overflow:auto; 
    padding-right:5px; 
}

#logo {	position:absolute;
	top: -62px;
	left: 35px;
	z-index:2;
}

/* Menu */
#menu {  position:absolute;
	left:50%;
	top:24px;
	width:900px;
	height:35px;
	margin-left:-450px;
	line-height:normal;
	z-index:4;
}

#menu ul { float:right;
	margin:0px;
	padding:10px 10px 0px 0px;
	list-style:none;
}

#menu li { display:inline;
	margin:0px;
	padding:0px;
}

#menu a { float:left;
	margin:0px;
	padding:0px 0px 0px 5px;
	text-decoration:none;
	background-image: url(LTab.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:25px;
}

#menu a span { float:left;
	display:block;
	padding:5px 15px 0px 5px;
	margin-right:2px;
	color:white;
	height:20px;
	font-size: 13px;
	background-image: url(RTab.png);
	background-position:top right;
	background-repeat:no-repeat;
	cursor:pointer;
}

#menu a span.visited,#menu a span:hover { color:orange;
	border-bottom:1px solid orange;
}

/***************************************/

h1 { font-weight: bold;
  color: orange;
  font-size: 13px;
  margin-top: 5px; 
}

h2 {  font-weight: bold;
  color: white; 
  margin-top: 5px;  
  font-size: 13px;
}

p.link {  margin-left: 10px;
  font-weight: bold;
}

/*
p.paragrafo {
    text-align:justify;
}
*/

div.paragrafo { float: right;
   margin-left: 15px;
   margin-bottom: 10px;
   background-color: black;	
}

img.paragrafo { border: 2px solid orange; }

a{ color: white;
  text-decoration: none;
}

a:hover { text-decoration: none;
  color: orange;
}

a:visited { text-decoration: none;
  color: wheat;
}

a:focus { outline: none }

#footer a {color:#000;}

#footer a:hover {color:green;}

/* Scroll */

.jScrollPaneContainer { position: relative;
    overflow: hidden;
    z-index:1;
}

.jScrollPaneTrack { background: url(../Scroll/scroll_ln.gif) repeat-y;
    cursor:pointer;
    position:absolute;
    right:0px;
    top:0px;
    height: 100%;    
}

.jScrollPaneDrag { background: url(../Scroll/scroll_knob.gif) no-repeat;
    cursor:pointer;
    overflow:hidden;
    position:absolute;	
    height:10px !important;
}

.jScrollPaneDragTop { position:absolute;
    overflow:hidden;    
    top:0px;
    left:0px;
}

.jScrollPaneDragBottom { position:absolute;
    bottom:0px;
    left:0px;
    overflow:hidden;
}

a.jScrollArrowUp { position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    text-indent: -2000px;
    overflow: hidden;
    height: 10px;
    z-index: 1;
}

a.jScrollArrowDown { position: absolute;
    display: block;
    bottom: 0px;
    right: 0px;
    text-indent: -2000px;
    overflow: hidden;
    height: 10px;
    z-index: 1; 
}

a.jScrollArrowUp {	background: url(../Scroll/scroll_up.gif) no-repeat;
} 

a.jScrollArrowDown { background: url(../Scroll/scroll_dn.gif) no-repeat;
}  

