/*
 * CSS comune a tutti i progetti Serena.
 * Ogni applicazione parte da questo css per poi cambiare le parti
 * a esso piu' specifiche.
 * Inoltre ogni metaambiente puo' a sua volta sovrascrivere altri punti.
 */
/* IMPOSTAZIONI GENERALI
 ------------------------------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
	font-size: 90%;
}

body.grande {
    font-size: 100%;
}

body.molto_grande {
    font-size: 120%;
}

body.grande textarea{
    font-size: 110%;
}

body.molto_grande textarea{
    font-size: 120%;
}


A IMG {
    border: none;
}

/* Le misure dei seguenti elementi sono fatte in modo da creare degli standard per tutti i browser */

H1
{
	padding: 0px;
	margin: 19px 0;
	font-size: 1.8em;
}

H2
{
	padding: 0px;
	margin: 17px 0;
	font-size: 1.5em;
}

H3
{
	padding: 0px;
	margin: 16px 0;
	font-size: 1.2em;
}

H4
{
	padding: 0px;
	margin: 19px 0;
	font-size: 1em;	
}

/* LAYOUT GENERALE - DEFINIZIONE STRUTTURA
 ----------------------------------------------------------------------- */
#wrap {    
    margin: 0 auto;
}

#head {
    margin: 0 auto;
}

#main
{
    width:100%;
}


/* HEAD
 ----------------------------------------------------------------------- */

/* NAVIGAZIONE - PRIMARY LINKS
 ---------------------------------------------------------------------------- */
#nav {
	margin: 0;    
}

#nav H2{
    display: none;
}

#nav UL {
    float: right;
    margin:0px;
    padding:0px;
}

#nav UL LI {
    float: left;
    list-style-type:none;
    margin: 0 0 0 20px;
    padding:0px;
}

#nav A {
    font-weight: bold;
    display: block;
    padding-bottom: 0px;
}

/* MENU ORIZZONTALE 
---------------------------------------------------------------------------- */
#menu_h {
	float: left;
	margin: 0 auto 5px auto;	
  padding: 0 0 0 5px;
}

#menu_h .menubox H2 {
  display: none;  
}

#menu_h .menubox UL
{
	margin: 0px;
	padding: 0;
}

#menu_h .menubox UL LI {
	display: inline;
	list-style-position: outside;
	list-style-type: none;	
	border: 0px;
	margin: 0;
	padding: 0;	
}

#menu_h .menubox UL LI UL LI {
	float: left;
	margin-right: 6px;
	padding: 3px 0px 4px 0px;
}

#menu_h .menubox UL LI UL LI A {
	font-weight: bold;
	margin: 0 18px 4px 18px;
	display: block;	
}

/* CONTENT
 ------------------------------------------------------------------------- */

/* La classe testo e' un wrapper del body dei _system_cms_node */

#content .testo {
	clear: left;    
}

#content .testo table {
    border: 1px #ccc dashed;
}

#content .testo td {
    border: 1px #ccc dashed;
    padding: 3px;
}

#content .testo th {
    border: 1px #ccc dashed;
    padding: 3px;
}

#content .testo A {
    text-decoration: underline;
}

/* CONTENT: INSERTO */

#content .inserto {
    float: right;
}

#content .detatil .inserto
{
	height: 0px;
	overflow: visible;
}

#content .inserto H3 {
	font-size: 1.1em;
    color: #000000;
    padding: 0 10px 0 0px;
}

#content .inserto P {
    font-size: 0.9em;
    padding: 0 10px 0 0px;
}

#content .inserto UL {
    padding: 0 5px 0 0px;
    border: none;
    list-style: none;
}

#content .inserto UL LI {
    margin-bottom: 4px;
    list-style: none;	
    float: left;
    background: transparent none no-repeat scroll 0pt 5px;
}

#content .inserto A {
    font-size: 0.9em;    
}

/* TOOLBAR */

/* CONTENT:TOOLBAR */

ul#toolbar,
ul#toolbar2 {
	margin: 0;
    padding: 0;
    border-bottom: 2px solid #ccc;
}

#toolbar li,
#toolbar2 li {
    background: none;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#toolbar li a,
#toolbar2 li a {
    display: block;
	border-bottom: 4px solid #ccc;
    padding: 0 5px 5px 5px;
    display: block;
    height: 16px;
    width: 16px;
}

#toolbar li a:hover,
#toolbar2 li a:hover {
	border-bottom: 4px solid #f50;
}

/* CONTENT: SPLASH (INTESTAZIONI)*/

#splash {
    margin-bottom: 5px;
    padding: 0;
}

#splash H1 {
    padding: 50px 10px 8px;
}

#splash H2 {
    padding: 15px 0 5px 5px;
	margin:0;
}

#splash H3 {
	padding: 5px 0 5px 8px;
	margin:0;
}

#splash P {
    font-size: 0.8em;
}

/* CONTENT: BREADCRUMBS */

#trails {	
	font-size:0.9em;
	font-variant:small-caps;
	padding:5px 0 0 0;
	margin:0px 0 0 8px;
}

/*-- SIDEBAR ---------------------------------------------------------------------- */

#sidebar label
{
	font-size: 0.9em;
}

#sidebar H2 {
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 5px 5px 3px;
    line-height: 2em;
    margin-bottom: 0.8em;
	margin-top:0;
}

#sidebar .searchbox,
#sidebar .loginbox,
#sidebar .loginbox_failed,
#sidebar .menubox,
#sidebar .calendario {
    margin-bottom: 10px;
	 padding: 0 0 8px 0;
}

#sidebar .searchbox A,
#sidebar .loginbox A,
#sidebar .loginbox_failed A,
#sidebar .menubox A {
	text-decoration: none;
	font-size: 0.9em;
}

#sidebar .searchbox A:hover,
#sidebar .loginbox A:hover,
#sidebar .loginbox_failed A:hover,
#sidebar .menubox A:hover {
	text-decoration: underline;
}

#sidebar FORM {
    padding: 0 0 0px 8px;
    margin: 0;
}

#sidebar INPUT.bottone {
    border: none;
    font-size: 0.8em;
    font-weight: bold;
}

/*-- SIDEBAR:SEARCHBOX --*/

#sidebar .searchbox P {
    margin: 0;
    padding: 0;
}

#sidebar .searchbox INPUT.campo {
    border: 1px solid #ccc;
    width:95%;
}

/* SIDEBAR:LOGIN */

#sidebar .loginbox H3 {
	font-size: 1em;
    margin: 5px 10px;
    padding: 0;
}

#sidebar .loginbox P {
    margin: 5px 10px;
    padding: 0 0 0 12px;
}

#sidebar .loginbox ul 
{
	margin: 0px;
}

#sidebar .loginbox li {
    list-style-image: url(img/spot-dot.gif);
}

#sidebar .loginbox .tab-sx {
    width: 30%;
    float: left
}

#sidebar .loginbox .tab-dx {
    width: 69%;
    float: left;
    margin-bottom: 1px
}



#sidebar .loginbox label {
    display:inline;	
    clear:left;
	  margin:2px 2px 0px 2px;
	  float: left;
	  width: 35%;
}

#sidebar .loginbox INPUT.campo {
    border: 1px solid #ccc;
		width: 60%;
		margin: 2px 4px 3px 2px;
		display:inline;
}

#sidebar .loginbox INPUT.bottone {
	display:block;
	margin: 10px 4px 4px 18px;
	clear:both;
}

/* SIDEBAR:LOGIN_FAILED */

#sidebar .loginbox_failed .tab-sx {
    width: 30%;
    float: left
}

#sidebar .loginbox_failed .tab-dx {
    width: 69%;
    float: left;
    margin-bottom: 1px
}

#sidebar .loginbox_failed FORM {
    border: 2px solid red;
}

#sidebar .loginbox_failed label {
    display:inline; 
    clear:left;
    margin:2px 2px 0px 2px;
    float: left;
    width: 35%;
}

#sidebar .loginbox_failed INPUT.campo {
    border: 1px solid #ccc;
    width: 60%;
    margin: 2px 4px 3px 2px;
    display:inline;
}

/* SIDEBAR:MENUBOX */

#sidebar .menubox P {
    margin: 0 5px 0 15px
}

#sidebar .menubox UL {  
	margin:0px;
  	padding:0px;
}

#sidebar .menubox LI UL {  
  margin:0px 5px 0px 10px;
}

#sidebar .menubox UL LI {
    padding-left: 10px;
    margin: 0;
	list-style-type: none;	
	font-size: 0px;	
}

#sidebar .menubox UL LI A
{
	font-size: 12px;
	line-height:1.5em;
}

#sidebar .menubox LI UL LI {
  margin-left: 10px;
  padding:0;   
}

#sidebar .menubox A {
   
}

#sidebar .menubox A:hover {
    
}

/* SIDEBAR:CALENDARIO */

#sidebar .calendario .box {
		margin:0 auto;
		padding:3px;
		text-align:center;
		width:90%;
}

#sidebar .calendario .box table {
    width: 100%;
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}

#sidebar .calendario .box TR {
    padding: 0px;
    margin: 0px;
}

#sidebar .calendario .box TR A {
    padding: 0;
    margin: 0 0 0;
}

#sidebar .calendario .box TD {
    text-decoration: none;
    padding: 0px;
    border:1px solid #CCCCCC;
    font-size: 0.9em;
}

#sidebar .calendario .box TD A {
    color: #005BA9;
    text-decoration: none;
    font-weight: bold;
}

#sidebar .calendario .box TD .today {
    color: #f00;
}

#sidebar .calendario .box TD .today A {
    font-weight: bold;
    color: #f00;
}

#sidebar .calendario .box TD A:hover {
    color: #f00;
    text-decoration: underline;
}
/*
 IMPOSTAZIONI MODULO MENU
 */
.selected_menu_item {
    font-weight: bold;
}

.menu_item {
    font-weight: normal;
}
/* FORM STYLES
 -------------------------------------------------------------------------- */
/* BOX DEI FORM DI RICHIESTA */
div.form-container form {
    margin: 3px 0px;
}

div.form-container form p.note {
    font-size: 0.8em;
    margin-left: 140px;
}

div.form-container form fieldset {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 5px;
    border: #DDD 1px solid;
    display: block;
}

div.form-container form legend {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #999;
}

div.form-container .label, 
div.form-container label, 
div.form-container span.label {
    clear: left;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 0px 4px 0px 0px;
    padding: 2px 5px 8px 2px;
    text-align: right;
    width: 20%;
}

div.form-container .object-help {
    clear: both;
    color: #930D0D;
    margin-left: 21%;
    padding: 5px 0 5px 0px;
    font-size: 0.8em;
    border-bottom: #555 1px dashed;
    width: 75%
}

div.form-container div.detail-component ul li a {font-size:1.3em; font-weight:bold;}

div.form-container label.error, 
div.form-container span.error {
    color: #C00;
}

div.form-container label em, 
div.form-container span.label em {
    position: absolute;
    right: 0;
    font-style: normal;
    color: #555;
}

div.form-container input.error {
    border-color: #C00;
    background-color: #FEF;
}

div.form-container input.error:focus, 
div.form-container input {
    display: inline;
    font-size: 0.9em;
    margin: 2px;
    width: 30%;
}

div.form-container input.error:focus, 
div.form-container input[type=checkbox] {
    clear: right;
    float: left;
    font-size: 0.9em;
    margin: 4px 2px 2px;
    width: 15px;
	text-align:left;
}

div.form-container input.error:focus, 
div.form-container input[type=radio] {
    clear: right;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 4px 2px 2px;
    width: 15px;
}

div.form-container input.error:focus, 
div.form-container input[type=hidden] {
    display: none;
}

div.form-container input.input_date, 
div.form-container input.input_date:focus {
    width: 6em;
    margin: 1px 0px 5px;
}

div.form-container select {
    font-size: 0.9em;
    margin: 6px 2px 2px 2px;
    vertical-align: top;
    width: 30%;
}

div.form-container textarea {
    width: 300px;
    height: 100px;
    margin: 2px;
}

div.form-container textarea:focus {
    background-color: #FFC;
    border-color: #FC6;
}

div.form-container div.controlset label, 
div.form-container div.controlset input {
    display: inline;
    float: none;
}

div.form-container div.controlset div {
    margin-left: 140px;
}

div.form-container div.buttonrow input {
    width: auto;
    margin-left: 22%;
}

div.form-container .object-link {
    background: url(../img/freccina-dx.gif) no-repeat;
    margin: 0 10px 0 140px;
    border: #D8D8D8 1px dashed;
    padding: 4px
}

div.form-container ul {
    font-size: 0.9em;
    margin: 0 10px 0 22%;
    border: #D8D8D8 1px dashed;
    padding: 4px;
    list-style: none;
    display: block;
}

div.form-container .object-data {
    display: inline;
    margin: 2px;
    width: 30%;
}

div.form-container .object-label {
    clear: left;
    color: #494949;
    display: block;
    float: left;
    font-size: 0.9em;
    margin: 0px 4px 0px 0px;
    padding: 2px 5px 8px 2px;
    text-align: right;
    width: 20%;
}

div.form-container li {
    background: url(img/freccina-dx.gif) 0 5px no-repeat;
    padding: 0 0 5px 10px;
    list-style: none;
}

div.form-container table {
    width: 99%
}

div.form-container table input {
    font-size: 0.9em;
    width: 75%;
    text-align: center
}

div.form-container table input:focus {
    font-size: 0.8em;
    width: 75%;
    text-align: center
}

div.form-container td {
	
    border:none;
    text-align: center
}

div.form-container .error {
    border: 1px solid #FF0000;
}

/********* relazioni filtrate **************/

div.form-container .multiple-filter-select {float:left; width:50%; padding-bottom:10px;}
div.form-container .multiple-filter-select select {width:100%; margin-bottom:0px;}
div.form-container .multiple-filter-select .object-help {padding:0 0 0 0; margin:0 0 0 0;}

div.form-container .multiple-filter-radio {float:right; width:26%; margin:6px 4px 0 0; padding:4px 0 0 4px; border:#ccc 1px solid;}
div.form-container .multiple-filter-radio label {width:80%; font-size:0.8em; text-align:left;color:#930D0D;}
div.form-container .multiple-filter-radio input {width:8%; }

/*****************/

div.form-container .relationship_selection {
    float: left;
    width: 70%;
}

div.form-container .relationship_selector {
    float: left;
    width: 47%;
    margin-left: 2%;
}

div.form-container .relationship_target {
    float: right;
    width: 20%;
    margin-left: 2%;
    margin-right: 9%
}

div.form-container .relationship_selector .button, .relationship_target .button {
    border: 1px solid #999999;
    font-weight: normal;
    margin: 3px auto;
    width: 10em;
}

div.form-container .relationship_selection .button {
    float: right;
    display: block;
    border: 1px solid #999999;
    font-weight: normal;
    margin: 10px 10px 0px;
    width: 10em;
}

div.form-container .relationship_selection .select_relazione_filtrata {
    float: left;
    width: 67%;
}

div.form-container .relationship_target .select_relazione_filtrata {
    width: 100%;
    margin-top: 16px;
}

div.form-container .relationship_target .select_relazione_filtrata select {
    width: 100%;
    overflow: auto;
}

div.form-container .relationship_selector .filtra {
    border: 1px solid #999999;
    font-weight: normal;
    margin: 3px 20px 3px 3px;
    width: 10em;
    float: right;
}

div.form-container .relationship_selector ul {
    font-size: 0.9em;
    margin: 0 10px 0 22%;
    border: #D8D8D8 1px dashed;
    padding: 4px;
    list-style: none;
    display: block;
}

div.form-container .relationship_selector li {
    background: none;
    padding: 0 0 5px 0px;
    list-style: none;
}

div.form-container .relationship_selector ul label {
    clear: none;
    display: inline;
    float: none;
    font-size: 0.9em;
    margin: 0px 4px 0px 0px;
    padding: 2px 5px 8px 2px;
    text-align: right;
    width: 20%;
}

div.form-container .relationship_selector input[type = "checkbox"] {
    clear: none;
    display: inline;
    float: none;
    font-size: 0.9em;
    margin: 4px 2px 2px;
    width: 15px;
}

div.form-container .relationship_selector input {
    width: 70%;
}

.filtered_linkN-M {
    display: block;
    float: left;
    background-color: #f2f2f2;
    margin: 5px 0px;
	width:100%;
}
/*********** filter ************/
#filter h1 {
    margin-bottom: -30px
}

#filter {
    margin-top: 20px;
}
/* LISTA RISULTATI - TABELLA */
#list TABLE {
    margin-top: 5px;
	  border:none;
}

#list TH {
	font-size: 0.8em;
    padding: 5px;
    text-transform: capitalize;	
    border:none;
}

#list TH A {
    text-decoration: none;
}

#list TH A:hover {
    color: #FD7B00;
}

#list TD {
    padding: 5px 2px 2px 2px;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;	
    border:none;
}


#list .pagine {
    padding-top: 0.5em;
}

#list .pagine ul {
    text-align: center;
}

#list .pagine ul li {
    display: inline;
}

/*********** detail ************/

#object-body,
#object-system,
#object-body-links,
#object-body-nav {
    margin-top: 5px;
	padding: 8px 0;
}

#object-body TH,
#object-system TH,
#object-body-links TH,
#object-body-nav TH {
    font-size: 0.8em;
    padding: 2px;
    text-align: right;
    font-weight: bold;
    padding: 4px 10px 6px 2px;
    width: 30%;
	border:none;
}

#object-body-links TH {
    font-size: 1.3em;
}

#object-body TD,
#object-system TD,
#object-body-links TD,
#object-body-nav TD {
    padding: 4px 2px 6px 2px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 0.9em;
    text-align: left;
	border-top:none;
	border-left:none;
}

/* DETTAGLIO RISULTATO - DATI PRINCIPALI - TABELLA */

#object-body {
/*	background: url(img/object-body.png) 1% 3% no-repeat; */	
}

#object-body TD.tabsezione {
    border-bottom:2px solid #D8D8D8;
    font-weight: bold;
    font-size: 1em;
    color: #333;
    padding: 8px 4px 4px;
    text-transform: uppercase;
	line-height: 150%;
}


/* DETTAGLIO RISULTATO - DATI DI SISTEMA - TABELLA */


#object-system {
    background: url(img/object-system.png) 1% 3% no-repeat #FDF9F4;
}

#object-system TD A {
    text-decoration: underline;
    font-weight: bold;
}


/* DETTAGLIO RISULTATO - OBJECT-BODY-LINKS  */

#object-body-links {
  background: url(img/object-body-links.png) 1% 3% no-repeat #f6fdf5;
}

#object-body-links TD A {
  text-decoration: underline;
  font-weight:bolder;
}


/* DETTAGLIO RISULTATO - OBJECT-BODY-NAV  */

#object-body-nav {
  /* background: url(img/object-body-nav.png) 2% 50% no-repeat #f8f0f0; */
}

#object-body-nav TD A {
  text-decoration: underline;
  	font-weight:bold;
  	font-size:1.2em;
}

#object-body-nav TD A:hover {
  color: #000;
}


/* DETTAGLIO RISULTATO - DATI SPECIFICI */
.object-title {
    margin-top: 10px;
}

.object-title table {
    margin: 0;
    padding: 0 5px 2px 3px;
    font-size: 1.5em;
	border:none;
}

.object-title table td {
    margin: 0;
    padding: 0 100px 2px 3px;
    letter-spacing: -0.02em;
	border:none;
}

.object-title table th {
    display: none;
	border:none;
}

.object-heading {
    float: left;
    width: 60%;
}

.object-body {
    float: left;
    width: 36%;
    padding: 5px 5px 5px 5px;
}

.object-section {
    font-weight: bold;
    font-size: 1em;
    padding: 4px;
    width: 70%
}

#breadcrumb-map h4
{
	margin-bottom: 0px;
}

div.form-container .object-section {
    background: #555555;	
    text-transform: uppercase;
}

.object-new {
    font-weight: bolder;
    padding: 10px 10px 10px 10px;
}

.object-needed {
    padding-left: 5px;
}

.object-optional {
    padding-left: 5px;
}

.object-legenda {
    font-size: 0.8em
}

.selected-object {
    margin-left: 20px;
    font-size: 0.9em;
    line-height: 0.9em;
}

.object-title .object-link em {
	display:none;
}
.object-link-noactive {
}

.navigation-options li {
    list-style: none;
    font-size: 1.05em;
    font-weight: bolder;
    padding: 4px;
    text-decoration: none;
}

.list-cell-title {
    font-weight: bold;
    font-size: 1em;
    padding: 2px 2px 2px 10px;
    margin-top: 20px;
}

.list-cell {
    float: left;
}

.list-row {
    float: left;
    width: 40%;
    margin-bottom: 10px;
}

.selector li {
    list-style: none;
    padding: 2px 20px;
}

/* COMPLEX DETAIL EDIT
 ----------------------------------------------- */
.detail-body {
    margin: 5px;
}

.detail-body .container
{
	padding: 0.4em 0;
}

.detail-edit .add-attivo, .detail-edit .add-disattivo, .detail-edit .del-attivo, .detail-edit .del-disattivo {
    background-repeat: no-repeat;
    display: block;
    margin: 0px;
    text-decoration: none;
    height: 16px;
    padding-left: 25px;
}

.detail-edit .add-attivo {
    background-image: url('img/icon-add.gif');
}

.detail-edit .add-disattivo {
    background-image: url('img/icon-add_dis.gif');
    color: #bbbbbb;
    cursor: default;
}

.detail-edit .del-attivo {
    background-image: url('img/icon-delete.gif');
}

.detail-edit .del-disattivo {
    background-image: url('img/icon-delete_dis.gif');
}

.detail-edit .container .complex_detail_instance {
    border: dotted 1px;
    margin: 1em;
}

.detail-edit-system {
    background: #F3F3EB;
}

div.form-container form fieldset .detail-edit-system
{
	padding: 0px;
}

div.form-container div.detail-component {
    clear: both;
    padding: 0.25em 0;
}

.complex_sub_form {
    margin-top: 0.5em;
}

.complex_sub_form p, .complex_sub_form div, .complex_sub_form img, .complex_sub_form h4 {
    padding: 2px 5px;
}
/* RELATION */
.relation-item {
    float: left;
    width: 47%;
    border-bottom: 1px #ccc solid;
    padding: 8px;
    color: #494949;
}

.relation-item .relation_title {
    font-weight: bolder;
}

.relation-item .relation_description {
    font-size: 0.9em;
}
/* REPORT */
.report {
    border-bottom: 2px solid #999;
    background: #fff url(img/sfondo-report.jpg) repeat-x top;
    float: left;
    padding: 8px 8px 15px 8px;
    width: 68%;
    margin: 5px;
}

.report H2 {
    padding: 2px;
    letter-spacing: 2px;
    margin: 2px 5px;
    color: #390090;
}

.report A {
    background: transparent url(img/freccina-dx.gif) no-repeat scroll 0pt 50%;
    list-style-type: none;
    padding: 0px 0px 5px 10px;
    font-weight: bold;
    margin: 2px 5px;
}
/* MESSAGGI DI SISTEMA */
.system-message-success {
    font-size: 1.1em;
    font-weight: bolder;
    padding: 4px;
    color: #00c000;
	clear: left;
}

.system-message-error {
    font-size: 1.1em;
    padding: 4px;
    color: #cc0000;
	clear: left;
}
.error {
    font-size: 1.1em;
    font-weight: bolder;
    padding: 4px;
    color: #cc0000;
}
/*********** DETTAGLIO RISULTATO - ALLEGATI ************/
.object-attachment {
    border: #ddd 1px solid;
    padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

.object-attachment .object-needed {
    margin-left: 3px
}

.object-attachment .object-optional {
    margin-left: 3px
}

div.form-container .object-attachment .object-label {
    font-weight: bolder;
	text-align: left;
	font-size: 0.8em;
	text-transform: uppercase;
}

.contenitore_progressbar {
    line-height: 120%;
    border: 1px solid #333;
    background-color: #eeeeee;
    width: 150px;
}

.indicatore_progressbar {
    text-align: center;
    background-color: #f60;
}
/* STD STATS */
.stat-distribution .detail-body {
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
}

.stat-distribution-build table {
    border-collapse: collapse;
    background-color: #fff;
    margin: 5px;
    width: 90%;
    border: solid 1px #fc9;
}

.stat-distribution-build td {
    padding: 3px;
    text-align: left;
    border-right: solid 1px #fc9;
	border-top:none;
	border-left:none;
	border-bottom:none;
}

.stat-distribution-build th {
    padding: 3px;
    text-align: left;
    font-weight: bold;
    background-color: #fc9;
    border-bottom: solid 1px #fc9;
	border-top:none;
	border-left:none;
	border-right:none;
}

.stat-distribution {
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
}

.stat-distribution-field {
	clear: both;
}

/* MAPPA
 ----------------------------------------------------------------------- */


div#container_sitemap {
	background: none;
	overflow: auto;
	padding-bottom: 10px;
	height:100%;
}

div#contain_sitemap {
	background: none;	
	font-size: 0.8em;
	margin:0.5em auto;
}


#contain_sitemap ul {
	padding: 5px 0 0 20px;
	margin:0;
}

#contain_sitemap ul li {
    font-size: 0.95em;
    list-style-position: outside;
    list-style-type: square;
    margin: 5px 25px;
    padding: 2px;
}

#contain_sitemap li.sitemap_element {
	list-style-type:none;
	margin:0 0 10px 0px;
	padding:0 0 0px 20px;
}

#contain_sitemap ul li ul {
	padding: 5px 0 0 20px;
	background: url(img/ul.gif) repeat-y 10px top;
	margin:0;
}

#contain_sitemap ul li ul li.sitemap_element {
	background: url(img/li.gif) no-repeat left 20px;
	list-style-type:none;
	margin:0 0 10px 0px;
	padding:0 0 0px 20px;
}

#contain_sitemap div {
}


#contain_sitemap a {
	display: inline;
	background: #eee;
	padding: 2px;
	color: #222;
	text-decoration: none;	
	line-height: 2em;
	text-align: center;
	font-size: 1.2em;
}
#contain_sitemap a:hover {
	background: #fff;
}


#contain_sitemap li.sitemap_element div.intorno_tutto
{	
	background-color: #eee;
	margin: 0px;
	padding:1px 3px 1px 3px;
	width:auto;
}
 
div.name_class 
{	
	display:inline;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
div.description 
{	display:inline;
	text-align: center;
	margin: 2px;
}

#contain_sitemap a.link_map 
{
	
}
#contain_sitemap .descrizione_map 
{	display:inline;
	margin: 5px 2px;
}
#contain_sitemap .bottoni_map 
{	display:inline;
	text-align: center;	
	margin: 2px;
}

/* FOOTER
 --------------------------------------------------------------------- */
#footer {
    font-size: 0.8em;
	width:100%;
	padding: 5px 0;
}
/* FOOTER:CREDITS */
P#credits {
    text-align: center;
    clear: both;
    margin: 0;
}


/* UTILITY
 ----------------------------------------------------------------------- */
.bottone,
.button {
    cursor: pointer;
}

.button {
    border: none;
    font-weight: bold;
    font-size: 0.9em;
}

.clearBoth {
    clear: both
}

.spaced-clear-both {
    clear: both;
    margin-top: 2px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.NoDisplay {
    display: none
}

.NoVisibility {
    height: 0px;
    width: 0px;
    position: absolute;
    top: -10000px;
    left: -10000px;
}


