@import url("/static/jquery/ui/themes/base/ui.all.css");
@import url("/static/jquery/ui/themes/smoothness/jquery-ui-1.7.2.custom.css");

@import url("/static/css/reset.css");
@import url("/static/css/text.css");

@import url("/static/css/icone.css");
@import url("/static/css/superfish.css");

@import url("/static/css/styles.css");

@import url("/static/css/tipsy.css");
@import url("/static/css/style-base.css");

  .center, #center, #centrato, .centrato {
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    margin: auto;

    left:expression(this.parentNode.clientWidth/2 - this.clientWidth/2 + " px");
    top:expression(this.parentNode.clientHeight/2 - this.clientHeight/2 + " px");

    width: 700px; height: 600px;
}

      pre {
      background-color:transparent;
      color:red;
      font-size:12px;
      color: black;
      padding-left: 5px !important;
      }
      
/*	.gradiente{
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.82,#3333c4),
    color-stop(0.9,#4747ff)
)
	}

*/
	.gradiente{
		background: -webkit-gradient
		(linear, left top, left bottom, from(#ccc), to(#fff));
	}

html, body, *{
	-x-system-font:none;
	margin:0;
	padding:0;}
	
body{
	color:#535353;
	cursor:default;

}
	
ol, li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;}
	
a:link, a:visited{
	color:#2786C2;
	text-decoration:none;}

a:hover{
	color:#D54E21;
	text-decoration:underline;
}
	
pre{
	font-size:14px;
	color:#666;}
	
strong{
	font-weight:bold;
	color:#535353;}
		
em{
	font-style:italic;
	color:#999;
	background: #666;
}
	
/*Inizio stili*/
.pad{
	padding:5px;}
	
#container{
	width:94%;
	margin:10px auto;}

table#report{
	width:100%;
	border:0;
	border:none;
	border-collapse:collapse;}
	
	table#report thead{}
		
		table#report thead td{
			width:25%;
			background-color:#545454;
			border-top:2px solid #E1E1E1;
			border-right:1px solid #A4A4A4;
			color:#fff;
			text-align:center;
			font-weight:bold;
			padding:10px 4px;}
		
	table#report tbody{
		background-color:#ECEFF5;
		border-top:thin solid #DDDDCC;
		border-right:1px solid #fff;
		border-bottom:thin solid #DDDDCC;
		border-right:1px solid #fff;}
		
		table#report tbody td{
			border-right:1px solid #fff;
			border-bottom:1px dotted #545454;
			padding:4px;}
		
table#report thead td.null{/*cella trasparente thead*/
	background-color:#fff;
	border:none;
	border:0;}
	
td.null{/*cella trasparente generica*/
	background-color:#fff;
	border:none;
	border:0;}
	
.progress-container{
	border:1px solid #ccc; 
	width:100%; 
	float:left; 
	background-color:#FFFFD5;
	text-align: right;
	}

	.progress {
	background-color: #b0d889;
	height: 21px;
	}
.perc {
	color: #003399;
	font-weight: bold;
	float: right;	
	margin:2px 5px 2px 1px; 
	padding:1px; 
	}
	
span.titolopercentuale{
	color:#D54E21;}
	
span.wrappercentuale{
	color:#2a2a2a;
	font-weight:bold;
	background-color:#fff;
	border:1px solid #C8D0E1;
	padding:3px;
	float:right;}
	
/*general elements*/
.blustack{
	background-color:#6D84B4;
	color:#fff;
	padding:5px;
	margin:4px 0;}
	
.comment{
	background-color:#ECEFF5;
	padding:5px;
	margin:4px 0;}

/*general elements*/
.blustack{
	background-color:#6D84B4;
	color:#fff;
	padding:5px;
	margin:4px 0;}
	
.comment{
	background-color:#ECEFF5;
	padding:5px;
	margin:4px 0;}
/*<agl.folder "Bottoni">*/
.buttonplain {
	color: #3b5998;
	background-color: #eceff5;
	text-align: center;
	margin: 2px 1px;
	min-width: 100px;
	max-width: 130px;
	vertical-align: middle;
	border: solid 1px #c8d0e1 }
	
	.buttonplain a {
	color: #3b5998;
	background-color: #eceff5;
	display: block;
	padding: 4px 2px }
	
	.buttonplain a:hover{
		background-color:#C8D0E1;
		display:block;}
	.buttonplain a:active {
	background-color: #bac1d1 }
	* html .buttonplain a{/* make hover effect work in IE*/
		width:100px;}

	/* Bottoni generali standard free*/
	.buttonhv      {
	color: #151515;
	text-align: center;
	margin: 2px 1px;
	min-width: 100px;
	max-width: 130px;
	vertical-align: middle;
	border: outset 1px transparent }
	
	.buttonhv a    {
	color: #151515;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 2px }
	
	.buttonhv a:hover        {
	background-color: #c8d0e1;
	background-image: url("../img/button.jpg");
	background-repeat: repeat-x;
	background-position: -40px top;
	display: block;
	outline: outset 1px #5e5e5e }
	
	.buttonhv a:active        {
	background-position: 22px bottom }
	* html .buttonhv a {
	width: 100px }
	
/* Bottoni generali standard */
	.custombutton   {
	color: #3b5998;
	background-color: #eceff5;
	text-align: center;
	margin: 2px 1px;
	min-width: 100px;
	max-width: 130px;
	vertical-align: middle;
	border: outset 1px #d4ddef;
	outline: solid 1px #76777a;
	}
	.custombutton a  {
	color: #3b5998;
	font-weight: bold;
	text-decoration: none;
	background-color: #eceff5;
	display: block;
	padding: 4px 2px }
	.custombutton a:hover {
	background-color: #c8d0e1;
	display: block }
	.custombutton a:active  {
	background-color: #b4bccb }
	* html .custombutton a {
	width: 100px }
	/* Bottoni generale disable*/
	.custombuttondisable   {
	color: #ebebeb;
	background-color: #afafaf !important;
	text-align: center;
	margin: 2px 1px;
	min-width: 100px;
	max-width: 130px;
	vertical-align: middle;
	border: outset 1px #afafaf;
	outline: solid 1px #6f6f6f;
	}
	.custombuttondisable a  {
	color: #ebebeb;
	font-weight: bold;
	text-decoration: none;
	background-color: #afafaf !important;
	display: block;
	padding: 4px 2px }
	.custombuttondisable a:hover {
	background-color: #afafaf !important;
	display: block }
	* html .custombuttondisable a {
	width: 100px }
	/* Bottoni generale Blu*/
	.custombuttonblue  {
	color: #fff;
	font-weight: bold;
	background-color: #5973a8;
	text-align: center;
	margin: 4px 1px;
	min-width: 100px;
	max-width: 130px;
	vertical-align: middle;
	border-style: outset;
	border-width: 1px;
	border-color: #8a9cc2 #5973a8 #5973a8;
	outline: solid 1px #1a356e;
 }
	.custombuttonblue a {
	color: #fff;
	text-decoration: none;
	background-color: #3a5896;
	display: block;
	padding: 5px }
	.custombuttonblue a:hover {
	color: #fff0a3;
	text-decoration: none;
	background-color: #6d84b4;
	display: block }
	.custombuttonblue a:active  {
	background-color: #54658a }
	* html .custombuttonblue a {
	width: 100px }

#scopebar {
  background: #D0D0D0;
  -webkit-box-shadow: inset 0 20px 23px -10px #E8E8E8;
  -moz-box-shadow: inset 0 20px 23px -10px #E8E8E8;

  border-bottom: 1px solid #949494;
  padding: 2px 6px 3px;
}

#scopebar > p {
  margin: 0 3px;
  display: inline-block;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
  padding: 2px 3px;
  font: 12px / 13px "Lucida Grande", sans-serif;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px;
}

.btnround a      {
	color: #fff;
	font: 12px / 13px "Lucida Grande", sans-serif;
	text-decoration: none;
	background: #c81600;
	text-align: center;
	display: inline-block;
	margin: 1px 3px;
	padding: 2px 7px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px
	     }
.notifica a        {
	color: #fff;
	font: xx-small / 1 "Lucida Grande", sans-serif;
	text-decoration: none;
	background: #c81600;
	text-align: center;
	display: inline-block;
	margin: 1px 1px;
	padding: 1px 5px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	       }
.notifica a:hover  {
	background: #bd333b }
.notifica a:active  {
	background: #57171b }

.btnroundnull a     {
	color: #fff;
	font: 12px / 13px "Lucida Grande", sans-serif;
	text-decoration: none;
	background: #787878;
	text-align: center;
	display: inline-block;
	margin: 2px 3px;
	padding: 2px 7px;
	min-width: 70px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px
	    }

.btnround a:hover  {
	background: #bd333b }
.btnround a:active  {
	background: #57171b }

.btnroundnull a:hover {
  background: rgba(0, 0, 0, 0.32);  
}
.btnroundnull a:active {
	background: rgba(0, 0, 0, 0.5);
}

#scopebar > p.hovered {
  background: rgba(0, 0, 0, 0.32);  
}

#scopebar > p.pressed {
	background: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: inset 0 3px 1px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
	
}

#scopebar > p.checked {
  background: rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px rgba(255, 255, 255, 0.4);
}
/*</agl.folder>*/

#generalbox   {
	width: 50%;
	height: auto;
	border: solid 6px #aaa;
	opacity: 1.0  }

#generalbox > div  {
	background-color: #fff;
	opacity: 1.00 }		
.imgwrapper{
		width:170px;
		height:113px;
		background-color:#F5F5F5;
		border:1px solid #B5B5B5;
		padding:3px;
		margin:0 0 10px 0;
		display:block;}
		
.barstack{
	background-color:#F5F5F5;
	border-bottom:1px solid #B5B5B5;
	border-top:1px solid #B5B5B5;
	color:#666;
	font-size:11px;
	line-height:20px;
	margin:3px 0 10px;
	padding:5px;}
	
.comment_box {
	font-size: 11px;
	display: block;
	margin: 2px 0;
	padding: 2px 0 0;
	overflow: hidden }
	

.comment_box .post {
	background-color: #eceff5;
	margin-bottom: 2px;
	padding: 4px 8px;
	width: 400px;
	float: none;
	clear: left;
	overflow: hidden;
	border-bottom: 1px solid #ccd6e3 }
		
.comment_box .post span.titolo a, .comment_box .post span.titolo a:visited{
			color:#3B5998;
			font-weight:bold;
			outline-style:none;
			text-decoration:none;}
			
.comment_box .post span.titolo a:hover{
				text-decoration:underline;}
				
.comment_box .post span.datapostRound{
				font-size:9px;
				color:#2786C2;
				background-color:#fff;
				padding:4px;
				clear:both;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
				
.comment_box .post span.datapost{
				font-size:9px;
				color:#909090;}
	
#navigationtop        {
	line-height: 2em;
	background-color: #2f487b;
	display: block;
	margin: auto;
	/*	margin: 0 1%; */
	padding: 2px 2%;
	width: 100%;
	height: 29px;
	min-width: 850px
}

 #rightlinknav{
		display:block;
		float:right;
	}

#nav-bottom        {
	line-height: 2em;
	background-color: #e5e5e5;
	display: block;
	margin-right: 2%;
	margin-left: 2%;
	padding: 1px;
	position: fixed;
	bottom: 0;
	width: 96%;
	height: 26px;
	overflow: hidden;
	border-top: 1px solid #fff;
	outline: solid 1px #7f7f7f }
#nav-bottom ul li{
		display:inline;
		font-size:92%;
		text-indent:0;
		padding:0;
		float: left}

#navigationbtn    {
	line-height: 2em;
	background-color: #e2ffff;
	display: block;
	height: 2em;
	overflow: hidden;
	border-top: 1px solid #6d84b4;
	border-bottom: 1px solid #6d84b4 }
#navigationbtn ul li{
		display:inline;
		font-size:92%;
		text-indent:0;
		padding:0;
		float: left}

#navigationtag{/*general footer navigation with right float link*/
	background-color:#94A3C4;
	border-bottom:1px solid #6D84B4;
	border-top:1px solid #6D84B4;
	height:1em;
	line-height:2em;
}
	
	#navigationtag ul{
		display:inline;
		font-size:92%;
		text-indent:0;
		padding:0;}
		
		#navigationtag ul li{
			border-left:1px solid #fff;
			display:inline;
			line-height:21px;
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			padding-left:0.5em;
			padding-right:0.1em;}
		
			#navigationtag ul li.first{
				border-left:medium none;}
				
				#navigationtag ul li a{
					color:#fff;
					text-decoration:none;
					padding:0 4px;}
					
					#navigationtag ul li a:hover{
						text-decoration:underline;}
	
	#rightlink{
		background-color:#B1D632;
		border-left:1px solid #fff;
		color:#545454;
		display:block;
		float:right;
		height:2em;
		line-height:2em;
		padding:0 4px;}
		
ul#toolkit{
	background-color:#DDDBD3;
	display:inline;
	text-indent:0;
	padding:10px;}
	
html>body ul#toolkit{
	background-color:#DDDBD3;
	display:inline;
	text-indent:0;
	padding:15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}
		
	ul#toolkit li{
		background-color:#fff;
		display:inline;
		line-height:20px;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding:5px;
		margin:0 8px 0 0;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;}
						
		ul#toolkit li a{
			color: #5577BB;
			text-decoration:underline;}
					
			ul#toolkit li a:hover{
				color: #D54E21;
				text-decoration:none;}
	
/* FORM DI RICERCA NELLA BARRA DEL MENU NAVIGATORTOP */
	ul.sf-menu li:hover form .sf-form, 
	ul.sf-menu li.sfHover form .sf-form,
	ul.sf-menu li:hover  .sf-form, 
	ul.sf-menu li.sfHover .sf-form,
	ul.sf-menu li  .sf-form   {
		background-color: #fff;
		padding: 3px;
		border: solid 1px #cece0d }
	
.round{/*geral round element corner*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.round-bottom{/*geral round element corner bottom*/
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;

}

/*
h1 a:link, h2 a:link, h3 a:link, h4 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited{
	color:#3B5998;
	padding:2px 4px;}
		
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
		background-color:#ECEFF5;}
*/

#NAV-LIST {
	font-size:  9pt;
	font-family: Tahoma, Verdana, arial }

#NAV-LIST ul {
	list-style: none;
	margin:      0;
	padding:     0 }

#NAV-LIST ul li {
	margin:  1px;
	padding:  1px;
	position: relative;
	float:    none;
	border:   solid 1px #ddddfc }

#NAV-LIST ul li a {
	color:          #000;
	font-size:       9pt;
	text-decoration: none;
	text-align:      justify;
	text-transform:  uppercase;
	display:         block;
	padding:         6px;
	float:           none;
	clear:           left }

#NAV-LIST ul li a:hover {
	color:           #000;
	background-color: #ededed }

#NAV-LIST ul li img {
	padding-right: 4px;
	float:          left;
	vertical-align: middle }

#NAV-LIST ul li ul {
	display: none;
	position: absolute }

#NAV-LIST ul li ul li {
	clear: left }

#NAV-LIST ul li ul li a {
	text-decoration: none;
	width:            120px }

#NAV-LIST ul li ul li ul {
	display: none;
	position: absolute;
	top:      0;
	left:     140px;
	clear:    left;
	_left:    120px  
	  }


